100DaysOfCode β€” Day 8

Day 8: Getting my head around Enumerations. Another playground session and a recap of the past week, which has been a challenging one while traveling. I'll be back on Monday! ✊...
0 Read More

Day-06 of Learning Python!

Day-06 Revised String Manipulation Made Simple Mini Projects Using ONLY String Manipulation: Made Serial Number Extractor Simple Obfuscator Center Aligner Text Analyzer Username Creator Word Censor To...
0 Read More

Day-07 of Learning Python!

100DaysOfCode Day 07:Focused on mastering Lists along with if-else, loops, and string manipulation.Built a simple Movie Watchlist Manager.Also, solved my first-ever LeetCode Easy problem toda...
0 Read More

Day 8 of Learning Python!

Day 8 of Learning Python!
Today I practiced with Dictionaries and other core concepts in Python. Made a simple Library Management Tool I had difficulty understanding how to do some things like using .items() and making the pr...
0 Read More

Day 1 of 100DaysOfCode

Day-1 of #100daysOfCodeToday was the very first day of my web development journey.On day 1 I managed to install the Vs code and other extensions πŸ’»Today I have completed the basic introduction of Ht...
0 Read More

Day 9 of Learning Python

Day-09 Practiced some more python. Learned that .index() only returns the first occurrence of an item in a list, even if there are multiple same items. Learned about enumerate() Solved two LeetCode pr...
0 Read More

Day 2 of 100DaysOfCode

Day 2 of #100DaysOfCode Today, I styled my HTML page using CSS. I covered the basics of CSS, including the types of CSS and different selectors and also learned about selectors specificity. The outcom...
0 Read More