This is a beginner lesson on how to program with Python, with easy-to-follow examples and clarifications. Get started with Python here.
Blog
Interactive Plots With Bokeh And Flask
Adding interactive plots to a Flask application can be a simple process. There are several methods to accomplish this, but today I will focus on a graphical Python library called Bokeh. If you have been following my posts, I wrote an article about creating a Flask web app with a MySQL database in the background.…
Pain Continues In Crypto Markets – April Summary
This is my portfolio’s performance update for the month of April. Read along to get some insights into what happened last month.
My First NFT Virtual Land in the Metaverse
My thought process while buying my first piece of virtual land as an NFT in the Metaverse. Learn about the different projects being developed
Advanced Plots With Pandas and Matplotlib
Today we will explore how to build more complex plots using pandas and matplotlib. Last week, I wrote a post covering common plots that can be created with these libraries. However, I did not get a chance to go deeper into them. Therefore, you can consider this as a follow-up to that post. First, I’ll…
How to Create Plots With Pandas and Matplotlib
Learn how to do data visualization with pandas and matplotlib. With these examples, you can turn the default charts into descriptive plots.
Good News On My Crypto Portfolio – March Update
Welcome back to another update on my 2022 crypto portfolio ETF. I usually wait until the month has closed so that I have all the data available. I think today’s post is interesting because of the wild wings in February, with the war and invasion of Ukraine affecting the markets, as I covered in my…
What Are Python Type-Hints and How to Use Them?
After covering SQL databases with Python and Flask, here and here, today I wanted to introduce the concept of type-hints in Python, their use cases, as well as their pros and cons. Type-hints can be great tools to improve the readability of your code but they are not always the best solution. This post is…
What ETFs I’m Investing In Right Now
I have previously written about some of the stocks I like to invest in and my returns so far. Today, instead, I wanted to explore the ETFs and sectors that I like to buy. Disclaimers Always remember that I’m not a financial advisor. What I share here is just my opinion and or experiences for…
Computer Vision With OpenCV: Building a Car-Counting System
In this post I’m sharing a project where I built a car-counting system using computer vision with OpenCV in Python.