PDA

View Full Version : Want to learn Python? Here's an excellent 7 week course.



Eoin247
25-02-2012, 04:37 PM
The course started on the 20th, but it doesn't take too long to complete a unit and so you can easily get all this weeks work done in time.

http://www.udacity.com/overview/Course/cs101

I've done the entire first unit myself, and would really recommend it for newbies to python or programming in general! It's fairly easy and it keeps you interested in the course by having online questionnaires, online coding , and great easy to understand videos.

You don't need to download anything! All the homework/videos/coding is done on the site!

Thread moved by Jordan (Forum Super Moderator): From 'Technology Discussion' to here as more suited

Zuth
26-02-2012, 10:50 AM
What does Python do? Like what uses it etc?

Chippiewill
26-02-2012, 12:38 PM
What does Python do? Like what uses it etc?
It's a programming language, it's a bit more flexibly than most.

It's intended to be very simple in terms of syntax etc.

Zuth
26-02-2012, 12:48 PM
It's a programming language, it's a bit more flexibly than most.

It's intended to be very simple in terms of syntax etc.

Oh right, cheers, I might start learning once I've finished learning PHP :P

Recursion
26-02-2012, 02:29 PM
Python is an extremely flexible, lightweight and simple programming language. It's not only a great place to start learning the basics, but it's great to take further too. Huge companies like Red Hat even use it for major things like their YUM package manager in all Red Hat based distrobutions.

I'd also recommend this:http://learnpythonthehardway.org/

Want to hide these adverts? Register an account for free!