2021 Django Developers Survey
https://www.djangoproject.com/weblog/2021/aug/04/2021-django-developers-survey/
https://www.djangoproject.com/weblog/2021/aug/04/2021-django-developers-survey/
The First Python 3.10 Release Candidate Is Out
https://www.python.org/downloads/release/python-3100rc1/
https://www.python.org/downloads/release/python-3100rc1/
Python.org
Python Release Python 3.10.0rc1
The official home of the Python Programming Language
Reddit AMA With Will McGugan, Author of Rich and Textual
https://old.reddit.com/r/Python/comments/p0ffe2/im_the_author_of_rich_and_textual_two_highly/
https://old.reddit.com/r/Python/comments/p0ffe2/im_the_author_of_rich_and_textual_two_highly/
reddit
I'm the author of Rich and Textual, two highly starred Python...
Rich has 27.K stars, and Textual has 1.5K. I've released a new version of Textual, and I'm keen to get feedback, but feel free to AMA about any...
NumPy Views: Saving Memory, Leaking Memory, and Subtle Bugs
https://pythonspeed.com/articles/numpy-memory-views/
https://pythonspeed.com/articles/numpy-memory-views/
Python⇒Speed
NumPy views: saving memory, leaking memory, and subtle bugs
NumPy uses memory views transparently, as a way to save memory. But you need to understand how they work, so you don’t leak memory, or modify data by mistake.
Using the Python return Statement Effectively
https://realpython.com/courses/effective-python-return-statement/
https://realpython.com/courses/effective-python-return-statement/
Realpython
Using the Python return Statement Effectively – Real Python
In this step-by-step course, you'll learn how to use the Python return statement when writing functions. Additionally, you'll cover some good programming practices related to the use of return. With this knowledge, you'll be able to write readable, robust…
Add Vector-Based Semantic Search to Your Applications Using Pinecone
https://www.pinecone.io/?utm_medium=link&utm_source=pycoders-weekly&utm_campaign=sponsored
https://www.pinecone.io/?utm_medium=link&utm_source=pycoders-weekly&utm_campaign=sponsored
www.pinecone.io
The vector database to build knowledgeable AI | Pinecone
Search through billions of items for similar matches to any object, in milliseconds. It’s the next generation of search, an API call away.
Get Yourself a Better Django Proxy Experience
https://niccolomineo.medium.com/get-yourself-a-better-django-proxy-experience-2754994350a2
https://niccolomineo.medium.com/get-yourself-a-better-django-proxy-experience-2754994350a2
Medium
Get yourself a better Django proxy experience
Ah, Django proxy models and the power they hold! Yet, the implementation aftermath can highlight a number of unwanted side-effects.
catanatron: Fast Settlers of Catan Python Implementation and Strong AI Player
https://github.com/bcollazo/catanatron
https://github.com/bcollazo/catanatron
GitHub
GitHub - bcollazo/catanatron: Settlers of Catan Bot Simulator and Strong AI Player
Settlers of Catan Bot Simulator and Strong AI Player - bcollazo/catanatron
python-ftfy: Fixes Mojibake and Other Glitches in Unicode Text, After the Fact
https://github.com/LuminosoInsight/python-ftfy
https://github.com/LuminosoInsight/python-ftfy
GitHub
GitHub - rspeer/python-ftfy: Fixes mojibake and other glitches in Unicode text, after the fact.
Fixes mojibake and other glitches in Unicode text, after the fact. - rspeer/python-ftfy
cornell: Record and Replay Mock Server for End-to-End Testing
https://github.com/hiredscorelabs/cornell
https://github.com/hiredscorelabs/cornell
GitHub
GitHub - hiredscorelabs/cornell: Cornell - record & replay mock server
Cornell - record & replay mock server. Contribute to hiredscorelabs/cornell development by creating an account on GitHub.
bagua: A Distributed Training Library for PyTorch at Blazing Fast Speeds
https://github.com/BaguaSys/bagua
https://github.com/BaguaSys/bagua
GitHub
GitHub - BaguaSys/bagua: Bagua Speeds up PyTorch
Bagua Speeds up PyTorch. Contribute to BaguaSys/bagua development by creating an account on GitHub.
Vaccinater | vaccine notification
https://maycodes.medium.com/vaccinater-vaccine-notification-9921869291b5
https://maycodes.medium.com/vaccinater-vaccine-notification-9921869291b5
Medium
Vaccinater | vaccine notification
personalized info everyday.
ETL Pipeline for Extracting Animal Welfare Organization Data
https://medium.com/@AaronSchlegel/etl-pipeline-for-extracting-animal-welfare-organization-data-ccb91a226ff0
https://medium.com/@AaronSchlegel/etl-pipeline-for-extracting-animal-welfare-organization-data-ccb91a226ff0
Medium
ETL Pipeline for Extracting Animal Welfare Organization Data
In the previous posts of the series, we installed PostgreSQL on our local machine and got set up with AWS S3 for storing raw results from…