Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 12-29-2005, 02:29 PM Learning Python
CasaPages's Avatar
SillyPhilly

Posts: 758
Location: between here an somewhere else
Trades: 0
Well I'm going to attempt to learn Python, I have done some googling in the past and looked at a lot fo sites related to Python. I have found that it is a really usefull language and unlike C and C++ it is free and deosn't require a compiler. I have recently gotten a beginers book on Python and I'm in the process of reading.

What I was wondering is does anyone know of any really good websites related to Python and learning it. I'm looking for sites with forums and sites without, just a good places to get started in my quest for learning this language.

Thanks
__________________
It Happens

Please login or register to view this content. Registration is FREE
CasaPages is offline
Reply With Quote
View Public Profile Visit CasaPages's homepage!
 
 
Register now for full access!
Old 12-30-2005, 09:26 AM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Trades: 0
Microsoft have released their C++ compiler and linker for use as a command line tool (you don't need to buy visual studio anymore):
http://msdn.microsoft.com/visualc/vctoolkit2003/

I've also found it hard to find a decent python forum - about the best I found are the newsgroups/mailinglists on this page:
http://www.python.org/community/lists.html

and the forum here:
http://python-forum.org/py/index.php

I've got a copy of the O'Reilly 'Learning Python' and 'Programming Python' books and they are great in combination - the first covers every dark corner of the basic syntax while the second is a bigger volume covering useful things you can do with python such as command line tools, GUI apps, web scripting etc.

If you haven't read about them already, familiarise yourself with the dir() function and the __doc__ attribute. dir() will display all the attributes of an object, so for example dir(stringvariable) will display all the string methods you can use on it among other things. the __doc__ attribute of a function or class instance will show you the docstring for that thing. The python builtins and standard library should all have useful docstrings.
I usually work with my Python code in eclipse, and a dos box open with an interactive python session running just so I can look up stuff like this wothout trawling through online HTML documentation (although you can still do this).

Python is great - I can do things in an hour that would take a day using C++
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';

Please login or register to view this content. Registration is FREE
(aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Old 12-31-2005, 03:47 PM
CasaPages's Avatar
SillyPhilly

Posts: 758
Location: between here an somewhere else
Trades: 0
Thanks man...

Yeah I have the 'Learning Python' book actually...that is the one I have begun reading...
__________________
It Happens

Please login or register to view this content. Registration is FREE
CasaPages is offline
Reply With Quote
View Public Profile Visit CasaPages's homepage!
 
Reply     « Reply to Learning Python
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13517 seconds with 12 queries