[Part VII]Dictionaries in Python馃悕Welcome back to the series "Learn Python with me!"馃憢馃憢 Last time we learned about a widely used data structure in Python called List. Let's move on further into the world of data structures and get started with Dictionaries in Python. Dictionaries re...Oct 13, 2021路4 min read
[Part II]Operators and Random Function in Python馃悕Welcome back to the series "Learn Python with me!" 馃憢 Last time we talked about how to print the output to the terminal using print(), how to take an input using input(). We also know that input() by default takes a string, which can be converted to...May 2, 2021路11 min read
[Part I] Introduction to Python 馃悕A few days back I was scrolling through my Twitter feed when I caught sight of this tweet by Catalin Pit馃憞 https://twitter.com/catalinmpit/status/1385641115823624196 This inspired me to start this series .I will try to release two blogs every week, a...Apr 29, 2021路7 min read
Posture Analyzer using Teachable MachineWhat is Teachable Machine ? It is a web - based tool that makes creating machine learning models easier and quicker. Recently, I attended my first hackathon, where I got familiar with Teachable Machine. Our team won "Best Advanced Hack", "Best Hardw...Apr 21, 2021路4 min read