![]() |
|
Python Tutorial 1.st tutorial - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Python Tutorial 1.st tutorial (/Thread-Python-Tutorial-1-st-tutorial) |
Python Tutorial 1.st tutorial - KaiT_AleX - 08-22-2011 Helloo HACKCOMMUNITY <3 Im back, and i wont to post this good tutorial ! ![]() This is first tutorial soon i will post more ! ![]() here you will know some basic stuffs about Python.. Now lets start ! ![]() First download Python from here : Python Download HERE IS Some basic commands : Quote:print shows text between " " on the screenThis is for this tutorial When you install it open your notepad if you have notepad++ open it it is better ! ![]() type in notepad print "This is my first programe" Save this as: something.py Now lets see what this is for.. This is command which shows you a text berween " " . Lets type our first programe and see how its works: Quote:print "Calculator" # Shows calculator on the screen This is our first programe and i hope that you see what this do.. This is calculator only for adding, now we will type a calculator for basic math operations... Quote:print "Calculator" #Show msg Calculator This is basic calculator in other tutorials i will show you how to use loops. If, Else, Elif, While
RE: Python Tutorial 1.st tutorial - Shining White - 08-22-2011 you know what , really now i'm going to try Python , because you gave the DL link ![]() if you posted without it , um really not care about that , coz i don't know Python , But now um gonna start , Thanks Buddy ,
RE: Python Tutorial 1.st tutorial - lagann - 09-04-2011 I like python very much mann....... now,I'm learn SET code for reference to make my own tool....
RE: Python Tutorial 1.st tutorial - prmaccts - 09-16-2011 python is one of my favorite language man
RE: Python Tutorial 1.st tutorial - l0c41H0st - 09-16-2011 CAn you help me learn network programing in python.I want to make a multi client chat server ....... RE: Python Tutorial 1.st tutorial - KaiT_AleX - 09-17-2011 Learn it your self. Find some ebooks, buy some books, and use youtube !
RE: Python Tutorial 1.st tutorial - Desura - 10-28-2012 Cool tutorial. I have studying Python like half year and i'm able to write some code now. I like use python's own code editor (IDLE/Python GUI), but sometimes notepad is better, but anyway good tutorial RE: Python Tutorial 1.st tutorial - Nailo - 10-28-2012 or watch my channel for python tutorials
RE: Python Tutorial 1.st tutorial - LightX - 12-05-2012 Nice tutorial man! Great for starters like me!
|