Deepanshu
@ansudeep695
Followers
2
Following
20
Media
20
Statuses
21
Joined February 2023
๐งฉ Day 14 Python Practice - Pattern 2 Worked on number pattern printing using nested while loops. Generated a triangle where each row repeats its own number โ simple but great for logic building! #Python #100DaysOfCode #CodingJourney ๐โจ
0
0
1
โญ Day 14 Python Practice! Today I worked on pattern printing using nested while loops. Built a simple triangle pattern using rowโcolumn logic. Loving how these small exercises boost logical thinking! ๐โจ #Python #100DaysOfCode #CodeNewbie
1
0
3
๐งฎ Day 13 of Python! Built a fully functional calculator using functions, dictionaries, and loops. Loved how clean and reusable the logic becomes when operations are mapped to functions! ๐โ๏ธ #Python #100DaysOfCode #CodingJourney #LearningInPublic
1
0
2
๐ฐ Day 12 of my Python journey! Built a Secret Auction Program using loops, dictionaries, and basic comparison logic to find the highest bidder. Loving how these small projects are sharpening my problem-solving skills ๐โจ #Python #100DaysOfCode #CodingJourney #CodeNewbie
0
0
4
Day 11 of learning Python! ๐ Using a dictionary + conditional logic, I mapped each studentโs score to: ๐ Outstanding ๐ Exceeds Expectations ๐ Acceptable โ Fail Learning Python feels awesome! ๐ฅ๐ #Python #Coding #100DaysOfCode #LearnToCode
0
0
2
๐ Built a simple Caesar Cipher Encoder/Decoder in Python! Practiced: โข Lists & indexing โข String manipulation โข Functions โข Logic for shifting characters Loving how each project strengthens my fundamentals ๐๐ก #Python #CodeNewbie #100DaysOfCode #LearningInPublic
0
0
1
๐ Day 10 of #100DaysOfCode Built a complete Caesar Cipher encoder & decoder in Python! Handled shifting, wrapping indexes, user input validation, and recursive flow for multiple runs. Challenging but super fun to build! ๐โก #Python #LearnToCode #CodingJourney #PythonProjects
0
0
1
โค๏ธ Day 10 of #100DaysOfCode Built a fun little Love Score Calculator in Python today! ๐ Counted letters from TRUE and LOVE in two names to generate a score. A playful way to practice loops, conditions, and string checks! ๐ #Python #CodingJourney #LearnToCode #PythonProjects
0
0
1
โ Day 9 of #100DaysOfCode Created a simple Python function that calculates how many weeks you have left if you live to 90. Great exercise for practicing math operations and function design in Python! ๐ #Python #LearnToCode #CodingJourney
0
0
1
๐ฎ Day 8 of #100DaysOfCode Built a mini Hangman-style word guessing game in Python! ๐ Used loops, random word selection, list updates, and a life system (6 lives). Super fun to see the logic come together! #Python #CodingJourney #LearnToCode #PythonProjects
0
0
1
๐ Day 7 of Python Journey Today I wrote a maze-solving logic using simple conditionals! The bot keeps moving forward, turns right whenever possible, and turns left when it hits a wall โ until it finally reaches the goal. #100DaysOfCode #Python #CodingJourney
0
0
1
๐ Today I improved my Reeborgโs World solution by making a smarter jump() function! Used loops + conditions to climb hurdles, move across, and come back down until reaching the goal. Loving how Python logic is clicking! ๐คโจ #Python #100DaysOfCode #CodingJourney
0
0
0
๐ Today in my Python journey, I solved the Reeborgโs World hurdle challenge! Created a custom jump() function and used a while loop to move the robot until it reached the goal. Small steps, big learning! ๐คโจ #Python #100DaysOfCode #CodingJourney
0
0
1
๐ค Day 7 of #100DaysOfCode Practiced Python by solving the Hurdle Challenge in Reeborgโs World ๐โโ๏ธ๐ง Wrote a jump() function and used a while loop to clear every hurdle until reaching the goal. Loving how Python logic becomes visual here! #Python #LearnToCode #CodingJourney
0
0
1
๐ค Day 6 of #100DaysOfCode Wrote reusable Python functions in Reeborgโs World to automate movement! Created gogogo() for a full path and ran it six times using sixTimeGoGoGo() ๐ Loving how functions make code cleaner and smarter ๐ป๐ฅ #Python #LearnToCode #CodingJourney
0
0
1
๐ค Day 5 of #100DaysOfCode Practiced Python on Reeborgโs World ๐ Made Reeborg draw a square โฌ using functions and logic. Fun way to learn loops, movement, and problem-solving visually! ๐ #Python #LearnToCode #CodingJourney
0
0
1
๐ Day 4 of #100DaysOfCode Built a Password Generator in Users can choose how many: ๐ก Letters ๐ข Numbers ๐ฃ Symbols Then it shuffles everything to create a strong, random password ๐ช โ
Lists & Loops โ
random.choice() & random.shuffle() #PythonProjects #LearnToCode #Coding
0
0
1
๐ชจ๐โ๏ธ Day 3 of #100DaysOfCode Built the classic Rock-Paper-Scissors game in #Python ๐ฎ Practiced: โ
Conditional logic โ
Random module โ
ASCII art for fun visuals Itโs you vs CPU โ who wins? ๐ค๐ #PythonProjects #LearnToCode #CodingFun #GameDev
0
0
1
๐ Day 2 of #100DaysOfCode Built a fun Python mini-game: โReach to the Treasure ๐โ You just have to choose the right path to win! Type ๐ โก๏ธ โrightโ or โleftโ โต โwaitโ or โswimโ ๐จ โyellowโ, โredโ, or โblueโ Only one leads to victory ๐ #Python #Coding #GameDev #LearnToCode
0
0
1
Day 1 of my #PythonLearningJourney ๐ Today I explored debugging in Thonny IDE! ๐ ๏ธ Learned how to add breakpoints, inspect variables & control code flow step-by-step. Debugging isnโt hardโฆ when you understand the tools! ๐ #Python #Debugging #Thonny #100DaysOfCode
0
0
1