Skip to main content
Syllabus for python basic
Introduction
- What is python programming?
- what kinds of things python programming can build and do?
Setting up our programming environment
- setting programming environment in windows
- setting programming environment in ubunto
Python Basics
- one line program
- Operator
- variables, string, number in python
- List & Tuples basic
- Function Basic
- If statement (eg: elif, else, etc)
- Inputs with print
- loop@ while loops & for loops
- Basic Terminal Apps
- Dictionaries
- Functions intermidiate
- Classes
- Exceptions
- Testing
Projects in Python
- Text-based Game
- Video Game(accomplish with help of different websites)
- Visualization
- Simple web application
- for example, a blog that you can make posts to
- ATM from python
Comments
Post a Comment