473,787 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Want to learn Python

Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all

Jun 15 '07 #1
18 1942
On Jun 15, 4:41 pm, Amol <amolj.1...@gma il.comwrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
http://python.org/doc/

JItendra Nair

Jun 15 '07 #2
Amol a écrit :
Hi, I want to learn Python in less than a month which resources should
I use.
Your brain ?-)

(actually, a computer with Python installed on it may help too...)
I prefer to read books .
Books are fine, but won't be of much help unless you actually *code* in
Python.
Please give me a list of *recognized*
resources.
http://wiki.python.org/moin/IntroductoryBooks
=I'd recommand Mark Lutz's books and/or Mark Pilgrim's Dive Into Python

http://wiki.python.org/moin/AdvancedBooks
=the Python CookBook
Jun 15 '07 #3
On Jun 15, 7:41 am, Amol <amolj.1...@gma il.comwrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
I started here: http://docs.python.org/tut/tut.html

Jun 15 '07 #4
I am still learning and this is a great resource:
http://diveintopython.org/index.html

You can buy it or read it online for free.
Jun 15 '07 #5
On 6/15/07, Amol <am********@gma il.comwrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
One other invaluable resource: http://mail.python.org/mailman/listinfo/tutor

Cheers,
Simon B.
si***@brunningo nline.net
http://www.brunningonline.net/simon/blog/
GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues
Jun 15 '07 #6
On 6/15/07, Amol <am********@gma il.comwrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
The Apress "Beginning Python" book is the one that I recommend to
people who want to learn the language. I started off with the O'Reilly
book, and that book went too slow and didn't cover as many topic as
the Apress book. If you are an experienced programmer and use the
Apress book, you'll get a pretty good grasp of the language within a
week or so.

--
Evan Klitzke <ev**@yelp.co m>
Jun 15 '07 #7
Amol wrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
This is an excellent resource:
http://rgruet.free.fr/PQR24/PQR2.4.html

Although it's quite different from a book, I must admit.

Cheers,
Christof

Jun 15 '07 #8
On Jun 15, 11:59 am, "Evan Klitzke" <e...@yelp.comw rote:
On 6/15/07, Amol <amolj.1...@gma il.comwrote:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all

The Apress "Beginning Python" book is the one that I recommend to
people who want to learn the language. I started off with the O'Reilly
book, and that book went too slow and didn't cover as many topic as
the Apress book. If you are an experienced programmer and use the
Apress book, you'll get a pretty good grasp of the language within a
week or so.

--
Evan Klitzke <e...@yelp.co m>
I am of the opposite opinion: I recommend that people get any book but
"Beginning Python: Novice to Professional". In my opinion, that book
is horribly written, the examples are terrible, some subjects are only
covered in passing so the info is too parse to be of any use, and
there are no problems at the end of the chapters to work on. I think
a beginner might be fooled into thinking Beginning Python is a good
book because they won't know how many holes their knowledge of python
is riddled with, and since there are no problems to work on, they may
not even realize how little they learned. I think an experienced
programmer would spot all the blunders in the book straight away.

As a result, I often use "Learning Python" as a reference to fill in
all the missing material in Beginning Python, and I wish I had
purchased it initially. It also has problems to work on at the end of
each section. One problem with Learning Python is that it needs a new
edition to catch up with the changes that have occurred in the
language, but it still seems like a much, much better book than
Beginning Python.

The reference book "Python in a Nutshell" is excellent, however its
index is so bad I hesitate to recommend it. A reference book should
have a thorough index--you shouldn't have to hunt through the chapters
trying to find the particular topic you are interested in.

Jun 15 '07 #9
Amol <am********@gma il.comwrote in news:1181907696 .878873.214760
@i13g2000prf.go oglegroups.com:
Hi, I want to learn Python in less than a month which resources should
I use. I prefer to read books . Please give me a list of *recognized*
resources. Thank You all
http://www.pythonware.com/daily/4368043588838810608/

Jack Crane
Jun 16 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

42
3721
by: Bicho Verde | last post by:
I have now free time and money to do what I want :-) I have some basic skills in programming (C, Pascal, Macromedia Actionscript) but don't know exactly what to do in the world of programming. And also I don't know exactly why would I learn Python rather than C#, C++ or Perl. Basicaly I don't know where to start, if there is much to do or if it is has it seems and there is software to everything nowadays and so doesn't make sense to spend...
24
2540
by: Charif Lakchiri | last post by:
Okay, here's what I know so far about Python: It's an object-oriented scripting language, supported on many platforms. Now here are my questions: It is easy to learn? Does it support GUI programming? Does it support server-side programming, say for web apps? Does it have extensions and libraries, say for DB connectivity, serial com or network programming...? Can it be used for administrative tasks, say as perl...?
14
1733
by: Sam | last post by:
Hi, I have been developing sites and cms's for the past few years using PHP and mysql. I've been interested in learning a new language and was considering Python. I have a pretty decent grasp of OOP concepts (i know, you're skeptical since I mentioned PHP). I don't have a formal programming background, just learning as I go. So, with that being said, here are some dumb questions. 1. What can I do with Python that I can't do with php?
8
1795
by: Aziz McTang | last post by:
Hi Group, I am not an experienced programmer at all. I've learned html and css well enough to hand-write simple websites. I'm now looking to move to the next step. Initially, I'd like to do 3 things: 1) Generate web pages This one's fairly obvious maybe. 2) Create a simplified translation package specific to my line of work:
9
1657
by: Eric | last post by:
I have a few questions: 1. Should I learn C first or VB? 2. Should I get a book or learn from websites? 3. What book or which website is best? 4. Or should I take a course?
7
2111
by: fyleow | last post by:
Hi guys, I'm a student/hobbyist programmer interested in creating a web project. It's nothing too complicated, I would like to get data from an RSS feed and store that into a database. I want my website to get the information from the database and display parts of it depending on the criteria I set. I just finished an OO programming class in Java and I thought it would be a good idea to do this in C# since ASP.NET makes web...
34
3636
by: emrahayanoglu | last post by:
Hello Everyone, Now, I'm working on a new web framework. I tried many test on the other programming languages. Then i decided to use python on my web framework project. Now i want to listen all of you. What do you want in that web framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)? I'm wating your answers. Thank you for all answers...!
4
1491
by: joeyslistings | last post by:
Hi, I have been "programming" in the .net environment and ide for a few years and I am looking to make the switch over to python. I have absolutely no python experience whatsoever. I am looking for a python guru who has instant messenger or gtalk or whatever who can meet me online in the mornings, give me some direction for the day and then answer some questions here and there online throughout the day. This would not be time consuming...
9
2668
by: Katie Tam | last post by:
I am new to this filed and begin to learn this langague. Can you tell me the good books to start with ? Katie Tam Network administrator http://www.linkwaves.com/main.asp http://www.linkwaves.com
0
9655
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10363
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10169
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4067
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.