PyLadies Conference (Dec 2023) Call for Volunteers
https://pyladies.com/blog/Announcement-PyLadies-Conference/global-conference-announcement/
https://pyladies.com/blog/Announcement-PyLadies-Conference/global-conference-announcement/
DataWars: Practice Data Science with Real Life Projects
https://www.datawars.io/?utm_source=rp-newsletter&utm_medium=nw-july
https://www.datawars.io/?utm_source=rp-newsletter&utm_medium=nw-july
www.datawars.io
DataWars - Free Data Science Interactive Projects
DataWars is a Project-based playground with +1000 ready-to-solve, interactive, Data Science projects. Practice your skills solving real life challenges in an interactive, real-life Data Science simulator.
Top 10 Python Code Vulnerabilities to Know
https://go.snyk.io/snyk-top-10-python-code-vulnerabilities.html?utm_campaign=snyk-top-10-code-2023&utm_medium=paid-email&utm_source=pycoders&utm_content=snyk-top-10-python-code-vulnerabilities
https://go.snyk.io/snyk-top-10-python-code-vulnerabilities.html?utm_campaign=snyk-top-10-code-2023&utm_medium=paid-email&utm_source=pycoders&utm_content=snyk-top-10-python-code-vulnerabilities
go.snyk.io
Snyk | Develop fast. Stay secure.
Find and fix security vulnerabilities in code, containers & open source libraries.
Automating Deployment Using the Kubernetes SDK
https://www.faizanbashir.me/automating-deployment-of-python-applications-kubernetes-sdk
https://www.faizanbashir.me/automating-deployment-of-python-applications-kubernetes-sdk
Faizan Bashir
Automating Deployment of Applications using Kubernetes Python SDK
Learn how to use the Python Kubernetes SDK to automate application deployments, including creating Kubernetes resources like deployments, services, secrets, config maps, and ingress.
Counting Occurrences in Python With collections.Counter
https://www.pythonmorsels.com/using-counter/
https://www.pythonmorsels.com/using-counter/
Pythonmorsels
Counting occurrences in Python with collections.Counter
Python's collections.Counter class is extremely handy, especially when paired with generator expressions.
polars-cookbook: Recipes for Using Python’s Polars Library
https://github.com/escobar-west/polars-cookbook
https://github.com/escobar-west/polars-cookbook
GitHub
GitHub - escobar-west/polars-cookbook: Recipes for using Python's polars library
Recipes for using Python's polars library. Contribute to escobar-west/polars-cookbook development by creating an account on GitHub.
jupyterlab-theme-editor: Theme Editor for Jupyter
https://github.com/jupyterlab-contrib/jupyterlab-theme-editor
https://github.com/jupyterlab-contrib/jupyterlab-theme-editor
GitHub
GitHub - jupyterlab-contrib/jupyterlab-theme-editor: Extension providing a theme editor where colors, font families and font sizes…
Extension providing a theme editor where colors, font families and font sizes of the elements of the user interface can be varied - jupyterlab-contrib/jupyterlab-theme-editor
Supercharge Your Django Application: A Step-by-Step Guide to Connecting Django + PostgreSQL
https://medium.com/@devsumitg/supercharge-your-django-application-a-step-by-step-guide-to-connecting-django-postgresql-9639f7e93ea0
https://medium.com/@devsumitg/supercharge-your-django-application-a-step-by-step-guide-to-connecting-django-postgresql-9639f7e93ea0
Medium
Supercharge Your Django Application: A Step-by-Step Guide to Connecting Django + PostgreSQL
Introduction