![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Aug 2005
Location: UK
Posts: 13
Rep Power: 0
![]() |
#!/usr/bin/env python print "Hello World!" Hi all, I found this site on Google and decided to join. I don't have much programming experience. I have played around with HTML and JavaScript on a few websites. I have also looked around into other languages but couldn't find anything that I was comfortable using. Then I found Python and was instantly drawn in and would like to become proficient in the language. I have read the tutorials on the Python site as well as others and feel that I know the syntax pretty well, but I'm finding difficult to actually progress and do anything useful. I have glance read the Python library reference and just want to keel over, how can I remember the name of each module and its classes and functions and when/how they should be used? I guess that comes with time and I should concentrate on getting to know one module at a time. Anyway I'll stop rambling and see what I can do ![]() raise SystemExit |
|
|
|
|
|
#2 | ||
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
Quote:
![]() At least, that's my approach to the problem. I've been programming in Python for about four years now, and I don't know all the libraries off by heart. That's what the library reference is there for, after all. Don't get me wrong; it pays to know what's in the library, but only in a general sense. For instance, I know that there's a regular expression library called "re", and I've used it many times, but I couldn't tell you offhand how to match a regular expression in a string. Other programmers may have different views and methods, but that's the way I've always approached the problem. Learn what libraries do, but don't bother trying to remember the specifics. If you need to use a library on a daily basis, you'll find yourself remembering what it does, but for libraries that aren't going to be used that often, don't bother with them until you need them. |
||
|
|
|
|
|
#3 |
|
Newbie
Join Date: Aug 2005
Location: UK
Posts: 13
Rep Power: 0
![]() |
Thanks for the tip. I think that looking at examples will help too, I will spend some time at the ASPN Python Cookbook and Useless Python where I can dissect some scripts and see what is going on.
|
|
|
|
|
|
#4 |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Welcome to the Forums.
We have a nice base of Python programmer here (I'm not one of them) which you can get some ideas from. |
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
welcome
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Expert Programmer
|
I don't like Useless Python, try out the official Python guide, or something else. Useless Python seemed .. well useless.
and welcome ![]()
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#7 |
|
PFO Founder
![]() ![]() |
Welcome
![]()
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#8 |
|
Programming Guru
![]() ![]() |
Welcome to the forums
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#9 | |
|
Newbie
Join Date: Sep 2005
Location: Deep Within
Posts: 25
Rep Power: 0
![]() |
Quote:
Python is a great choice for a first language. I started in BASIC, if I had started in Pascal or Python(it didn't exist yet), the jump to C would have been easy. ![]()
__________________
"A dark angel of sin, preying deep from within..." - Rob Halford |
|
|
|
|
|
|
#10 |
|
Expert Programmer
|
Welcome aboard
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|