Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Python

Python Discussion forum for Python, a high-level language with simple syntax, but yet powerful.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-2007, 06:12 AM
Sir_Rimo's Avatar   
Sir_Rimo Sir_Rimo is offline
Newbie
 
Join Date: Jan 2007
Posts: 18
Rep Power: 7
Sir_Rimo is on a distinguished road
Arrow How to learn Python.

As a student I have studied C++ before a little, and now I'm studying Java. but for my job, I must learn to use Python. I'm reading some books, and also study the Python Programming Language -- Official Website tutorial. but I wanted to ask you all to tell me what I may need to know before starting it. What is special to know about this language that I must have in mind?
I'd be so happy to read your Ideas!
thanks alot.
Rimo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-06-2007, 09:51 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 11
Void is on a distinguished road
Default

Read as much as you can about it and jump right into it. That is how I learn best. Set a small programming goal in Python and try to accomplish it and build on it from there.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-08-2007, 02:55 AM
Sir_Rimo's Avatar   
Sir_Rimo Sir_Rimo is offline
Newbie
 
Join Date: Jan 2007
Posts: 18
Rep Power: 7
Sir_Rimo is on a distinguished road
Arrow

Quote:
Originally Posted by Void View Post
Read as much as you can about it and jump right into it. That is how I learn best. Set a small programming goal in Python and try to accomplish it and build on it from there.
Thanks very much dear void, That's what I'm starting.
My team manager asked me to do it like this, he gave me a project to do and went away!!!
but with your sayings, I just get the idea how to do it. I must achieve the goals. thanks very much. you encouraged me alot!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-10-2007, 06:18 PM
techni68 techni68 is offline
Programming Professional
 
Join Date: Dec 2006
Posts: 230
Rep Power: 8
techni68 is on a distinguished road
Default

I actually have never heard of Python..what applications use this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-11-2007, 02:23 PM
Sir_Rimo's Avatar   
Sir_Rimo Sir_Rimo is offline
Newbie
 
Join Date: Jan 2007
Posts: 18
Rep Power: 7
Sir_Rimo is on a distinguished road
Smile

Quote:
Originally Posted by techni68 View Post
I actually have never heard of Python..what applications use this?
Python is exactly a programing language! I had never heard of it before I found this new job as a programer.
I'm learning it now, and as an explanation, I can say this Python has formed by making everything easy! the founders have tried to make everything easy, which made some things confusing in my idea.
You can find everything about it in it's official website. Python Programming Language -- Official Website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 08-11-2007, 12:44 AM
romanrobot's Avatar   
romanrobot romanrobot is offline
Newbie
 
Join Date: Aug 2007
Posts: 6
Rep Power: 0
romanrobot has disabled reputation
Default Probably How Not to Learn Python

How I'm doing it, and I definitely do not advocate this, I'm working though a beginners guide and taking notes. The guide I'm using is Beginning Python from Novice to Professional by Magnus Lie Hetland. Great guide, very informative and well paced, I would suggest it as a resource. But working through a guide and taking notes is the slowest way of doing it. To compound problems I took a week off from learning just after I finished an introduction to strings.
Creativity is essential. Let every new lesson be an inspiration for a program. It helps to wonder far and beyond what you know, in my opinion. And that stands for learning anything, I guess.
In the end its not so much what I learn but the exposure to thinking like a programmer that's important for me. If there's anything I've learned from Python its thinking of things in their simplest possible form. If there is a problem or something overly elaborate in the code its either a mistype, a syntax error, or I was coding to an arbitrary example. What did I learn from learning Python? Think logically and think generally. Do not pigeonhole your conceptions ever.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-15-2007, 04:26 AM
kisna kisna is offline
Learning Programmer
 
Join Date: Jul 2007
Posts: 76
Rep Power: 5
kisna is on a distinguished road
Default

If you know little bit of it then I recommend you looking a small already made programmes. And try to change it.This is how I do.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-15-2007, 06:38 AM
Onur
Guest
 
Posts: n/a
Default

Just read more documentations, tutorials and more practise, you will be a good programer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-01-2007, 10:19 PM
Matt's Avatar   
Matt Matt is offline
Learning Programmer
 
Join Date: Jan 2007
Location: Northwestern US
Posts: 47
Rep Power: 7
Matt is on a distinguished road
Default

So I am learning Python (rather successfully) entirely from articles on the internet and an eBook of "Beginning Python" by Magnus Lie Hetland. I find the latter to be very well composed and easy to understand, though use of the interactive interpreter (IDLE; to experiment and test new learnings) is essential while learning. I also found learning python, which provides lots of great tutorials (I used it to get introduced to PyGTK+Glade).
__________________
http://www.mattnichols.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-17-2007, 01:25 AM
Sharke Sharke is offline
Newbie
 
Join Date: Nov 2007
Posts: 6
Rep Power: 0
Sharke is on a distinguished road
Default

I started with an excellent and well renowned book "Learning Python - an Introduction to Computer Science" by John Zelle.

It's really a computer science book which happens to use Python as it's example language, Python now generally considered to be the best language to introduce beginners to the basics of programming. I guess they used to use LISP....I think Python is related to LISP in some ways.

The examples are excellent and the exercises he sets really get you thinking. I really enjoyed going through this book.

But also I find it helpful to dive into 2 or 3 books at a time and read different subjects on different levels simultaneously. This helps me get a broader picture of the language and its uses. I would recommend the books "Learning Python" and "Programming Python" by Mark Lutz, the former being an excellent introduction (although I think not for complete beginners like it suggests) and the latter being a huge book covering many advanced and practical topics in much depth. Browsing this book whets my appetite and allows me to see just what can be possible with the language - this is important to me because I easily tire of trivial examples which I can't imagine as part of any kind of useful project.

Lastly I would suggest the "WxPython in action" which is providing me with a very clear introduction to GUI programming using these widgets.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy Program Language to Learn george89 General Programming 20 08-01-2008 12:08 AM
Help a Newb Learn it.. Mushroomer Visual Basic Programming 1 03-28-2007 06:30 PM
Python Collection reachpradeep Python 1 03-03-2007 03:50 PM
Python was the first language I tried Kaabi Python 0 07-05-2006 11:27 PM


All times are GMT -5. The time now is 12:41 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads