ansudeep695 Profile Banner
Deepanshu Profile
Deepanshu

@ansudeep695

Followers
2
Following
20
Media
20
Statuses
21

Joined February 2023
Don't wanna be here? Send us removal request.
@ansudeep695
Deepanshu
14 days
๐Ÿงฉ 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
@ansudeep695
Deepanshu
14 days
โญ 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
@ansudeep695
Deepanshu
18 days
๐Ÿงฎ 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
@ansudeep695
Deepanshu
19 days
๐Ÿ’ฐ 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
@ansudeep695
Deepanshu
20 days
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
@ansudeep695
Deepanshu
22 days
๐Ÿ” 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
@ansudeep695
Deepanshu
22 days
๐Ÿ” 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
@ansudeep695
Deepanshu
1 month
โค๏ธ 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
@ansudeep695
Deepanshu
1 month
โŒ› 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
@ansudeep695
Deepanshu
1 month
๐ŸŽฎ 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
@ansudeep695
Deepanshu
1 month
๐Ÿ 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
@ansudeep695
Deepanshu
1 month
๐Ÿ 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
@ansudeep695
Deepanshu
1 month
๐Ÿ 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
@ansudeep695
Deepanshu
1 month
๐Ÿค– 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
@ansudeep695
Deepanshu
1 month
๐Ÿค– 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
@ansudeep695
Deepanshu
1 month
๐Ÿค– 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
@ansudeep695
Deepanshu
1 month
๐Ÿ” 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
@ansudeep695
Deepanshu
1 month
๐Ÿชจ๐Ÿ“„โœ‚๏ธ 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
@ansudeep695
Deepanshu
2 months
๐Ÿš€ 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
@ansudeep695
Deepanshu
2 months
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