Basics of Python
Basics of Python
Dr.Ginne M James
Sri Ramakrishna College of Arts & Science
Coimbatore
BASICS OF PYTHON PROGRAMMING
Introduction to Python
What is Python?
•High-level, interpreted, and general-purpose programming language.
•Known for its simplicity and readability.
•Creator:
•Developed by Guido van Rossum in 1991.
•Purpose:
•Designed for beginner-friendly programming and rapid application development.
•Today:
•Widely used in web development, AI, data science, and automation.
•Large, active community and extensive library support.
print("Hello, Python!")
•_count = 5
•studentName = "John"