How ChatGPT built an entire app from scratchUnless you've been living under a rock, you already have heard of ChatGPT and have probably heard about its various abilities which range from writing code, fixing bugs, writing essays, scripts for videos, coming up with recipes and so on. And so, I ...Jan 27, 2023·6 min read
Random Walk visualized with PythonUsing the simple graphics library turtle to create a random walkOct 6, 2022·3 min read
[Python] Binary & Decimal Number Systems and how to convert between themIntroduction The binary and decimal number systems are important concepts in Mathematics, Computer Science and Digital electronics. And in almost all programming languages, we have some functions which help us convert numbers from one system to the o...Sep 4, 2022·1 min read
Learning about APIs and how to request APIs with PythonIntroduction API stands for Application Programming Interface. It is usually a URL on the internet which allows us to call some other application from our own application in order to accomplish a task. Today we are going to see how we can use an API ...May 30, 2022·3 min read
Find Random Things to do when You are Bored (with Twitter & Python!!)What is this about? This article talks about how to build a bot, and integrate with the BoredAPI as well as Twitter (using Python). What do we need We need to create a Twitter developer account at https://developer.twitter.com/en. Then safely copy th...May 27, 2022·2 min read
OpenCV and Python for Image ProcessingIntroduction OpenCV or Open Source Computer Vision is a crazy powerful library created for computer vision and working with images and videos. It has bindings in C++, Python, Java and MATLAB and supports all operating systems. Today we are going to s...Feb 21, 2022·3 min read