I started to learn python today by myself using this course:
https://www.youtube.com/watch?v=bX3jvD7XFPs&list=PLB2BE3D6CA77BB8F7

Is that a good start?
which book for beginners do you recommend ?

*the problem with that course is that i found a lots of things in that code i do not understand i need a book which explains every detail.

Recommended Answers

All 6 Replies

Byte of python and hacking ciphers with python is what I used, and I pretty much loved them. However, This is a great starting point and it is online, good examples and detailed explanations

The Python manual at
https://www.python.org/doc/
contains a tutorial you may play with. Use the IDLE IDE that comes with your Python installation and start typing the code and try it out. Python makes it easy to experiment.

John Guttag's video lectures are excellent but a little heavy on Computer Science and your brain. Sometimes I wish he would use a little humor.

Here is a simple introduction:
http://en.wikipedia.org/wiki/Python_programming_language
lots of exercises (online):
http://learnpythonthehardway.org/book/
online tutorial series:
http://www.tutorialspoint.com/python/index.htm

There is always ...
https://www.daniweb.com/software-development/python/threads/20774/starting-python

"Beginning Python From Novice to Professional" is a good book too...

The best start for python is "Python for Kids.pdf". You can download the book from here:

http://it-ebooks.info/book/2226/

I started python with that book, it was a great tutorial with so clear explanation. Attention that it's a book for kids! So you can't find any other refrence better than this! Try it.

I do not want to confuse you by adding more books to your list but al sweigart free books are good books to practice with after you have learned the basics of python

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.