Skip to main content

Python Programming Language

 


Articles: 

  1. Introduction to Python Programming Language
  2. Levels of Python Programming Language (as per Akash Tanna)
  3. Functions of Python 1: Print, Input and Variables
  4. Arithmetic Operators and Priority Theory of Operations
  5. Data Types, Len & Round off Function of Python
  6. Value Manipulation and Conditional Statements
  7. Modules of Python & Random Module
  8. Lists and Dictionary
  9. Loops in Python Programming Language
  10. User Defined Function
Projects: 
  1. Develop a Simple Arithmetic Calculator which can able to do operations like addition, subtraction, multiplication and division
  2. Upgrade a Simple Arithmetic Calculator of Project 1 which can able to do operations like addition, subtraction, multiplication and division
  3. 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
  4. Upgrade the Arithmetic Calculator of Project 2 which can able to do operations like addition, subtraction, multiplication and division
  5. Upgrade the Arithmetic Calculator of Project 2 which can able to do operations like addition, subtraction, multiplication and division with single input
  6. 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