python learning sites
ok so how do i learn python i would like a website like code school or code academy
><
Is this thing on?
Is this thing on?
Re: python learning sites
http://learnpythonthehardway.org/book/ - The Hard Way stuff is all good.
http://www.udacity.com/overview/Course/ ... ev/apr2012 (assumes no computing or programming knowledge)
official tutorials at http://www.python.org/doc/
http://www.codingbat.com (more pracrice than tutorial, but the documentation and help are really good plus you can track progress)
http://www.pythonchallenge.com/ is great fun when you have the basics under your belt
(the last two are most like e.g. codecademy.com,codeavengers.com etc)
http://www.udacity.com/overview/Course/ ... ev/apr2012 (assumes no computing or programming knowledge)
official tutorials at http://www.python.org/doc/
http://www.codingbat.com (more pracrice than tutorial, but the documentation and help are really good plus you can track progress)
http://www.pythonchallenge.com/ is great fun when you have the basics under your belt
(the last two are most like e.g. codecademy.com,codeavengers.com etc)
-
- Posts: 33
- Joined: Sun Feb 05, 2012 12:00 am
Re: python learning sites
Probably good to put this thread or a copy as a sticky at the top of the forum, likely to be a frequently asked question.
Re: python learning sites
See:
Education
Teaching and Learning Resources
Free Python Books / Tutorials
http://www.raspberrypi.org/phpBB3/viewt ... ?f=49&t=62
these posts are geared toward the new learner for Python 3
Education
Teaching and Learning Resources
Free Python Books / Tutorials
http://www.raspberrypi.org/phpBB3/viewt ... ?f=49&t=62
these posts are geared toward the new learner for Python 3
-
- Posts: 12
- Joined: Thu Jun 07, 2012 2:01 pm
- Location: USA
Re: python learning sites
Hey all. I have messed around with codeacademy.com and found it pretty neat. Is there anything like that for Python, where it is an online and game-like process? Or is something like that really only able to be done in JavaScript?
Re: python learning sites
http://www.diveintopython.net/ is also useful for a beginner
http://wiki.python.org/moin/TkInter allows you to add a graphical interface to your applications.
http://projecteuler.net provide mathematical challenges aimed to be solved by code, I found this very useful for getting used to different types of loops etc
http://www.tutorialspoint.com/python/index.htm
http://www.youtube.com/playlist?list=PL ... ature=plcp is also very useful.
http://wiki.python.org/moin/TkInter allows you to add a graphical interface to your applications.
http://projecteuler.net provide mathematical challenges aimed to be solved by code, I found this very useful for getting used to different types of loops etc
http://www.tutorialspoint.com/python/index.htm
http://www.youtube.com/playlist?list=PL ... ature=plcp is also very useful.