Learning Python: Day 1-3 Overview

Hi everyone! 👋 I’ve recently started learning Python, one of the most powerful and beginner-friendly programming languages. [Day-1 to Day-3] In this journey, I’ll be exploring some core concepts that every Python learner should know. Here are the key topics I’m covering: 1️⃣ What is Procedural Programming Language? A style of programming where code is written as a set of instructions or procedures (functions). 2️⃣ What is Object-Oriented Programming Language (OOPs)? A method of programming that organizes code using objects — combining data and behavior together. 3️⃣ What is Python? Python is a high-level, interpreted, and easy-to-learn language known for its readability and flexibility. 4️⃣ Why Python? ✔️ Simple syntax ✔️ Huge community support ✔️ Rich libraries (AI, ML, Web, Automation, etc.) ✔️ Cross-platform compatibility 5️⃣ Difference between Memory Allocation in Procedural and OOP Languages In procedural programming, memory is allocated mainly for functions and variables. In OOP, memory is allocated for objects and classes — which improves data management and reusability. 6️⃣ Python Installation & IDE Usage Installed Python from python.org and started using IDEs like PyCharm and VS Code for practice. 7️⃣ Tokens, Statements & Identifiers 🔹 Tokens are the smallest elements in Python (keywords, operators, literals, etc.) 🔹 Statements are instructions executed by the Python interpreter. 🔹 Identifiers are names given to variables, classes, and functions. 8️⃣ Comments in Python Used to make the code more understandable. Single-line comment: # This is a comment Multi-line comment: ''' This is a multi-line comment ''' 💡 I’ll continue posting detailed explanations and examples on each of these topics soon! Pardha Gopikrishna sir, Saketh Kallepu sir #Python #CodingJourney #LearningPython #ProgrammingBasics #OOP #TechLearning

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories