DAY ONE OF PYTHON NOTES BY ABHI TECH
DAY 1 OF PYTHON NOTES
✅ Day 1: Python Basics - Part 1 ๐
Topics:
-
What is Python?
-
Python Installation & Setup
-
Your First Python Program
-
Comments
-
Variables and Data Types
-
Input & Output Functions
Notes:
๐ What is Python?
-
High-level, general-purpose programming language.
-
Easy syntax, great for beginners.
-
Used in Web Dev, Data Science, AI, Automation, etc.
๐ Installation
-
Download Python from: python.org
-
Install any IDE: PyCharm / VS Code / Jupyter / IDLE.
✅ First Python Program
๐ฌ Comments
-
Single-line:
# This is a comment
-
Multi-line:
๐ฆ Variables & Data Types
๐งพ Input & Output
Comments
Post a Comment