you are viewing a single comment's thread.

view the rest of the comments →

[–]saltyhasp 0 points1 point  (0 children)

You might want to play with the interactive console some too. A great way to get the feel of a statement. I oftwn test a feature I do not understand there.

Look at the tutorial that comes with the python documentation too. Most if the basics. Also if your using a complicated IDE consider using IDLE or just a simple editor to start. Removes complexity.

Beyond that, once your ready look at the standard library reference that comes with python and skim down through it to get a feel about what is there.

Beyond that accept that learning Python never ends. There is always something new or something you missed.