pyth0n3 Posted December 22, 2009 Report Posted December 22, 2009 (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 FundamentalsDownload: http://rapidshare.com/files/230994687/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part01.rarhttp://rapidshare.com/files/230993983/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part02.rarhttp://rapidshare.com/files/230993978/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part03.rarhttp://rapidshare.com/files/230994005/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part04.rarhttp://rapidshare.com/files/230994224/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part05.rarhttp://rapidshare.com/files/230994701/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part06.rarhttp://rapidshare.com/files/230994651/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part07.rarhttp://rapidshare.com/files/230994014/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part08.rarhttp://rapidshare.com/files/230994647/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part09.rarhttp://rapidshare.com/files/230993936/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part10.rarhttp://rapidshare.com/files/230994888/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part11.rarhttp://rapidshare.com/files/230994726/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part12.rarhttp://rapidshare.com/files/230993990/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part13.rarhttp://rapidshare.com/files/230994753/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part14.rarhttp://rapidshare.com/files/230993952/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part15.rarhttp://rapidshare.com/files/230993988/LLLLLLLPPPPPFFFFF.DVDR-HELL_Echo.part16.rar Edited December 22, 2009 by pyth0n3 Quote
Flubber Posted December 23, 2009 Report Posted December 23, 2009 thank you very much sir!!!!!! 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 + prenumeprint "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 Quote
Trizen Posted December 23, 2009 Report Posted December 23, 2009 (edited) Sters! Nu voi mai posta nimic pe acest site! Edited January 24, 2010 by Trizen Quote
pyth0n3 Posted December 23, 2009 Author Report Posted December 23, 2009 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 . Quote
Flubber Posted December 23, 2009 Report Posted December 23, 2009 inteles, multumesc mult functioneaza cu:+ " "si+ ' 'iar in legatura cu:Poti sa tii cont pe viitor si de unul din aceste caractere:'\t' , '\n', '\\'voi testa si voi vedea care cum se leaga mai bine in anumite si in functie de situatiiLE &p.s.: pyth0n3, http://www.2paclegacy.com/ e vulnerabil la search la XSS Quote