Book Image

The Complete Python and PostgreSQL Developer Course [Video]

By : Codestars By Rob Percival, Jose Salvatierra Fuentes
3 (2)
Book Image

The Complete Python and PostgreSQL Developer Course [Video]

3 (2)
By: Codestars By Rob Percival, Jose Salvatierra Fuentes

Overview of this book

Ever wanted to learn one of the most popular programming languages on the planet? Why not learn two of the most popular at the same time? Python and SQL are widely used by small to large technology companies thanks to their powerful, yet extremely flexible features. While Python is used in the industry for embedded software, web development, desktop applications, and mobile apps, PostgreSQL allows your applications to become even more powerful by storing, retrieving, and filtering through large datasets easily. This course is your one-stop-shop for everything Python and PostgreSQL. You’ll advance from an absolute Python and PostgreSQL beginner to an experienced software developer. Get ready to transform your world and become a super-confident app developer! All the code files are placed at https://github.com/PacktPublishing/The-Complete-Python-and-PostgreSQL-Developer-Course
Table of Contents (13 chapters)
Chapter 9
Python and PostgreSQL
Content Locked
Section 16
Creating the ConnectionFromPool class
The ConnectionPool class was not exactly what we were looking for, so In this video we change it to a ConnectionFromPool class which does what we need.