Day 3 of learning Python. Didn’t jump into anything complex… just focused on understanding input and output properly. At first it looked very simple — input() and print() — but when I actually tried small programs, I realized how important this is. Especially the part where Python takes everything as string by default and we need to convert it using int() or float(). Tried a few basic programs like taking numbers from user and printing the sum. Small thing, but felt good seeing it work. Feels like I’m finally building the base properly instead of rushing. Next step → learning conditions (if-else) and writing better logic. #Python #Learning #DevOpsJourney
Mastering Python Basics: Input and Output
More Relevant Posts
-
🚀 Python Learning Journey – Day 3 Today I explored one of the most important concepts in Python – Strings & String Slicing 🔥 📌 What I Learned: ✔️ A String is a sequence of characters enclosed in quotes. ✔️ We can define strings in 3 ways: a = 'Siddu' # Single quoted string b = "Siddu" # Double quoted string c = '''Siddu''' # Triple quoted string ✔️ String Slicing helps us extract a part of a string. ✔️ Indexing starts from 0 to (length - 1) ✔️ Negative indexing starts from -1 (last character) 📌 Example: name = "Python" print(name[0:3]) # Pyt print(name[-1]) # n 💡 Understanding strings is very important because they are used everywhere in programming! #Python #LearningPython #CodingJourney #Day3 #Programming #TechSkills #FutureDeveloper 🚀
To view or add a comment, sign in
-
🧠 GATE DA Aspirants — Quick Python Check! Today’s focus: Python Practice Many questions look straightforward… but small details in Python can completely change the answer. Understanding behavior > memorizing syntax. 🎯 Test yourself: https://lnkd.in/gFnfgGaA Consistent practice is key to mastering programming for GATE DA. #GATEDA #Python #Programming #DataScience #Learning #MindSpanEducation
To view or add a comment, sign in
-
-
Struggled to understand Python OOP… until I practiced it daily 👇 Recently, I learned about: ✔️ Classes and Objects ✔️ init method ✔️ Static & Class methods I also built a small Employee system to understand these concepts better. 💡 My learning: Practice > Theory If you're learning Python, don’t just watch tutorials — build something! What are you currently learning in Python? #Python #OOP #CodingJourney #Learning
To view or add a comment, sign in
-
🚀 Day 2/30 – Python Challenge Continuing my Python journey! 🐍 🔹 Key Concepts: * Different data types in Python * Integer, Float, String, Boolean * Storing values using variables 💻 Mini Task: Created variables of different data types and printed them to understand how Python handles each type. 🎯 Learning Outcome: Learned how Python supports multiple data types and how to use them effectively in programs. Step by step getting more comfortable with coding! 💻✨ #Python #CodingChallenge #LearningJourney #AI #StudentDeveloper #Day2
To view or add a comment, sign in
-
-
📘 Today’s Learning – Python Strings & Slicing 🐍 Today I explored one of the most important concepts in Python — Strings and Slicing. 🔹 Learned what strings are and how they store text data 🔹 Understood that strings are immutable (cannot be changed directly) 🔹 Practiced indexing to access characters 🔹 Learned slicing (start : stop : step) to extract parts of strings 🔹 Explored negative indexing and string reversal using slicing 🔹 Understood difference between strings vs lists 🔹 Practiced string methods, operators, and loops 🔹 Learned f-strings for clean and professional output 💡 One key takeaway: 👉 Slicing and indexing are very powerful for data manipulation and are widely used in real-world applications. 📌 Also practiced a small logic: Counting vowels in a string using loops and conditions. Step by step, improving my Python fundamentals 🚀 #Python #LearningJourney #DataScience #Coding #Beginner #Strings #Programming #100DaysOfCode #FullStackAcademy
To view or add a comment, sign in
-
-
Learning Python doesn’t have to be overwhelming. Recently explored “A Course in Python” — and one thing stood out: 👉 The best way to learn is by doing, experimenting, and breaking code. From basic arithmetic to powerful libraries like NumPy & SymPy, Python isn’t just a language — it’s a problem-solving tool. Less theory. More hands-on. More curiosity. That’s where real learning begins. 🚀 #Python #Programming #DataAnalytics #Learning #CodingJourney
To view or add a comment, sign in
-
Python Today’s topic: Lists & Tuples What I learned: Creating lists and tuples Accessing elements using indexing Difference between mutable and immutable data types Example: list = [1, 2, 3] tuple = (1, 2, 3) Building strong fundamentals step by step #Python #Learning #Beginner
To view or add a comment, sign in
-
🚀 Python Learning Series – Part 2 Continuing my Python journey, this part focuses on building a strong foundation with core concepts that are essential for writing efficient programs. 📌 In this part, I’ve covered: • Variables & Data Types • Type Casting • Operators (Arithmetic, Comparison, Logical, etc.) • Input/Output & f-strings • Conditional Statements (if, elif, else) These concepts are fundamental for anyone starting with Python and form the base for advanced topics ahead. 💡 More parts coming soon as I continue learning and improving step by step. I’d love to hear your feedback and suggestions! #Python #LearningJourney #Programming #CodingBasics #DataAnalytics #TechSkills
To view or add a comment, sign in
-
🚀 Day 2/100 – Python & DSA Journey Today I focused on applying basics to a real problem. 🔹 Problem: Find the area of a triangle Instead of just memorizing the formula, I implemented it using Python by taking user input and performing calculations. Formula used: Area = (1/2) × base × height What I learned today: ✔ How to take multiple inputs from the user ✔ Converting input into the correct data type (float) ✔ Performing mathematical operations in Python ✔ Writing cleaner output using f-strings This may look simple, but it’s helping me build the foundation for problem solving.
To view or add a comment, sign in
-
-
🚀 Day 5/30 – Python Challenge Learning decision-making in Python! 🐍 🔹 Key Concepts: * Conditional statements (if, else) * Logical comparison (>=) * Controlling program flow based on conditions 💻 Mini Task: Created a program to check whether a person is eligible to vote based on their age. 🎯 Learning Outcome: Understood how conditional statements help programs make decisions and respond differently based on input. Step by step, logic is getting stronger 🔥 #Python #CodingChallenge #LearningJourney #AI #StudentDeveloper #Day5
To view or add a comment, sign in
-
More from this author
Explore related topics
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development