Jump to content
pyth0n3

Beggin with python !

Recommended Posts

Posted (edited)

Video tutorial that teach you how to learn python ,its a very simple programming language .

Here you can understand the syntax of python

http://www.youtube.com/view_play_list?p=EA1FEF17E1E5C0DA#

LiveLessons Python Fundamentals

Download:

 http://rapidshare.com/files/230994687/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part01.rar
http://rapidshare.com/files/230993983/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part02.rar
http://rapidshare.com/files/230993978/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part03.rar
http://rapidshare.com/files/230994005/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part04.rar
http://rapidshare.com/files/230994224/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part05.rar
http://rapidshare.com/files/230994701/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part06.rar
http://rapidshare.com/files/230994651/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part07.rar
http://rapidshare.com/files/230994014/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part08.rar
http://rapidshare.com/files/230994647/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part09.rar
http://rapidshare.com/files/230993936/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part10.rar
http://rapidshare.com/files/230994888/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part11.rar
http://rapidshare.com/files/230994726/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part12.rar
http://rapidshare.com/files/230993990/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part13.rar
http://rapidshare.com/files/230994753/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part14.rar
http://rapidshare.com/files/230993952/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part15.rar
http://rapidshare.com/files/230993988/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part16.rar

Edited by pyth0n3
Posted

thank you very much sir!!!!!! :D

ok (alert: Noob stuff) am invatat cate ceva din video-urile alea, dar am si eu o mica nelamurire, am urmatorul script:

nume = raw_input("Numele tau: ")

prenume = raw_input("Prenumele tau: ")

lista = ['Ecuatii matematice','Criptografie','Biblioteca virtuala']

print "Salut, " + nume + prenume

print "Bine? ai venit."

daca il rulez va afisa urmatorul mesaj: "Salut, <prima variabila> <a doua variabila" sa zicem ca nume = Gigel, iar prenume = Einstein, rezultat: "Salut GigelEinstein" de ce nu "Salut Gigel Einstein" cum adaug un spatiu intre?

multumesc frumos :)

Posted

Poti sa tii cont pe viitor si de unul din aceste caractere:'\t' , '\n', '\\'

Incearca sa le probezi si vezi ce resultat iti vor da , uneori ai nevoie de ele , in special cand scri niste textfile .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...