Python Programming For School Students/ Absolute Beginners
Python Programming For School Students/Absolute Beginners ( In 20 Lessons)
This lessons of Python programming are being prepared especially for middle-school students:
Lesson:1
(Time: 40 minutes)
• First of all, we need a Computer/Laptop with at least 4GB RAM. (8GB RAM will be better, of course)
• Python is free and open-source.
• Python comes pre-installed on MAC and most versions of Linux. We have to download it in the case of Windows.
• Here we will learn the Python programming language with
Python 3 (https://www.python.org/downloads/release/python-382/) installed on the computer.
• While learning we will learn to use some symbols/letters in a very special manner.
• While programming, we will use a number of different data types. A data type refers to the type of value an ob...