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
  #11 (permalink)  
Old 11-24-2007, 06:55 PM
laserdude45 laserdude45 is offline
Learning Programmer
 
Join Date: Jul 2007
Posts: 36
Rep Power: 6
laserdude45 is on a distinguished road
Default

I know the syntax for about every programming language out there!

A quick breeze through and I saw it resembled basic. I then just read through the manual on the site and then looked at the modules documentation and found out that I'd mostly be using modules so thats what I need to study. I found python the most powerful yet easiest language BY FAR that I had yet looked at.

Just look through there, if your interested in GUI then I'd recommend WxPython as well

Happy trails

Python Examples Python examples (example source code) Organized by topic

Are both great places for examples.
__________________
Free web hosting
Shadowlan Technologies, for all your freelancing needs. Shoot me a PM...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-06-2007, 06:19 PM
monkey_instinct's Avatar   
monkey_instinct monkey_instinct is offline
Learning Programmer
 
Join Date: Dec 2007
Posts: 88
Rep Power: 4
monkey_instinct will become famous soon enough
Default

Python is an excellent language. Is easy to learn, and just by looking at someone else code you can get the idea behind it. Is really fun to use it. If you're looking for documentation on it, Python is self-documented. Python modules, functions, and practically everything have the attribute __doc__ where you can view a quick help about the module or function. And if you don't know the functions of a module, try using dir( module_name ) and it'll give a list of all the functions on that module. So, learning Python is as easy as opening the terminal window and executing python
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 08-05-2008, 12:57 PM
Goeasy Goeasy is offline
Newbie
 
Join Date: Aug 2008
Posts: 4
Rep Power: 0
Goeasy is on a distinguished road
Default Re: How to learn Python.

Python is a good language to developing an application, so start to learn it, very easy and simple.http://www.mysite.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 08-07-2008, 12:10 AM
|pH|'s Avatar   
|pH| |pH| is offline
Guru
 
Join Date: Jul 2008
Location: Miami, FL.
Age: 17
Posts: 1,567
Last Blog:
BASIC Training
Rep Power: 14
|pH| is a jewel in the rough|pH| is a jewel in the rough|pH| is a jewel in the rough
Send a message via AIM to |pH| Send a message via MSN to |pH|
Default Re: How to learn Python.

Great language I learned last year, just do as people say and "jump in" work your way up through the commands and learn it bro!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 08-09-2008, 10:37 PM
the.anti.9's Avatar   
the.anti.9 the.anti.9 is offline
Newbie
 
Join Date: Jan 2008
Age: 17
Posts: 14
Rep Power: 0
the.anti.9 is on a distinguished road
Send a message via AIM to the.anti.9
Default Re: How to learn Python.

I just bought Learning Python from o'reilly publishing. It starts with the basics and gets all the way through object oriented programming with python. I'm only on chapter 2 myself but so far it is great. Maybe you should check it out as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 08-16-2008, 12:42 PM
|pH|'s Avatar   
|pH| |pH| is offline
Guru
 
Join Date: Jul 2008
Location: Miami, FL.
Age: 17
Posts: 1,567
Last Blog:
BASIC Training
Rep Power: 14
|pH| is a jewel in the rough|pH| is a jewel in the rough|pH| is a jewel in the rough
Send a message via AIM to |pH| Send a message via MSN to |pH|
Default Re: How to learn Python.

I prefer the Apress book's I have 3 thus far!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 08-16-2008, 12:56 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: How to learn Python.



I started doing some python yesterday. I found a decent web site for python.

Python Programming - Wikibooks, collection of open-content textbooks
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 08-18-2008, 10:02 AM
|pH|'s Avatar   
|pH| |pH| is offline
Guru
 
Join Date: Jul 2008
Location: Miami, FL.
Age: 17
Posts: 1,567
Last Blog:
BASIC Training
Rep Power: 14
|pH| is a jewel in the rough|pH| is a jewel in the rough|pH| is a jewel in the rough
Send a message via AIM to |pH| Send a message via MSN to |pH|
Default Re: How to learn Python.

Neat site +Rep.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 08-22-2008, 12:35 AM
vikas1234 vikas1234 is offline
Newbie
 
Join Date: Aug 2008
Posts: 10
Rep Power: 0
vikas1234 is on a distinguished road
Default Re: How to learn Python.

Check this
This has huge collection of python books
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 08-22-2008, 08:19 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: How to learn Python.

Thanks a lot dude! Amazing web site.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
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 08:28 AM.

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: 100%


Complete - Celebrate!

Ads