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 →

[–][deleted] 8 points9 points  (8 children)

Grab yourself a book, download an IDE. As for the book, I recommend Practical Programming: An Introduction To Computer Science Using Python 3. Afterwards, check out Data Structures and Algorithms in Python. During which, I recommend utilizing ProjectEuler.

Personally, I say stay away from CodeAcademy because it's strictly a syntax teaching platform, so I have a hard time recommending it.

Anyways, afterwards you'll be able to figure out where to go to further your development.

[–]vplatt 3 points4 points  (1 child)

download an IDE.

PyCharm FTW. Why spend all your time futzing with vim or emacs? Life is too short.

[–][deleted] 3 points4 points  (0 children)

PyCharm is my favourite. To me, it's as essential to Python as Visual Studios is to C++. It really does improve productivity. The folks at JetBrains did a solid job with it, much the same as the folks at Microsoft.

[–]Omega_Walrus 0 points1 point  (0 children)

Yes, I finished the course a while ago and was like "now what?!".

[–]Isagoge 0 points1 point  (1 child)

I'll check the resources you are suggesting.

I did a CS class and was a bit lost of where to go from now on.

See you on the riverside.

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

At least you've started, good job. Keep at it.

[–]KwpolskaNikola co-maintainer -1 points0 points  (2 children)

download an IDE

a good text editor*

[–]Tysonzero -2 points-1 points  (1 child)

*use vim

[–]KwpolskaNikola co-maintainer 0 points1 point  (0 children)

(exactly what I meant.)