CPython Developer in Residence Weekly Report, November 1–7
https://lukasz.langa.pl/a30a8166-cd99-4818-a3f1-b7bafabe93c4/
https://lukasz.langa.pl/a30a8166-cd99-4818-a3f1-b7bafabe93c4/
lukasz.langa.pl
Weekly Report, November 1 - 7 - Łukasz Langa
Python 3.9.8 got released this week! At this point in the 3.9 lifecycle this should be a relatively uneventful release. Instead, it took us a few days of work to get it out of the door. I still managed to squeeze in 51 closed PRs and even organized a meeting…
Python Software Foundation: 2021 End of the Year Fundraiser
https://pyfound.blogspot.com/2021/11/2021-end-of-year-fundraiser.html
https://pyfound.blogspot.com/2021/11/2021-end-of-year-fundraiser.html
Blogspot
2021 End of the year fundraiser!
Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a disc...
Python 3.9.8 and 3.11.0a2 Are Now Available
https://pythoninsider.blogspot.com/2021/11/python-398-and-3110a2-are-now-available.html
https://pythoninsider.blogspot.com/2021/11/python-398-and-3110a2-are-now-available.html
Blogspot
Python Insider: Python 3.9.8 and 3.11.0a2 are now available
What Are Your Top Signs of an Inexperienced Python Developer?
https://old.reddit.com/r/learnpython/comments/qo6172/what_are_your_top_signs_of_an_inexperienced/
https://old.reddit.com/r/learnpython/comments/qo6172/what_are_your_top_signs_of_an_inexperienced/
reddit
What are your top signs of an inexperienced Python developer?
What are your top (five?) signs of an inexperienced Python developer? I am hoping to avoid these signs as I progress in my career before becoming...
What’s the Difference Between str.isdigit, isnumeric and isdecimal?
https://stackoverflow.com/questions/44891070/whats-the-difference-between-str-isdigit-isnumeric-and-isdecimal-in-python
https://stackoverflow.com/questions/44891070/whats-the-difference-between-str-isdigit-isnumeric-and-isdecimal-in-python
Stack Overflow
What's the difference between str.isdigit(), isnumeric() and isdecimal() in Python?
When I run these methods
s.isdigit()
s.isnumeric()
s.isdecimal()
I always get as output either all True or all False for each value of s (which is a string).
What's the difference between the thr...
s.isdigit()
s.isnumeric()
s.isdecimal()
I always get as output either all True or all False for each value of s (which is a string).
What's the difference between the thr...
Making Python Faster With Guido and Mark
https://talkpython.fm/episodes/show/339/making-python-faster-with-guido-and-mark
https://talkpython.fm/episodes/show/339/making-python-faster-with-guido-and-mark
talkpython.fm
Making Python Faster with Guido and Mark
There has a been a bunch of renewed interested in making Python faster. While for some of us, Python is already plenty fast. For others, such as those in data science, scientific computing, and even the large tech companies, making Python even a little faster…
Using plt.scatter() to Visualize Data in Python
https://realpython.com/courses/using-pltscatter-visualize-data-python/
https://realpython.com/courses/using-pltscatter-visualize-data-python/
Realpython
Using plt.scatter() to Visualize Data in Python – Real Python
In this course, you'll learn how to create scatter plots in Python, which are a key part of many data visualization applications. You'll get an introduction to plt.scatter(), a versatile function in the Matplotlib module for creating scatter plots.
PEP 672: Unicode-Related Security Considerations for Python
https://www.python.org/dev/peps/pep-0672/
https://www.python.org/dev/peps/pep-0672/
peps.python.org
PEP 672 – Unicode-related Security Considerations for Python | peps.python.org
Python Enhancement Proposals (PEPs)
django-simple-deploy: Django App That Configures Your Project for Deployment
https://github.com/ehmatthes/django-simple-deploy
https://github.com/ehmatthes/django-simple-deploy
GitHub
GitHub - ehmatthes/django-simple-deploy: A reusable Django app that configures your project for deployment
A reusable Django app that configures your project for deployment - ehmatthes/django-simple-deploy