I’m happy to share that I participated in a Python workshop focused on solving problems on LeetCode, conducted by Veerakumar from 13.11.2025 to 15.11.2025. The three-day session was a great learning experience that helped me strengthen my problem-solving abilities using Python. During the workshop, I practiced several coding challenges that enhanced my knowledge of: • Data Structures • Algorithms • Logical Thinking • Time and Space Complexity Analysis The hands-on approach made it easier to understand how to break down problems step-by-step and write optimized solutions. Working on real-time challenges also increased my confidence in competitive programming and technical interview preparation. I sincerely thank the trainer for the clear explanations and practical guidance that made even complex concepts easy to grasp. Excited to apply these learnings in real-world projects and continue growing in problem solving and software development. #Python #LeetCode #ProblemSolving #MCA #ContinuousLearning #CodingJourney #snsdesignthinking #snsinstitution #snsdesignthinker
Swathi A’s Post
More Relevant Posts
-
🚀 Day- 16 of My Python Learning Journey In today’s session, I explored the Sets in Python and learned how they are useful for handling unique values and performing set operations. 📚 Key concepts I practiced today: 1. Creating sets and understanding that sets store unique values only 2. Adding elements using .add() 3. Removing elements using .discard() 4. erforming set operators such as: 5. Union ( | ) – combine elements from two sets 6. Intersection ( & ) – find common elements 7. Difference ( - ) – find elements present in one set but not the other 8. Symmetric Difference ( ^ ) – elements that are not common in both sets 9. Using sets to remove duplicate values 10. Finding missing values and common skills between datasets This session helped me understand how sets can be very powerful for data comparison, filtering duplicates, and finding relationships between datasets, which is very useful in data analysis and programming. 🙏 Special thanks to Satish Dhawale Sir for providing such a great learning opportunity and guidance throughout this Python journey. Looking forward to learning more and improving my programming skills every day. 💻✨ #Python #PythonLearning #CodingJourney #DataAnalytics #Programming #Learning #Day16 #SkillDevelopment
To view or add a comment, sign in
-
🚀 Session-1 Completed – Day -1 Python Fundamentals We began by building a strong foundation — because great developers are built on clear fundamentals. 📘 Session Focus Introduction to Python & Core Programming Concepts 🎯 What We Covered • What Python is and where it is used in the industry • Why Python remains one of the most versatile and in-demand languages • Environment setup and installation • Writing and executing the first Python program • Understanding Variables & Data Types • Taking user input • Implementing Conditional Logic (If-Else) 💡 Practical Implementation Participants developed a working mini-program that: ✔ Accepted user name ✔ Accepted user age ✔ Determined whether the user is an Adult or Minor This activity strengthened logical thinking, syntax clarity, and confidence in writing executable code. 📌 Reflection Day-1 was not about complexity — it was about clarity. Programming begins with understanding, not memorizing. Looking forward to advancing into deeper problem-solving and structured programming in the upcoming sessions. #Python #Programming #TechEducation #LearningJourney #DeveloperGrowth #Coding #frontendDeveloper #AI
To view or add a comment, sign in
-
💻 My First Python Logic Project Taught Me More Than I Expected This week, I built a simple Grade Calculator in Python as I strengthen my programming foundation. It takes a score as input and automatically assigns a grade with feedback. It may seem small, but here’s what I learned: • How conditional statements really work • Why structuring logic properly matters • The importance of testing different cases Writing the code wasn’t the hardest part — thinking through the logic step by step was where the real learning happened. I’m focused on building strong fundamentals before diving deeper into AI and advanced systems. Small steps. Real progress. Next goal: Add more functionality and improve the logic. 💡 For those who started with Python: what was the first project that helped programming finally “click” for you? I’d love to hear your experiences. #Python #ComputerScience #LearningInPublic #BeginnerProgrammer #TechJourney
To view or add a comment, sign in
-
📚 Continuing my Python learning journey Today, I took a deeper dive into functions and iteration, moving beyond basic loops to focus on readability and efficiency. 🔑 Key concepts I revisited: ● Smart Iteration – Using enumerate() to handle index-value pairs and zip() to combine data from multiple lists seamlessly. ●The Power of Unpacking – Practicing tuple unpacking (especially with dictionary.items()) to keep code concise and readable. ●Functions – Strengthening my understanding of positional, keyword, and default arguments to write more flexible and robust functions. The transition from manual coding to using these Python tools makes a big difference in how clean, readable, and maintainable the code becomes. Step by step, I’m building a stronger foundation in Computer Science and Python programming. 🚀 #Python #Programming #LearningJourney #WomenInTech #CleanCode #ComputerScience
To view or add a comment, sign in
-
-
Intensive Python session successfully completed! Today was a very productive day in my programming learning journey. I completed five tasks that allowed me to better understand input handling, regular expressions (re), and mathematical operations. The most satisfying part was moving from simple code rewriting to analyzing what's happening "under the hood" (e.g., why importing re is necessary for the search function to work). Every NameError I resolve is a valuable lesson. Step by step, I'm building a solid foundation. What resources do you recommend for learning Python to start with? #python #programming #codingjourney #developerinthemaking
To view or add a comment, sign in
-
-
📘 Learning Python, One Step at a Time 📘 I recently attempted a CodeChef module test on **Output / Print in Python** and scored **500/800 (62%)**. ✨ Performance Snapshot: - ✅ 5 Correct Answers - ❌ 3 Wrong Answers - 🧩 Topics covered: Printing in Python (MCQs + Coding Problems) - Overall remark: *Average* While the score shows there’s room for improvement, I see this as a milestone in my learning journey. Each attempt helps me identify gaps, strengthen fundamentals, and build confidence in writing clean, efficient code. 💡 Next steps: - Revisiting Python basics with a focus on output formatting. - Practicing more coding problems to improve accuracy. - Tracking progress through consistent module tests. Excited to keep pushing forward and turn these “average” remarks into “excellent”! 🚀 #Python #CodeChef #LearningJourney #CodingSkills #ContinuousImprovement
To view or add a comment, sign in
-
-
Day 6 of 20 Learning Challenge 🎉🖥 Lists, tuples, and dictionaries are Python's power trio. 🗂️📋 Six days in and I now understand why Python is the world's most popular programming language; it is powerful yet readable. Today I dove deep into Python data structures: lists, tuples, dictionaries, and sets. I learned when to use each one and why it matters. Lists for ordered, mutable data. Tuples for fixed, protected data. Dictionaries for key-value relationships. Sets for unique collections. I built a small contact book program using dictionaries storing names, phone numbers, and emails. Something clicked today. I stopped seeing code as abstract symbols and started seeing it as a blueprint for real-world solutions. 💡 Choose your data structure wisely. The right container makes all the difference. #Python #DataStructures #LearningJourney #WomenInTech #BackendDevelopment #Django #CodeNewbie #Git20DaysChallenge #AfricaAgility #AgitCohort9
To view or add a comment, sign in
-
-
As someone transitioning deeper into tech, I realized something important Learning syntax doesn’t build skills. Building projects does. I recently published a Medium article where I share 5 Python projects that helped strengthen my understanding of programming fundamentals and problem-solving. This article reflects my continuous learning journey and hands-on approach toward software development. 🔗 Article: https://lnkd.in/gxuFM8VP Feedback and suggestions are always welcome. #PythonDeveloper #SoftwareDevelopment #TechJourney #LearningInPublic
To view or add a comment, sign in
-
From Notes to Knowledge Systems Most people take notes. Few build knowledge systems. There’s a difference. I used to write Python notes. Now I build connections between: 👉 Concepts 👉 Exercises 👉 Mistakes 👉 Projects Every note links to another. Every concept becomes searchable. Every mistake becomes documented. Learning stopped being random. It became architectural. Do you review your mistakes… or just move on from them? P.S. Repost if you find this useful or helpful for other Tags #Python #PythonProgramming #PythonDeveloper #PythonBeginner #CodingJourney #Programming #TechCareers #BeginnersMindset #Consistency #SelfTaught #CareerGrowth #Upskilling
To view or add a comment, sign in
-
-
🚀 30 𝐃𝐚𝐲𝐬 𝐨𝐟 𝐏𝐲𝐭𝐡𝐨𝐧 — 𝐃𝐚𝐲 #12 | 𝐑𝐞𝐯𝐢𝐬𝐢𝐨𝐧 𝐃𝐚𝐲 Day 12 was dedicated to revising the topics I learned earlier and strengthening my understanding of core Python concepts. Instead of learning something new today, I focused on going back through previous lessons and practicing them again to build a stronger foundation. 📌 𝑾𝒉𝒂𝒕 𝑰 𝑹𝒆𝒗𝒊𝒔𝒆𝒅: 🔹 Python operators (arithmetic, comparison, logical) 🔹 Conditional statements — if, if-elif-else, and nested if 🔹 Loop concepts — while loop and for loop 🔹 Understanding how these concepts work together in problem-solving 🛠 𝑾𝒉𝒂𝒕 𝑰 𝑹𝒆𝒗𝒊𝒔𝒆𝒅: ✔️ Solving practice questions using operators and conditions ✔️ Writing logic using if-elif-else statements ✔️ Revising while and for loops with small coding exercises ✔️ Strengthening problem-solving by revisiting earlier tasks 💡 𝑲𝒆𝒚 𝑻𝒂𝒌𝒆𝒂𝒘𝒂𝒚 Revision is just as important as learning new topics. Reviewing previous concepts helps reinforce logic and makes coding feel more natural. Each day of practice is helping me become more confident with Python. Day 12 complete ✅ Consistency and revision are building a strong coding foundation. 💻✨ #Python #30DayChallenge #Day12 #PythonLearning #CodingJourney #LearnToCode #Programming #TechGrowth #WomenInTech
To view or add a comment, sign in
-
More from this author
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