
Python course about
content
Chapter 1: Introduction to Python
What is Python and history of Python?
Unique features of Python
Python-2 and Python-3 differences
Install Python and Environment Setup
First Python Program
Python Identifiers, Keywords and Indentation
Comments and document interlude in Python
Command line arguments
Getting User Input
Python Data Types
What are variables?
Python Core objects and Functions
Number and Maths
Week 1 Assignments
Chapter 2: List, Ranges & Tuples in Python
Introduction
Lists in Python
More About Lists
Understanding Iterators
Generators , Comprehensions and Lambda Expressions
Introduction
Generators and Yield
Next and Ranges
Understanding and using Ranges
More About Ranges
Ordered Sets with tuples
Chapter 3: Python Dictionaries and Sets
Introduction to the section
Python Dictionaries
More on Dictionaries
Sets
Python Sets Examples
Chapter 4: Input and Output in Python
Reading and writing text files
writing Text Files
Appending to Files and Challenge
Writing Binary Files Manually
Using Pickle to Write Binary Files
- Teacher: Admin User