LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Good books or tutorials for a first time programmer - python (https://www.linuxquestions.org/questions/programming-9/good-books-or-tutorials-for-a-first-time-programmer-python-860242/)

Gam3r21 02-02-2011 10:24 AM

Good books or tutorials for a first time programmer - python
 
Hey guys, I am a total noob to programming but I want to learn. I figured I would start with python then move up later.

Im looking for a book that doesn't require any prior programming knowledge.

Does anyone know, or would recommend, any good python books for beginners?

dugan 02-02-2011 10:28 AM

http://ocw.mit.edu/courses/electrica...ing-fall-2008/
http://docs.python.org/tutorial/index.html
http://www.diveintopython.org/
http://www.diveintopython3.org/

sizemj 02-02-2011 10:30 AM

Free online books
 
Try these:
From the creator of Python
http://docs.python.org/tutorial/

Free online books

http://www.swaroopch.com/notes/Python

http://openbookproject.net/thinkcs/python/english2e/

Gam3r21 02-02-2011 10:35 AM

Thanks guys, I'll check them out.

Gam3r21 02-02-2011 11:04 AM

Which is better, Python 2.x or 3?

dugan 02-02-2011 11:10 AM

Python 3 if the Linux distribution you're developing on, the Linux distributions you're targeting, and the libraries you want to use all have good support for it.

Python 2 otherwise.

Gam3r21 02-02-2011 11:18 AM

I'm actually going to use my Windows 7 laptop for programming, so does it make a difference?

dugan 02-02-2011 11:22 AM

No it doesn't. Python is well supported on Windows. Whether a given library requires Python 2 or Python 3 is not dependent on the platform that the Python interpreter is running on.

Gam3r21 02-02-2011 11:24 AM

Thank you for the information. Time to start reading!

dugan 02-02-2011 11:29 AM

This is the editor I used to write my MPD client:

http://code.google.com/p/ulipad/

It's great for editing Python, and it works on Windows.

Gam3r21 02-02-2011 12:29 PM

Thanks, I'll look into it.

NightSky 02-02-2011 11:44 PM

Found this look for a starting point.. currently listening to the MIT Lectures, this course is Gold...So happy because it's free too and I have no income. Been trying to figure out how to take this exact type of course. This is my out. Thank you so much dugan! You have no idea what this means to me ;)


All times are GMT -5. The time now is 10:57 PM.