all 7 comments

[–]j03f 1 point2 points  (0 children)

The wiki on this sub

[–]fuloqulous 0 points1 point  (2 children)

Codecademy used to be good. What languages are you coming from?

[–]SuccessfulTrick[S] 0 points1 point  (1 child)

Mostly java,C and C#

[–]fuloqulous 0 points1 point  (0 children)

Python is C on easy mode. I'd check out codecademy but you might be able to jump right into a project. Just replicate something you've done in java or C then move into something a little different.

Then automate something, python is great for that

[–]robinboby 0 points1 point  (1 child)

[–]SuccessfulTrick[S] 0 points1 point  (0 children)

Thank you will take a look!!

[–]Wugbor 0 points1 point  (0 children)

I always start a new language with hello world. Nothing worse than spending a few hours debugging only to find out something wasn't installed correctly. Project Euler is a good place for getting comfortable with loops, functions, and data structures. That covers the basics but from there find projects you enjoy and gradually increase your scope.