23 thumbs up

Learning Python alone

I'm thinking about learning Python with a book. Are there any recommended books or websites to learn Python with? Is it true that this the easiest language to learn?


  • 812 views
Share Send to a friend Watch Report
 
 

Posted Answers

Order by
 
4 thumbs up
Software like a sex, it's better when it's for free ;-)

If you have expirience with other programming language i beleive this one is the best

 

Thinking in Python

http://www.mindview.net/Books/TIPython 

 

And if you are beginner  try some of this 

http://wiki.python.org/moin/BeginnersGuide 

Especialy

http://wiki.python.org/moin/BeginnersGuide/NonProgrammers

 


Posted 1 year ago ( permalink )
In reply to Muffler's question
zeroowl was invited by Yedda to answer this question.

Rated as
#2 out of 4
0
2

Helpful?

line
line
line



 

I learned Python from a book called Dive Into Python.

It's a great book, lets you skim through at whatever speed you like, has practical examples, and is available free online.

http://www.diveintopython.org/ 


Posted 1 year ago ( permalink )
In reply to Muffler's question
ohadpr was invited by Yedda to answer this question.

Rated as
Best Answer
0
3

Helpful?

line
line
line



 
518 thumbs up

They're coming to take me away, Ha-haaa!

Advanced .NET Debugging Blog

My personal blog

It is important to know if you had any previous programming experience. If you do there is another good book:

Learning Python (second edition) 

It a relatively good book (and its the second edition) if you have some programming experience.

If you have no programming experience at all this book might be a bit too much.

In general Python is a very easy language to learn and use mainly due to the fact that it has a very small set of fixed things you need to remember in the syntax and everything else is built on top of that. It also comes with a large class library that lets you do almost anything you want (the battery included philosophy).

I don't know if its the easiest, but its for sure one of the easier programming languages one can learn. 


Posted 1 year ago ( permalink )
In reply to Muffler's question
Eran was invited by Yedda to answer this question.

Rated as
#3 out of 4
0
2

Helpful?

line
line
line



 
18 thumbs up

Think New, Act Different

Smart, Since 1989

Can't say wheather it is the easiest, but many veterans reccomend it to beginners in programming. The books mentioned by others are nice. I wish to add one more thing to the study list.

Be active in a python related forum

Just watch the disscussion at #python in freenode.

Just to get the taste of it. 


Posted 1 year ago ( permalink )
In reply to Muffler's question
Rated as
#4 out of 4
0
0

Helpful?

line
line
line



Sign in to participate

Got an answer for Muffler? Would you like to comment on the posted answers, or vote for the one which you think is the best?

Sign up for a free account, or sign in (if you're already a member).

Explore Related Questions

Other people asked questions on similar topics, check out the answers they received:


How do I generate month and day names in different locales

How do I generate month and day names in different locales in Python? I need to output month & day names in different languages ...
Submitted by dibau_naum_h 8 months ago
  • viewed 271 times

Last answer posted 8 months ago by dibau_naum_h


Gdb error: Failed to read the valid object file from the memory

What is the meaning of the gdb error: " Failed to read the valid object file image from the memory". How to solve this?
Submitted by Ankitha 7 months ago
  • viewed 943 times

Last answer posted 7 months ago by forester


Bubble sort

how to write bubble sort
Submitted by eitangabay 11 months ago
  • viewed 505 times