When was my friends were playing #FLAMES 😁😉, repeatedly doing the same calculations again and again.
At that movement, I got an idea nowadays everything is automated, so why not automate FLAMES too?
so, I came up with a python solution 🤔😎.
Take a look 🤫🫣🫨
#python#problemsolving#crasy#pythonprogramming#fun#automation#play
Hello all, today I build something crazy. In my college, my friends are in the last bench. My friends are playing flames and they're one name, another name. They are finding the relationships between the names. So there I got a crazy idea why can't I solve this problem using Python. So there I applied this my Python skills here. So let's see the code. So I take a variable 1 and variable 2 for names. I take the names by the input and justice. I then remove the same characters in the both names so and it will returns the count of our remaining letters in the names. So the function is this. So then. We need to find the last letter right in the flames. We need to find the last letter so it will the flames result. It will count so. Then what this length will one by one, one by one element will be removed from the list, so it will gives the last element. So then at the result we can get the. Relationship between the two names. So here I created a dictionary. So at last the what the letter we are passing here. At that letter we can get the result of the relationship. Shall we try this in here? OK. So like. Rather. And. Fishman. Yes, we got the law and we try another one. From. Sita yes, garage and thank you. Have you ever played this game in your college days or school days? Please comment below. Thank you.
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
🚀 Day 3/30 – Image Puzzle Game using Python 🐍🧩
Day 3 of my 30 Days Python Challenge, and today I built something fun + interactive 🎉
I created an Image Puzzle Game using Python and Tkinter, where users can upload any image, shuffle the tiles, and solve the puzzle by rearranging the pieces 🖼️💻
What I focused on today:✨ Building an interactive GUI using Tkinter✨ Image slicing and tile shuffling logic✨ Creating a smooth and engaging puzzle-solving experience✨ Improving logic building with game mechanics
This challenge is helping me stay consistent, creative, and hands-on with real Python projects every day 🚀
👉 Would love your feedback!
👉 What image would you try first in this puzzle game? 👀
Day 4 coming tomorrow… stay tuned 👀
#Python#30DaysChallenge#PythonProjects#Tkinter#PuzzleGame#GUI#CodingJourney#BuildInPublic#GameDevelopment
💻 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
Day 46/100 – #100DaysOfCode 🚀
Solved LeetCode #2733 – Neither Minimum nor Maximum (Python).
Today I practiced sorting and simple array logic to find any element that is neither the minimum nor the maximum in the array.
Approach:
1) Sort the array.
2) Check the length of the array.
3) If the size is less than or equal to 2, return -1 (no valid element exists).
4) Otherwise, return the second element as it will be neither min nor max.
Time Complexity: O(n log n)
Space Complexity: O(1)
Understanding how sorting simplifies boundary-based problems 💪
#LeetCode#Python#DSA#Arrays#Sorting#ProblemSolving#100DaysOfCode
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
Day 50/100 – #100DaysOfCode 🚀
Solved LeetCode #28 – Find the Index of the First Occurrence in a String (Python).
Today I practiced string matching using a brute-force approach to find the first occurrence of a substring.
Approach:
1) Traverse the main string (haystack).
2) For each index, try to match the substring (needle).
3) Compare characters one by one.
4) If all characters match, return the starting index.
5) If mismatch occurs, break and move to the next index.
6) If no match is found, return -1.
Time Complexity: O(n × m)
Space Complexity: O(1)
Understanding basic string matching techniques step by step 💪
#LeetCode#Python#DSA#Strings#ProblemSolving#100DaysOfCode
How to use Python (Pandas and Matplotlib) to convert GenAI-generated Multiple Choice Questions (MCQs) into clean, professional images—Watch Video here : https://lnkd.in/gCCXd5HZ
🚀 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
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
Wow... Can we bolt in other data sources into LabView using this? If we cant get off shelf drivers or integration compatibility - we can bolt into the python bridge?
Benchmarking roundtrip time 📨 of the 'labview-python-bridge', never new python could operate so fast (⚡<1 millisecond, zero data loss), the meme's lied to me...
Benchmarking Spec:
20hz, 40hz, 100hz, 1000hz
JSON package, 10 data points
'Labview-App' to Python-App' back to 'Labview-App'
👉 check out the labview-python-bridge: https://lnkd.in/d-9Z_2ks#Labview#Python#SmartFactory#IIoT#OpenSource
Great