en
Chris Sheridan

Learn Python In a Weekend, Python for Beginners

Giv mig besked når bogen er tilgængelig
Denne bog er ikke tilgængelig i streaming pt. men du kan uploade din egen epub- eller fb2-fil og læse den sammen med dine andre bøger på Bookmate. Hvordan overfører jeg en bog?
What you'll learn:

What is Python?
What software you need to code and run Python programs?
What are variables?
What mathematical operators are there in Python?
What are the common data types in Python?
What are Lists and Tuples?
How to format strings
How to accept user inputs and display outputs
How to make decisions with If statements
How to control the flow of program with loops
How to handle errors and exceptions
What are functions and modules?
How to define your own functions and modules
How to work with external files

And a bonus book “The Complete Python language reference”
Denne bog er ikke tilgængelig i øjeblikket
228 trykte sider
Oprindeligt udgivet
2016
Udgivelsesår
2016
Har du allerede læst den? Hvad synes du om den?
👍👎

Citater

  • b9510430212har citeretfor 4 år siden
    use square brackets [ ] when declaring a list.
  • b9510430212har citeretfor 4 år siden
    The %f formatter is used to format floats (numbers with decimals). Here we format it as %4.2f where 4
  • b9510430212har citeretfor 4 år siden
    brand = ‘Apple’ exchangeRate = 1.235235245
    message = ‘The price of this %s laptop is %d USD and the exchange rate is %4.2f USD to 1 EUR’ %(brand, 1299, exchangeRate)

På boghylderne

fb2epub
Træk og slip dine filer (ikke mere end 5 ad gangen)