Deploy a Python API on Vercel using Postgres
FastAPI, Vercel, Arctype, and Postgres form a potent stack of software technologies. This article will show you how to build a simple task manager that takes advantage of these modern tools.
FastAPI, Vercel, Arctype, and Postgres form a potent stack of software technologies. This article will show you how to build a simple task manager that takes advantage of these modern tools.
Let's learn how to build a simple task management app with Python, Django and MySQL while exploring the data model in SQL
In this article, we'll learn about how to combine Postgres, PySpark, and Arctype to create powerful visualizations and queries on large data sets.
Finding the ideal database adapter for your python application can be hard. In this article, we'll help you choose the right SQL connector based on your database system and application requirements.
In this tutorial, we will be building a web scraper in Python to aggregate data from the top five soccer leagues in the world. Then, we'll use advanced MySQL operations such as dynamic SQL, user variables, and CTEs to analyze the data and create visualizations.
In this post, we will install Django in a Python virtual environment using PostgreSQL. We will then install and configure Gunicorn to serve applications. Next, we will use Nginx as a reverse proxy to the Gunicorn application server.
Have you ever wanted to track your tweet activity on Twitter? Then this article is for you. I love how Django’s ORM makes it easy to model a database and modify it with views (i.e., the app’s functional back-end).
Django's versatility makes it the ideal framework for developers endeavoring to collect website analytics, which can then be visualized and analyzed using Arctype's dashboard functionality—truly a perfect synergy.
To explore SQLite3 along with Python, which is a user-friendly and no-nonsense language, we are going to build a simple tic-tac-toe game. So buckle up and get your machines ready!