Amazon Digital Services LLC, 2016. — 78 p. — ISBN: 1519032080.
Out of so many programming languages to choose from, python is one of the most loved programming languages among computer geeks. This is because python is one of those rare languages which is both simple, and powerful. Python has indeed, everything that you may require to make a new program.
In simple words, python is an open-source, a high-level programming language developed by Guido van Rossum in 1980s. This language is presently administered by Python Software Foundation.
This crash course includes:
Installing Python on various platforms
First Steps - Using Interpretors, Editors and Source Files
Python Basic Commands
Operations in Python
Control Flow Statements - IF THEN Statement
File Storage in Python
3 Sample Programs to Practice
This step by step guide will give you all of the tools you need to achieve.
Introduction to Python
Why is Python So Popular?
Salient Features of Python
Installing Python on Various Platforms
Installing Python on Microsoft Windows
Running Few Programs On Your New Install
Installing Python on Linux
Installing Python on Mac OS X
Your First Steps towards Learning Python
Using the Interpreter Prompt
Using an Editor in Python
Using the Source File
Python Basics for Beginners
Comments
Literal Constants
Quotes
The Format Method
Escape Sequences
A Program to Practice
Various Operators & Expressions Used in Python
Operators in Python
Operator Precedence Table for Python
Expressions
Control Flow Statements in Python
The If Statement
The While Statement
The Recursive Function in Python
Functions
Files & Storing Persistently in Python
Storing Persistently in Python
cPickle
Sample Programs for Practice
Exercise for You.