| Author |
Programming With Python |
evilapproaches
Member
Posts: 34
Location:
Joined: 28.10.05 Rank: Active User |
|
ok well i've decided to learn a programming langauge and i heard that Python is fairly easy to learn and can be used for a wide variety of things,,
So i would like to know where i can find some guides for an absolute beginner. (i've already googled it and can't find anything for a beginner)
Also i would like to know some things i should know when learning Python and stuff
Thnx
 |
|
| Author |
RE: Programming With Python |
Raider
Member
Posts: 52
Location: Down the Street
Joined: 12.08.05 Rank: Elite |
|
|
This is a pretty good tut,i would recommend checking it out. http://www.byteofpython.info/read/ |
|
| Author |
RE: Programming With Python |
insane_phreak
Member
Posts: 126
Location: CA
Joined: 10.01.06 Rank: Monster |
|
ya same I would love to learn python just no one to teach me and I am fairley new at hacking and such

|
|
| Author |
RE: Programming With Python |
Haykuro
Member
Posts: 177
Location:
Joined: 04.03.05 Rank: HBH Guru |
|
@hacking_noob:
no one should have to teach you. the internet is a wide range of 0's and 1's using them to have a someone like you crying at ur knees to teach them something is just like beating up the school's weakest kid for his lunch money, everyone gets a turn and those who want to takes advantage of him.
anywho, python is a great language to learn as ur first language, i'd advise moving from python to VB, then to PHP, then to C/C++
"If we live to die, do we die to live?" - Haykuro |
|
| Author |
RE: Programming With Python |
evilapproaches
Member
Posts: 34
Location:
Joined: 28.10.05 Rank: Active User |
|
yah i made an attempt at learning python a while ago but i got caught up in school work and stuff, so i've decided to try again. Thanks for the Link to that tutorial..,,
 |
|
| Author |
RE: Programming With Python |
evilapproaches
Member
Posts: 34
Location:
Joined: 28.10.05 Rank: Active User |
|
Okay well i tryed doing that basic hello world thing in the tutorial, but then i checked for errors and it said syntax error but the error wasnt in the code at all it was in the Date,version number,etc. (the stuff that first appears when you boot Python gui IDLE). Am i doing something wrong or is this an error or something. If im doing it wrong i would really like to know
heres the scblockedript
print "hello world"
thats it its very simple so i dont thing there is something wrong in that, then i save it as Helloworld.py to my desktop but when i check for errors (alt + F5) it says there is a syntax error.
Help please .,
 |
|
| Author |
RE: Programming With Python |
willeH
Banned
Posts: 210
Location:
Joined: 14.10.05 Rank: HBH Guru |
|
|
evilapproaches says
(i've already googled it and can't find anything for a beginner)
What did you search for? Banana's? Put more effort into searching please. A simple search for 'Python for beginners' revealing hundreads of good links.
|
|
| Author |
RE: Programming With Python |
juhroen
Member
Posts: 4
Location:
Joined: 20.02.05 Rank: Apprentice |
|
|
Why do you use Alt + F5? I have to press Ctrl + F5 to run a scblockedript. |
|
| Author |
RE: Programming With Python |
evilapproaches
Member
Posts: 34
Location:
Joined: 28.10.05 Rank: Active User |
|
|
juhroen wrote:
Why do you use Alt + F5? I have to press Ctrl + F5 to run a scblockedript.
thats what i meant my bad lol,,
 |
|