Python Begineers
This Python course covers the fundamental concepts and skills required to start programming in Python. Here's an outline of the topics typically included:
Introduction to Python
Data representation - Bit, Byte, Hexadecimal, Base-10, Base-2 and Base-16 number system
ASCII table
Python Interpreter and Compilation Process
Data Types and Variables
Operators
Dive into Strings
Input output functions
Control Flow
Functions
Data Structures
Error Handling
File Handling
Libraries and Modules
Basic Object-Oriented Programming (OOP)
TkInter Library
Calculator project
Curriculum
- 6 Sections
- 29 Lessons
- 4 Quizzes
- 0m Duration
Git and GitHub
6 Lessons
- Git Introduction
- Git Installation
- Create local repo
- Bash and Git commands
- Connect to GitHub
- Save data from Git to GitHub
Install Python and IDE
3 Lessons1 Quiz
- Install Python
- Integrated Development Environment
- Quiz
- Assignment
Data Representation in computer
2 Lessons
- Bit, Byte and Hexa Decimal represntation
- Number system
Basic Data Type
5 Lessons1 Quiz
- Python Interpreter and Compilation Process
- Basic DataTypes
- Variables
- Built-In Functions – Type and Type conversion
- Assignment
- Data Types Quiz
Operators
5 Lessons1 Quiz
- Operator
- Operator Preedence
- Mathematical built-in functions and python modules
- Assignment
- Program assignment
- Operator Quiz
Dive into Strings
8 Lessons1 Quiz
- Strings syntax
- String Indexing
- String Immutable
- String Operations and Methods
- Strings and Lists
- String formating
- String and UserInput
- Strings Assignments
- Strings Quiz
