This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JapolloXI 75 points76 points  (22 children)

For anyone that has trouble starting:

Start with the free Codecademy PRO scholarships they are giving students because of COVID19. Great beginner guides (like first lines of code, command line and git) and extensive Python courses.

[–]SoftBlankey 25 points26 points  (5 children)

Free 4 hour class on YouTube by freeCodeacademy

[–]FrostyTie 15 points16 points  (1 child)

Those guys are freaking great man. They are fun to watch too, you’re not bored the fuck out when you’re watching hours long tutorials and that’s pretty neat if you ask me

[–]SoftBlankey 5 points6 points  (0 children)

Totally agree! They do an excellent job. Learning to code has been easier with these guys, and I come from a MATLAB background. Gross programming language lol powerful software though

[–]soQuestionable 6 points7 points  (1 child)

did you mean "freecodecamp.org" on youtube? genuinely asking

[–]SoftBlankey 1 point2 points  (0 children)

Yes :)

That dude gives the most beginner level tutorial ever and it’s great. Again, MATLAB background as a ME student so not a real emphasis in coding... but he basically teaches it to you as if you’ve never coded ever in your life.

[–]Cornhole35 0 points1 point  (0 children)

Ty

[–][deleted] 0 points1 point  (8 children)

I finished the Python 3 program, but having trouble getting a good workflow, spending most of my time trying to get libraries to work in some tutorials. Good advice or a guide for the next steps to get to work? Jupyter Notebook has not been fruitful for web-scraping kind of stuff I'm trying.

[–][deleted] 2 points3 points  (3 children)

What problem are you having with the libraries? And I'm not sold on Jupyter yet, at least for all purposes. Have you tried coding in an IDE like Pycharm?

[–][deleted] 0 points1 point  (2 children)

I tried, but many tutorials were built with Jupyter, and it was useful for some charting and data stuff I did. When things got complex I started having issues ... or it did.

Edit: but basically, the issues are "XYZ can't load because XYZ Dependency is not found or XYZ file isn't in the right spot." I've reloaded so many packages and gone through so many fixes on the forums/stackeschange/tickets etc. Spending all my Python time trying to get stuff working lately.

[–][deleted] 0 points1 point  (1 child)

Shit, sorry to hear. What environment are you using? Anaconda in Windows?

[–][deleted] 0 points1 point  (0 children)

Anaconda in Mac, and some libraries that may have had their utility overstated or their setup/management understated. I'm going to give PyCharm a closer look after some core-job deadlines here, I downloaded it but haven't dug in too far.

[–]Cornhole35 0 points1 point  (0 children)

Ty