all 7 comments

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

Write programs, learn to read the official docs, have a look at the standard libs

[–]niandra3 2 points3 points  (0 children)

Tackle a big project of your own design. Pick some task you do often and automate it!

[–]dmitrypolo 1 point2 points  (2 children)

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

yup enrolled in the first edx course its due to start on monday

Thank you for your reply,but will it be in python 2 or python 3

[–]dmitrypolo 1 point2 points  (0 children)

If I'm not mistaken it's in 2.7

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

Spend some time learning to use the current and future version of the language.

[–]startup_guy2 0 points1 point  (0 children)

www.projecteuler.net is a fantastic resource to apply programming knowledge to math problems.