Worked on Python control flow fundamentals today: if–else for decision-making login while loops for condition-based repetition These constructs define how programs branch and iterate. Practiced small examples to understand execution flow and edge cases (true/false conditions, loop termination). Next: apply these in short scripts (input validation, counters, simple simulations). #Python #ProgrammingBasics #ControlFlow #LearningInPublic #BTech #Day6
Mukesh Gurrala’s Post
More Relevant Posts
-
Indexing in Python is one of those fundamentals that quietly powers almost everything we build. 🚀 From extracting a single character in a string to retrieving elements from lists and tuples, indexing gives us precise control over data. And the best part? • It starts at 0 • It supports negative indexing to access elements from the end Simple concept. Powerful impact. Strong fundamentals create strong programmers. 🚀 #Python #Programming #LearnPython #CodingJourney #DataAnalytics #DataAnalyst
To view or add a comment, sign in
-
-
Day 58 – Removing Common Elements from Lists Day 58 focused on removing common elements between two lists using set operations. This exercise enhanced understanding of list manipulation, type conversion, and efficient comparison techniques in Python, along with handling dynamic user inputs for practical implementation. GitHub Code: https://lnkd.in/gFwDgBBN #Day58 #100DaysOfCode #Python #Lists #SetOperations #LogicBuilding #DailyCoding #Consistency
To view or add a comment, sign in
-
-
In this video, I cover essential Python fundamentals including data types, numeric operations, type casting, strings, booleans, and operators — key concepts every beginner must master. 🎥 Watch here: https://lnkd.in/giPjmmMp #Python #Programming #LearnPython #Coding #SoftwareDevelopment
Python Tutorial - Part 2 | Data Types, Numbers, Casting, Strings, Booleans & Operators Explained
https://www.youtube.com/
To view or add a comment, sign in
-
🚀 Day 26/30 – Mini Python App Challenge Built a Mini Voting System 🗳️ using Python. Features: • Multiple candidates • Vote recording • Result calculation • Winner announcement Concepts used: dictionaries, loops, validation logic GitHub 👇 🔗 https://lnkd.in/dCSFW_Hd #Python #LearningInPublic #30DaysOfCode #PythonProjects #tuesdaymotivation #github
To view or add a comment, sign in
-
-
🚀 Day 29/30 – Mini Python App Challenge Built a Turn-Based Battle Game ⚔️ using Python. Features: • Player vs Computer • Attack & Defend mechanics • Health tracking system • Random damage simulation Concepts used: Game loops, state management, random logic GitHub 👇 🔗 https://lnkd.in/dCSFW_Hd Almost at Day 30 🔥 #Python #LearningInPublic #30DaysOfCode #GameDev #github #
To view or add a comment, sign in
-
-
LeetCode #19 – Remove Nth Node From End of List | Highly Efficient Python Implementation Time: O(n) single pass | Space: O(1) Performance: Runtime 0ms beats 100.00% | Memory 19.30 MB beats 84.94% #LeetCode #DataStructures #Python #LinkedList #TwoPointers #OptimalSolution #CodingInterview #ProblemSolving #SoftwareEngineering
To view or add a comment, sign in
-
-
🚀 Solved Today’s POTD (23 Feb 2026): Union of Arrays with Duplicates on GeeksforGeeks using Python 🐍 Problem: Given two arrays, return the union of both arrays containing only distinct elements. Approach: Used Python’s Set data structure: • Converted both arrays into sets (automatically removes duplicates) • Used set union operation to combine elements • Returned the result as a list This problem reinforced the importance of choosing the right data structure for cleaner and more efficient solutions. 💡 Time Complexity: O(n + m) Small problems, strong fundamentals 💪 Consistency continues! #day8 #geekstreak60 #npci #geeksforgeeks #dsa #python #learning #problemsolving #codingjourney
To view or add a comment, sign in
-
-
🚀 Solved Today’s POTD (23 Feb 2026): Union of Arrays with Duplicates on GeeksforGeeks using Python 🐍 Problem: Given two arrays, return the union of both arrays containing only distinct elements. Approach: Used Python’s Set data structure: • Converted both arrays into sets (automatically removes duplicates) • Used set union operation to combine elements • Returned the result as a list This problem reinforced the importance of choosing the right data structure for cleaner and more efficient solutions. 💡 Time Complexity: O(n + m) Small problems, strong fundamentals 💪 Consistency continues! #day8 #geekstreak60 #npci #geeksforgeeks #dsa #python #learning #problemsolving #codingjourney
To view or add a comment, sign in
-
-
📘 Python with DSA – Day 66 ✅ Topic: Basic Bit Manipulation Today, I focused on understanding the fundamentals of Bit Manipulation using Python. Learned how binary representation works and how bitwise operators help solve problems efficiently. 🔹 Topics covered: Binary representation of numbers Bitwise operators: &, |, ^, <<, >> Checking even/odd using bits Power of 2 logic using n & (n-1) Importance of XOR in problem solving 🔹 LeetCode Problem Solved: Single Number (Easy) Used XOR to find the unique element in an array where every other element appears twice. #Python #DSA #BitManipulation #LeetCode #CodingJourney #SDE #ProblemSolving
To view or add a comment, sign in
-
-
🐍 Day 43 — Why Libraries Matter in Python Day 43 of #python365ai 📚 Python’s real power comes from its libraries — collections of reusable code that solve complex problems efficiently. Examples: Data analysis Visualisation Machine learning Automation 📌 Why this matters: Libraries save time and allow you to build professional solutions without reinventing the wheel. 📘 Practice task: Search for one Python library related to your interest and note what it’s used for. #python365ai #PythonLibraries #Programming #LearnPython
To view or add a comment, sign in
-
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