Explore tweets tagged as #psycopg2
@KalyfaMuhd
kalycodes
2 years
All you need to know for now. For those aspiring to be hireable Python Backend Software Engineers, focus on mastering these key technologies:. 1️⃣ SQL and ORM . Python Basics -> Intermediate.PostgreSQL or MySQL.Psycopg2.SQLAlchemy.ORM.MVC.Alembic .HTTP concepts.CRUD. 2️⃣ API.
5
21
51
@lampadadosol
a lâmpada do sol que queimou
1 year
O primeiro teste da 𝑵𝒐𝒕𝑺𝒐𝑭𝒂𝒔𝒕𝑨𝑷𝑰, pra @rinhadebackend, me mostrou duas coisas:.- ela é mais fast q eu tava imaginando.- vou ter q resolver bug no sábado 😭😭. 🐍FastAPI + psycopg2 + plain/raw SQL.🐘Postgres.🟩Nginx
Tweet media one
2
2
12
@arnabch20k
Arnab Chatterjee
25 days
-> Started with writing a sql based kv with ttl support and scaling.-> Got into the beauty of B+ trees and storage mechanism of innodb.-> Got back into writing -> now again got into the beauty of 'psycopg2' package.-> now writing a query builder for safe serialization.🤣🤣.
0
0
8
@KodeKingsley
CodingWithKingsley
1 year
Utilized #SQL and #Python. I was able to use the psycopg2 library to establish a connection between my database and also my pycharm IDE. Takeways .-understanding libpq and C Wrapper.-difference between psycopg2 and psycopg2-binary.#CodewithKingsley #CodeJouney
Tweet media one
0
0
2
@EmmanuelKayy
kwesi.K
4 months
Day 34 of #100DaysOfCode : Finally got psycopg2 installed and learnt the basics of connecting Python to a database. Small steps, but progress is progress🚀 @stechie_school
Tweet media one
Tweet media two
@EmmanuelKayy
kwesi.K
5 months
Day 33 of #100DaysOfCode 🚀:Today,I worked with INNER JOIN,LEFT JOIN and RIGHT JOIN. @stechie_school
Tweet media one
Tweet media two
0
3
12
@Emma_Ejeagha
Emmanuel Ejeagha
1 year
Day 99 of #100DaysOfCode and Day 73 of #100DaysOfALXSE.Today, I made significant progress:.-- Resolved issues with PostgreSQL and psycopg2 .-- Worked on user authentication for my Django project. -- Completed the ALX ES6 module on classes in JavaScript
Tweet media one
2
0
10
@kalyani_x_
Uv🌱
5 months
Day 176-177 of upskilling:.•Learned about BigGAN and StyleGAN. •Revised psycopg2 libraries.
Tweet media one
@kalyani_x_
Uv🌱
5 months
Day 175 of upskilling:.Learned how to:.•Set up Kubernetes-based auto-scaling. •Optimize AI inference times for real-time previews.
Tweet media one
0
0
18
@arnabch20k
Arnab Chatterjee
24 days
And prolly I cooked.I am enjoying my Query builder/parser a lot inspired from psycopg2.lets speed up tomorrow
Tweet media one
1
0
11
@Chuks_D_O
Chukwudi 第一个
10 months
From what I have learned so far, I think the essence of using #Python to interact with #PostgreSQL is to connect to the database with psycopg2, create tables, load data, retrieve it, and perform DML operations—all directly from a Python script.
Tweet media one
2
0
2
@EmmanuelKayy
kwesi.K
4 months
Day 35: What a night !Spent hours battling psycopg2 errors (no pq wrapper, permissions, etc.). Switched to psycopg3 but still not working😔.I’ve actually learnt a lot of new things thanks to the errors. Need help connecting PostgreSQL to Python. Any advice?@stechie_school
Tweet media one
Tweet media two
@EmmanuelKayy
kwesi.K
4 months
Day 34 of #100DaysOfCode : Finally got psycopg2 installed and learnt the basics of connecting Python to a database. Small steps, but progress is progress🚀 @stechie_school
Tweet media one
Tweet media two
1
2
6
@Jdaflame
Jdaflame
1 year
dats a phat sql psycopg2 database , shout out to Cassandra
Tweet media one
0
0
0
@shiftcommand
Piyush 🌱
1 year
Psycopg2 vs Psycopg3: 🔥 With built-in async support and better connection pooling, Psycopg3 is blowing away 2. 💣💣 nice ! . #Python #PostgreSQL #Psycopg2 #Psycopg3
Tweet media one
2
0
2
@planetpostgres
Planet PostgreSQL
2 years
Tristen Raab: Getting Started with Psycopg2: Python’s PostgreSQL Adapter
0
1
13
@anze3db
Anže Pečar
1 year
Any idea why PostgreSQL is this much slower compared to SQLite and MySQL?. This is on Ubuntu 24.04, connecting through Django and I've tried both psycopg and psycopg2, but the result is the same: ~200 requests per second with Postgres compared to ~2000 with SQLite or MySQL.
Tweet media one
6
0
13
@_Kay0x
2 months
Days 44 & 45 of #100DaysOfCode with @stechie_school . Built a CLI Employee Management system using psycopg2. Psycopg2 allows you to use Python code to communicate with your Postgres database. Was refreshing how I was writing SQL queries and python codes at the same🥹
Tweet media one
Tweet media two
Tweet media three
@_Kay0x
3 months
Days 42 & 43 of #100DaysOfCode with @stechie_school . Started with Postgresql .Wrote a bunch of SQL statements for different scenarios .Felt really nice like I'm writing English (till you accidentally delete a table😪 because you forgot to add WHERE)
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
1
2
@hagy4nonpro
hagy4nonpro
5 months
FastAPI本格入門で、メモアプリの改修の復習。.psycopg2とasyncpgを使用して、PostgreSQLのデータベースに接続するようにした。
Tweet media one
Tweet media two
0
0
6
@robchecco
Rob Checco
11 months
You won't believe how unbelievably frustrating it is to build a psycopg2 lambda layer in 2024. It is also crazy that AWS doesn't just offer official layers for some of the top python dependencies, akin to how there are official docker images.
0
0
5
@randrade
Roberto Andrade F.
1 year
Nadie dijo que iba a ser sencillo:.1. Linux,.2. PostgreSQL (en Docker).3. Jupyter Lab.4. VS Code.5. Python.6. OpenAI.7. LangChain.8. psycopg2.Un cuaderno en Jupyter Lab y otro en VS Code.
Tweet media one
0
0
3
@kakedashiman1
hero|自動化のプロ
7 months
PythonでPostgreSQLを使いたい場合、自分はよく「psycopg2」ライブラリを利用しています。. 以下のコマンドで簡単にインストールできます。. インストールコマンド).pip3 install psycopg2. #駆け出しエンジニアと繋がりたい.
0
0
6
@Python_Dv
Python Developer
2 years
Python Flask Student Create, Read, Update and Delete (CRUD) using PostgreSQL Psycopg2 and DataTables.#app #pip #python.
0
66
185