Sale Date Ended
Python Introduction
* What is Python?
* Why Python now?
* How is the Job Market for Python Developers
* Installation and documentation
Python Basics
* Keywords and Identifier
* Statement, Indentation and Comments
* Variables and Datatypes
* Native Datatypes
* Input, Output and Import
* Relational / Logical Operators
Python Functions
* Running Python as a calculator
* Python Functions
* String Functions
* Date Functions
* Numeric Functions
* Loading commands from the library
* User Defined functions
Python commands
* Numbers and other data type function
* Strings
* Lists
* Length of a list; empty list
* Sub lists (slicing)
* Joining two lists
* List methods
* Range function
* Boolean values
* Expressions
* Variables and assignment
* Decisions
* Loops
* For loop
* While loop
* Else in loops
* Break, continue, and pass