1 / 4

Python Programming Course in janak puri, New Delhi

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.

gvsbaluja
Télécharger la présentation

Python Programming Course in janak puri, New Delhi

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AnISO9001:2000 CertifiedInstitute A-1/17,OppMetroPillarNo636 Janakpuri,NewDelhi-58 9015596280,9313565406,9212129290 contactgurmeetkaur@gmail.comcontactus@balujalabs.com

  2. 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

  3. ContentofPython INTRODUCTIONTOPYTHON CONTROLSTATEMENT PYTHONSTRINGS PYTHONLIST PYTHONTUPLE PYTHONDICTIONARY PYTHONFUNCTIONS PYTHONINPUTANDOUTPUT PYTHONMODULE CALENDARMODULE www.balujalabs.in

  4. A-1/17,OppMetroPillarNo636 Janakpuri,NewDelhi-58 9015596280,9313565406 9212129290 contactgurmeetkaur@gmail.comcontactus@balujalabs.com www.balujalabs.in

More Related