40 likes | 59 Views
Baluja labs provides the best stage of the art coaching classes with training Python Programming course at janakpuri , New Delhi Balujalabs training is best in the class which includes practical hands on training to each & every students, Baluja labs students are capable to go ahead for their career with confidence after attending the classroom coaching.
E N D
AnISO9001:2000 CertifiedInstitute A-1/17,OppMetroPillarNo636 Janakpuri,NewDelhi-58 9015596280,9313565406,9212129290 contactgurmeetkaur@gmail.comcontactus@balujalabs.com
Introduction ofPython PythonIntroduction ThePythonIntroductiontutorialexplainshowandwheretostartwritingPythonfortheserverside. First, off PythonusuallyrequiressomesetupbydownloadingthePythonIDLE.ThePythonIDLEisbasicallyatexteditorthatletsyouexecutePythoncode.IfyouwanttousePythonasaserver-sidelanguage,youcertainlycan.PythoncanoutputHTMLjustlikeotherlanguagescan,butPythonismorecommonlyusedasamoduleratherthanintertwinedlikesomePHPorColdFusion.Asforrightnow,IrecommendyoudownloadtheIDLEtohelpyoudebugyourcodewhilewelearnthefundamentalsoffline.Onereallyquicknote,weareusingpython 3.2. Beforewegotoanexample,pleaseunderstandthatPythonisspacesensitive.Thismeansyoumusthave4spacesforeachindentationeverysingletime.We'llget intothismorelater,nowlet'sgotoanexample. Example print("MyfirstPython code!")print("easierthanIexpected") Result MyfirstPythonCode! easierthanIexpected Youcan see right off thebat,thatweuseprint()awholelot.Basically,allitdoesisoutputwhateverisinsidetheparentheses.Youwillbedoinglotsofprintingso,youcangetmorecomfortablewithitaswego.Printisafunctionthatwewillgointolater,butjustunderstandthatitcantake avalue.Onthefirstline,weprovideastringvalue"MyfirstPython code!", whichisastringbecauseofthequotes.So,youjusttoldPythontooutputthatstringtotheconsole.Pythoncompletesthattaskandmovesontothenextlinewhereitprintsoutadifferentstring. www.balujalabs.in
ContentofPython INTRODUCTIONTOPYTHON CONTROLSTATEMENT PYTHONSTRINGS PYTHONLIST PYTHONTUPLE PYTHONDICTIONARY PYTHONFUNCTIONS PYTHONINPUTANDOUTPUT PYTHONMODULE CALENDARMODULE www.balujalabs.in
A-1/17,OppMetroPillarNo636 Janakpuri,NewDelhi-58 9015596280,9313565406 9212129290 contactgurmeetkaur@gmail.comcontactus@balujalabs.com www.balujalabs.in