Python Courses
1.
Course Introduction
2.
Environment Setup
3.
Python for Beginners
1.
Turtle programming
2.
Numbers, Strings, Operators
3.
Loops, If...else, List
4.
Formatting, string and list slicing
5.
While and Function
6.
Objects I
7.
Object II and Dictionary
8.
Modules
9.
Input & Output
10.
Wrap up Exercise - string
11.
Wrap up Exercise - List
12.
Wrapup exercise - logic
13.
Wrapup exercise - functions
14.
Object Oriented Programming
15.
Ping Pong Game
4.
Information Olympiad
1.
String problem solving
5.
Exercises
1.
String 1
2.
String 2
Python programming
> Python for Beginners
Python for Beginners
Python basics are crutial to the following lessons. In this secsion, we’re going to learn:
Python Interpreter
Basic Python data structures
Control flow tools
Modules
input & Output
Errors & Exceptions
Classes