Recommended Reading
I like to write blog posts related to Python and data science. Take a look at some of them below, or check out the full list here.
-
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.
-
Building a Simple Flask App With SQLAlchemy
I’m using SQLAlchemy and Flask to add a MySQL database to a Python crypto portfolio tracker web application.
-
How to Use SQLAlchemy and Python to Read and Write to Your Database
In today’s post, I will explain how to perform queries on an SQL database using Python. Particularly, I will cover how to query a database with SQLAlchemy, Flask-SQLAlchemy, and Pandas.…