Support Forums
Were to start? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: Were to start? (/showthread.php?tid=18116)

Pages: 1 2


Were to start? - Spectrum - 04-19-2011

So were exactly should I start with Python.
I'd prefer a good read, as I enjoy reading.


RE: Were to start? - Dubstep - 04-19-2011

I personally started with this Ebook:
http://www.ibiblio.org/g2swap/byteofpython/files/120/byteofpython_120.pdf

I found this very useful. Also a hint to make sure you learned everything, after you have learnt something new, think of a new program you can create and try creating it. That will ensure you know what you just learned.


RE: Were to start? - harris21 - 04-23-2011

Byte of python is a great e-book. I also like this one : http://www.free-itebooks.com/free-ebooks-python/free-ebook-dive-into-python-pdf.php


RE: Were to start? - BlackOperations - 04-23-2011

Or if your lazy like me go to youtube.com/user/thenewboston he has good python tutorials they helped me alot


RE: Were to start? - rootkit - 04-27-2011

Quote:Or if your lazy like me go to youtube.com/user/thenewboston he has good python tutorials they helped me alot
I'd rather not learn any programming language from Youtube.
Text tutorials are better.

Here's a python tutorial that I found with a quick google search: http://docs.python.org/tutorial/


RE: Were to start? - Jacob - 04-30-2011

(04-23-2011, 05:56 PM)BlackOperations Wrote: Or if your lazy like me go to youtube.com/user/thenewboston he has good python tutorials they helped me alot

Vouch for thenewboston hes easy to follow and understand in his videos.


RE: Were to start? - harris21 - 05-01-2011

Newboston is really good. I've watched some of his video and i can say it was easy to follow.


RE: Were to start? - USN - 06-17-2011

I have not learned Python myself. But I have friends who say its a great language to start with. I learned C++ first. Then PHP. Then VB. Now I'm learning good old Ruby Smile


RE: Were to start? - Mr. House - 06-17-2011

Make sure you download an IDE first.

I reccomend Eclipse with the Python plugin, so you can do Java and Python.


RE: Were to start? - LiamLC - 06-17-2011

Best python book for beginners right here:
http://www.swaroopch.com/notes/Python

/thread