en
Chris Sheridan

Learn Python In a Weekend, Python for Beginners

Повідомити про появу
Щоб читати цю книжку, завантажте файл EPUB або FB2 на Букмейт. Як завантажити книжку?
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”
Ця книжка зараз недоступна
228 паперових сторінок
Дата публікації оригіналу
2016
Рік виходу видання
2016
Уже прочитали? Що скажете?
👍👎

Цитати

  • b9510430212цитує4 роки тому
    use square brackets [ ] when declaring a list.
  • b9510430212цитує4 роки тому
    The %f formatter is used to format floats (numbers with decimals). Here we format it as %4.2f where 4
  • b9510430212цитує4 роки тому
    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)

На полицях

  • Ethan Hunt
    Python
    • 82
    • 102
  • Vyacheslav Lyashuk
    Бизнес IT, IoT
    • 118
    • 51
  • eugeniafoissard
    Data and analytics
    • 32
    • 16
  • Nørd
    Python
    • 15
    • 8
  • Руслан Кенжибеков
    IT
    • 26
    • 2
fb2epub
Перетягніть файли сюди, не більш ніж 5 за один раз