python-cs50
python-cs50 copied to clipboard
This is CS50's library for Python.
I have noticed that when I try to insert in postgresql urls which contains '%C3' is inserted as '%%C3': For example: `https://www.amazon.es/Desesperaci%C3%B3n-BEST-SELLER-Stephen-King/dp/8497595890` **is inserted as** `https://www.amazon.es/Desesperaci%%C3%%B3n-BEST-SELLER-Stephen-King/dp/8497595890` If the same statement...
### **New functions for cs50** Based on my experience with python during cs50x week 6, I didnt understand much of how .csv files worked and how to read them but...
Hi there 👋 I'm an online student currently working through the CS50 series — almost done with CS50x, CS50P, and CS50W. Out of curiosity, I decided to check out `cs50/python-cs50`,...
Hi CS50 team! 👋 While running pytest on of my projects, I encountered this warning: ``` DeprecationWarning: 'pkgutil.get_loader' is deprecated and slated for removal in Python 3.14 This warning comes...