bookmate game
en
Chris Sheridan

Learn Python In a Weekend, Python for Beginners

Értesítsen, ha a könyv hozzá lesz adva
Ennek a könyvnek az olvasásához töltsön fel EPUB vagy FB2 formátumú fájlt a Bookmate-re. Hogyan tölthetek fel egy könyvet?
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”
Ez a könyv jelenleg nem érhető el
228 nyomtatott oldalak
Első kiadás
2016
Kiadás éve
2016
Már olvasta? Mit gondol róla?
👍👎

Idézetek

  • b9510430212idézett4 évvel ezelőtt
    use square brackets [ ] when declaring a list.
  • b9510430212idézett4 évvel ezelőtt
    The %f formatter is used to format floats (numbers with decimals). Here we format it as %4.2f where 4
  • b9510430212idézett4 évvel ezelőtt
    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)

Könyvespolcokon

fb2epub
Húzza és ejtse ide a fájljait (egyszerre maximum 5-öt)