Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

The Python Quick Syntax Reference (repost)

Posted By: interes
The Python Quick Syntax Reference (repost)

The Python Quick Syntax Reference by Gregory Walters
English | ISBN: 1430264780 | 2014 | 152 pages | EPUB + MOBI | 1 MB

The Python Quick Syntax Reference is the "go to" book that contains an easy to read and useguide to Python programming and development. This condensed code and syntaxreference presents the Python language in a well-organized format designed tobe used time and again.

You won't find jargon, bloated samples, case studies, or history of Hello Worldand computer theory in this handy reference. This Python syntax reference ispacked with useful information and is a must-have for any Python developer.

What you’ll learn
Variables, strings, lists, dictionaries andconditional statements are and how to use them
Some of the standard libraries and what they cando to help you
How to write your own functions
How to write your first Python program based onterminal Input and Output
How to use the Python Interactive Shell
How to use classes in your Python programs

Who this book is for

The Python Quick Syntax Reference is a great pocket reference guide for anyone wanting to program in Python, from the new user to the experienced programmer.

Table of Contents

Chapter 1: Hello Python

Chapter 2: Variables

Chapter 3: Operators

Chapter 4: Strings

Chapter 5: Conditional Statements and Loops

Chapter 6: Data Structures

Chapter 7: Keywords

Chapter 8: Functions

Chapter 9: Libraries

Chapter 10: Classes