Articles:
- Introduction to Python Programming Language
- Levels of Python Programming Language (as per Akash Tanna)
- Functions of Python 1: Print, Input and Variables
- Arithmetic Operators and Priority Theory of Operations
- Data Types, Len & Round off Function of Python
- Value Manipulation and Conditional Statements
- Modules of Python & Random Module
- Lists and Dictionary
- Loops in Python Programming Language
- User Defined Function
Projects:
- Develop a Simple Arithmetic Calculator which can able to do operations like addition, subtraction, multiplication and division
- Upgrade a Simple Arithmetic Calculator of Project 1 which can able to do operations like addition, subtraction, multiplication and division
- Develop a Throw Dice and Coin Flip Game in which dice can able to give value between 1 to 6 and coin can able to give either heads or tails side of coin
- Upgrade the Arithmetic Calculator of Project 2 which can able to do operations like addition, subtraction, multiplication and division
- Upgrade the Arithmetic Calculator of Project 2 which can able to do operations like addition, subtraction, multiplication and division with single input
- Upgrade a Throw Dice and Coin Flip Game of Project 3 in which dice can able to give value between 1 to 6 and coin can able to give either heads or tails side of coin

Comments
Post a Comment