Learn Python quick

Learn Python quick
Автор книги: id книги: 1997392     Оценка: 0.0     Голосов: 0     Отзывы, комментарии: 0 1837,94 руб.     (20,02$) Читать книгу Купить и скачать книгу Купить бумажную книгу Электронная книга Жанр: Математика Правообладатель и/или издательство: Bookwire Дата добавления в каталог КнигаЛит: ISBN: 9783985510986 Скачать фрагмент в формате   fb2   fb2.zip Возрастное ограничение: 0+ Оглавление Отрывок из книги

Реклама. ООО «ЛитРес», ИНН: 7719571260.

Описание книги

learn Python quick is the world's best-selling guide to the Python programming language. This good introduction to programming with Python will have you writing programs, solving problems, and building things that work in no time.You'll learn basic programming concepts like variables, lists, classes, and loops, and practice writing clean code with exercises on each topic. You'll also learn how to make your programs interactive and how to safely test your code before incorporating it into a project.

Оглавление

Jens Braun. Learn Python quick

Chapter 1: Python, what Python?

What is Python?

Why Learn Python?

Chapter 2: Getting ready for Python. Installing the Interpreter

Using the Python Shell, IDLE and Writing our FIRST program

Chapter 3: The World of Variables and Operators

What are variables?

Naming a Variable

The Assignment Sign

Basic Operators

More Assignment Operators

Chapter 4: Data Types in Python

Integers

Float

String

Type Casting In Python

List

Tuple

Dictionary

Chapter 5: Making Your Program Interactive

Input()

Print()

Triple Quotes

Escape Characters

Chapter 6: Making Choices and Decisions

Condition Statements

If Statement

Inline If

For Loop

While Loop

Break

Continue

Try, Except

Chapter 7: Functions and Modules

What are Functions?

Defining Your Own Functions

Variable Scope

Importing Modules

Creating our Own Module

Chapter 8: Working with Files

Opening and Reading Text Files

Using a For Loop to Read Text Files

Writing to a Text File

Opening and Reading Text Files by Buffer Size

Opening, Reading and Writing Binary Files

Deleting and Renaming Files

Project: Math and BODMAS

Part 1: myPythonFunctions.py

Part 2: mathGame.py

Challenge Yourself

Thank You

Appendix A: Working With Strings

Appendix B: Working With Lists

Appendix C: Working With Tuples

Appendix D: Working With Dictionaries

Appendix E: Project Answers

One Last Thing…

Table of Contents

Landmarks

Отрывок из книги

Table of Contents

Chapter 1: Python, what Python?

.....

Inline If

For Loop

.....

Добавление нового отзыва

Комментарий Поле, отмеченное звёздочкой  — обязательно к заполнению

Отзывы и комментарии читателей

Нет рецензий. Будьте первым, кто напишет рецензию на книгу Learn Python quick
Подняться наверх