im taking a class in python but i just cant keep up with the curriculum. Some things confuse me so i was wondering if anyone have any websites or anything that can help me get through python or at least help me understand it easier. the book im using right now is python programming second edition for the absolute beginner.

Recommended Answers

All 2 Replies

im taking a class in python but i just cant keep up with the curriculum. Some things confuse me so i was wondering if anyone have any websites or anything that can help me get through python or at least help me understand it easier. the book im using right now is python programming second edition for the absolute beginner.

Ooh. didn't notice you were already using the book that I recommended (Incidentally the one I learned Python with). Have you tried the official Python tutorial?

http://docs.python.org/tutorial/index.html

Here is a simple introduction:
http://en.wikipedia.org/wiki/Python_programming_language

Swaroop C.H. has rewritten his excellent beginning Python tutorial/book for Python3:
http://www.swaroopch.com/notes/Python_en:Table_of_Contents

More advanced: "Dive Into Python"
Mark Pilgrim's free online book, novice to pro, updated constantly.
http://www.diveintopython.org
rewritten for Python3 (check appendix A for 2to3 differences)
http://diveintopython3.org/

Also "Think like a Python Programmer" (PDF format):
http://greenteapress.com/thinkpython/thinkPP.pdf

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.