Python logo

Basic Python Programming

Basic Python Programming is an introductory course designed for beginners who want to learn Python from the ground up. The course covers fundamental programming concepts, core Python syntax, and practical problem-solving skills, providing a solid foundation for further study in software development, data analysis, or automation.

Basic information about the Python

Year Released:

1991

Creator:

Guido van Rossum

Popularity Ranking:

Consistently ranked #1 or #2 in programming language indexes (e.g., TIOBE, PYPL).

Platforms:

Cross-platform – works on Windows, macOS, Linux.

What you'll learn

✅ Introduction to Python, an overview, how to install it, and its syntax.

✅ Python control statements and the different types of loops

✅ Learn about the string data type in Python, as well as the various methods to manipulate strings.

✅ Learn about arrays, lists, tuples, sets, and dictionaries in Python and how to use them.

✅ Learn how to perform file handling operations in Python.