This is a beginner lesson on how to program with Python, with easy-to-follow examples and clarifications. Get started with Python here.
![How to get started with Python | Basic Programming 1](https://andresberejnoi.com/wp-content/uploads/2022/05/reduced-Introduction-to-Python-Poster.jpg)
This is a beginner lesson on how to program with Python, with easy-to-follow examples and clarifications. Get started with Python here.
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.…
This is my portfolio’s performance update for the month of April. Read along to get some insights into what happened last month.
My thought process while buying my first piece of virtual land as an NFT in the Metaverse. Learn about the different projects being developed
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…
Learn how to do data visualization with pandas and matplotlib. With these examples, you can turn the default charts into descriptive plots.
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…
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…
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…
In this post I’m sharing a project where I built a car-counting system using computer vision with OpenCV in Python.