Starting a new routine: Daily Python problem-solving. Day 1 was all about revisiting the fundamentals today. I worked through a few classic logic exercises: a FizzBuzz variant, some conditional logic for grade classification, and a few quick warmup drills. It’s always good to go back to the basics and build a little consistency. Excited to see how far I can push this habit over the next few weeks! You can check out my code for today over on GitHub here: https://lnkd.in/gvvC4yRk #Python #SoftwareEngineering #DeveloperJourney #Day1
Revisiting Python Fundamentals with FizzBuzz and Conditional Logic
More Relevant Posts
-
🚀 Day 2 — Python Journey Continuing with Python, today I focused on integer operations. 📌 What I learned: - Integer declaration - Addition, subtraction, multiplication - Division and modulus (remainder) - Power operation - Operator precedence (which operation runs first) 💡 What stood out: Understanding operator precedence is really important — the same expression can give different results if you don’t know the order of execution. Also, modulus (%) is more useful than it looks (especially for problems and logic building). Trying to stay consistent and build strong basics step by step. #Day2 #Python #CodingJourney #Consistency #LearnInPublic
To view or add a comment, sign in
-
-
💻 Day 20 of #100DaysOfCode Today was all about strengthening the basics 🔁 ✔️ Revised loops (for loop & while loop) ✔️ Solved 20+ practice questions ✔️ Focused on improving logic and speed Real progress comes from repetition and consistency. Building a strong foundation step by step 🚀 #Python #CodingJourney #Consistency #LearnToCode
To view or add a comment, sign in
-
Some days, VS Code feels like a puzzle I didn’t sign up for. Setting up a simple thing like Python with Conda base turned into hours of confusion. Paths, terminals, environments… nothing talks to each other at first. But I’m learning: frustration is part of the process, not a sign to quit. Slowly, things start to make sense. #techjourney #womenintech #datasciencejourney #vscode #python #conda #beginnertodev
To view or add a comment, sign in
-
Day 1 of getting back into Python 🐍 Spent some time revisiting the basics and strengthening the fundamentals. Covered things like data types, strings, and basic operations, and built a few small projects along the way. It’s always interesting how the basics make everything else easier to understand. #Python #LearningJourney #DataAnalytics #ContinuousLearning
To view or add a comment, sign in
-
While working on a project, I came across something simple but really important .𝐞𝐧𝐯 𝐟𝐢𝐥𝐞𝐬. At first, I was hardcoding things like 𝐀𝐏𝐈 𝐤𝐞𝐲𝐬 and 𝐔𝐑𝐋𝐬 directly into my code. It worked, but it didn’t feel right. That’s when I learned how .𝐞𝐧𝐯 files help keep sensitive data separate from the actual codebase. I put together a quick 4-slide breakdown covering: → What a .𝐞𝐧𝐯 file is → Why it matters → How to use it in Python #Programming #Python #WebDev #SoftwareEngineering #LearnInPublic #DevTips #100DaysOfCode #COMSATS #CUI
To view or add a comment, sign in
-
🚀 LeetCode Progress Update Just solved LeetCode 2828 – Check if a String Is an Acronym of Words ✅ 💡 Key Idea: Compared the first character of each word with the corresponding character in the given string — simple logic, but a great reminder that clarity beats complexity! 🧠 What I learned: Importance of index-based comparison Writing clean and readable conditions Thinking in terms of patterns, not just code ⚡ Result: Accepted with 1 ms runtime 💻 Consistency is the goal — one problem at a time! 🔥 #LeetCode #100DaysOfCode #Python #CodingJourney #ProblemSolving #Consistency #DataStructures
To view or add a comment, sign in
-
-
Day 38/100 – #100DaysOfCode 🚀 Solved LeetCode #2011 – Final Value of Variable After Performing Operations (Python). Today I practiced string handling and simple iteration to compute the final value after a series of operations. Approach: 1) Initialize a variable x = 0. 2) Traverse through each operation in the list. 3) If the operation contains "++", increment x by 1. 4) Otherwise, decrement x by 1. 5) Return the final value of x. Time Complexity: O(n) Space Complexity: O(1) Simple logic but great practice for handling strings and loops 💪 #LeetCode #Python #DSA #Strings #ProblemSolving #100DaysOfCode
To view or add a comment, sign in
-
-
🚀 Today I practiced Python by building a mini project Created a Number Guessing Game 🎯 What I worked on: • Variables & data types • Loops (while) • Conditional statements (if/elif/else) • Attempt tracking logic What I learned: Building something small helped me understand how logic and flow actually work, instead of just watching tutorials. Challenges I faced: • Managing loop conditions • Tracking attempts correctly Sharing a snippet of my code below 👇 Next: → Building a CLI To-Do List → Improving input validation Staying consistent and learning step by step. #Python #LearningInPublic #CodingJourney #BeginnerDeveloper
To view or add a comment, sign in
-
-
Day 33/100 – #100DaysOfCode 🚀 Solved LeetCode #1480 – Running Sum of 1d Array (Python). Today I practiced prefix sum logic to compute the running sum of an array. Approach: 1) Initialize an empty list to store the running sum. 2) Maintain a variable sum = 0. 3) Traverse the array and keep adding each element to sum. 4) Append the updated sum to the result list. 5) Return the final running sum array. Time Complexity: O(n) Space Complexity: O(n) Understanding prefix sums helps solve many array problems efficiently 💪 #LeetCode #Python #DSA #Arrays #PrefixSum #ProblemSolving #100DaysOfCode
To view or add a comment, sign in
-
-
🐍 One thing I learned from working with real systems: Most issues are not in writing code... they are in understanding failures. When something breaks, I now focus on: → Logs analysis → Reproducing the issue → Identifying root cause Instead of jumping to fix, I try to understand why it failed. This approach has improved my problem-solving a lot. #Python #Debugging #ProductionSupport #Learning
To view or add a comment, sign in
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