How to use Python with PostgreSQL

Опубликовано: 29 Апрель 2026
на канале: t3l3machus
512
26

You can find the script used in this video on GitHub:
⭐ https://raw.githubusercontent.com/t3l...

⚡️ Please subscribe and connect:
GitHub ➡ https://github.com/t3l3machus
Twitter ➡   / t3l3machus  
Linkedin ➡   / t3l3machus  

💚 Respect on HackTheBox:
https://app.hackthebox.com/profile/87301

00:00 - Intro
01:25 - Client - Server model
05:58 - Server Applications vs Operating Systems vs Hardware
10:36 - Overview of a database server
12:35 - Installing PostgreSQL and pgAdmin
13:50 - Creating a DB user and Database
16:49 - Using Python to connect to PostgreSQL