Python Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1) by LCF Publishing Jamie Chan [Publishing, LCF] (z-lib.org)

Telechargé par popolo
LearnPythoninOneDayandLearnItWell
PythonforBeginnerswithHands-onProject
TheonlybookyouneedtostartcodinginPythonimmediately
ByJamieChan
http://www.learncodingfast.com/python
Copyright©2014
Allrightsreserved.Nopartofthispublicationmaybereproduced,distributed,ortransmittedin
anyformorbyanymeans,includingphotocopying,recording,orotherelectronicormechanical
methods,withoutthepriorwrittenpermissionofthepublisher,exceptinthecaseofbrief
quotationsembodiedincriticalreviewsandcertainothernoncommercialusespermittedby
copyrightlaw.
Preface
ThisbookiswrittentohelpyoulearnPythonprogrammingFASTandlearnitWELL.Ifyouare
anabsolutebeginnerinProgramming,you'llfindthatthisbookexplainscomplexconceptsinan
easytounderstandmanner.Examplesarecarefullychosentodemonstrateeachconceptso
thatyoucangainadeeperunderstandofthelanguage.Ifyouareanexperiencedcoder,this
bookgivesyouagoodbasefromwhichtoexplorePython.Theappendicesattheendofthe
bookwillalsoprovideyouwithaconvenientreferenceforsomeofthecommonlyusedfunctions
inPython.
Inaddition,asRichardBransonputsit:"Thebestwayoflearningaboutanythingisbydoing".
Attheendofthecourse,you'llbeguidedthroughaprojectthatgivesyouachancetoputwhat
you'velearnedtouse.
Youcandownloadthesourcecodefortheprojectandtheappendicesat
http://www.learncodingfast.com/python.
TableofContents
Chapter1:Python,whatPython?
WhatisPython?
WhyLearnPython?
Chapter2:GettingreadyforPython
InstallingtheInterpreter
UsingthePythonShell,IDLEandWritingourFIRSTprogram
Chapter3:TheWorldofVariablesandOperators
Whatarevariables?
NamingaVariable
TheAssignmentSign
BasicOperators
MoreAssignmentOperators
Chapter4:DataTypesinPython
Integers
Float
String
TypeCastingInPython
List
Tuple
Dictionary
Chapter5:MakingYourProgramInteractive
Input()
Print()
TripleQuotes
EscapeCharacters
Chapter6:MakingChoicesandDecisions
ConditionStatements
IfStatement
InlineIf
ForLoop
WhileLoop
Break
Continue
Try,Except
Chapter7:FunctionsandModules
WhatareFunctions?
DefiningYourOwnFunctions
VariableScope
ImportingModules
CreatingourOwnModule
Chapter8:WorkingwithFiles
OpeningandReadingTextFiles
UsingaForLooptoReadTextFiles
WritingtoaTextFile
OpeningandReadingTextFilesbyBufferSize
Opening,ReadingandWritingBinaryFiles
DeletingandRenamingFiles
Project:MathandBODMAS
Part1:myPythonFunctions.py
Part2:mathGame.py
ChallengeYourself
ThankYou
AppendixA:WorkingWithStrings
AppendixB:WorkingWithLists
AppendixC:WorkingWithTuples
AppendixD:WorkingWithDictionaries
AppendixE:ProjectAnswers
OneLastThing…
Chapter1:Python,whatPython?
Welcometotheexcitingworldofprogramming.I'msogladyoupickedupthisbookandI
sincerelyhopethisbookcanhelpyoumasterthePythonlanguageandexperiencethe
exhilarationofprogramming.BeforewediveintothenutsandboltsofPythonprogramming,let
usfirstanswerafewquestions.
1 / 114 100%
La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !