Freshenv
A cli to provision and manage local developer environments.
https://github.com/raiyanyahya/freshenv
A cli to provision and manage local developer environments.
https://github.com/raiyanyahya/freshenv
GitHub
GitHub - raiyanyahya/freshenv: 🥗 Provision, share, manage local and cloud developer environments.
🥗 Provision, share, manage local and cloud developer environments. - raiyanyahya/freshenv
What's the oldest Python version my package should support?
https://www.reddit.com/r/Python/comments/unhz5b/whats_the_oldest_python_version_my_package_should/
https://www.reddit.com/r/Python/comments/unhz5b/whats_the_oldest_python_version_my_package_should/
reddit
What's the oldest Python version my package should support?
I maintain a library called PyAutoGUI which currently supports Python 2. It's a bit of a pain. Is there any reason I shouldn't drop...
Web Scraping with Python: Everything you need to know
https://www.scrapingbee.com/blog/web-scraping-101-with-python/
https://www.scrapingbee.com/blog/web-scraping-101-with-python/
Scrapingbee
Python Web Scraping: Full Tutorial With Examples (2025) | ScrapingBee
Learn about web scraping in Python with this step-by-step tutorial. We will cover almost all of the tools Python offers to scrape the web. From Requests to BeautifulSoup, Scrapy, Selenium and more.
Deploying Django To App Engine With Github Actions
https://cjoshmartin.com/blog/deploying-django-to-app-engine-with-github-actions/
https://cjoshmartin.com/blog/deploying-django-to-app-engine-with-github-actions/
Cjoshmartin
Deploying Django to App Engine with Github Actions
Deploying to Google Cloud Platform (GCP) on Github actions has not been a straight forward process. The blog posts online are incomplete and hard to follow. So, hopefully I can help a little bit with what I found to make it easy to deploy this...
Python in Visual Studio Code – May 2022 Release
With this release we’re introducing three new extensions: Black, isort, and Jupyter Powertoys.
https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2022-release/
With this release we’re introducing three new extensions: Black, isort, and Jupyter Powertoys.
https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2022-release/
Microsoft News
Python in Visual Studio Code – May 2022 Release
We’re excited to announce that the May 2022 release of the Python and Jupyter Extensions for Visual Studio Code are now available! With this release we’re introducing three new extensions: Black, isort, and Jupyter Powertoys. If you’re interested, you can…
Python decorator patterns
This post shows you toy implementations of Python decorator patterns such as @measure, @repeat, @trace, @count, @singleton, and @app.route (made famous by Flask).
https://bytepawn.com/python-decorator-patterns.html
This post shows you toy implementations of Python decorator patterns such as @measure, @repeat, @trace, @count, @singleton, and @app.route (made famous by Flask).
https://bytepawn.com/python-decorator-patterns.html
Bytepawn - Marton Trencseni
Python decorator patterns
I show toy implementations of Python decorator patterns such as @measure, @repeat, @trace, @count, @singleton, and @app.route (made famous by Flask).
Boring Python: dependency management
This is the first in hopefully a series of posts I intend to write about how to ...
https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
This is the first in hopefully a series of posts I intend to write about how to ...
https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
James Bennett
Boring Python: dependency management
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications …
Django Friday Tips: Less known builtin commands
Django management commands can be very helpful while developing your application or website, we are very used to runserver, makemigrations, migrate, shell and others. Third party packages often provide extra commands and you can easily add new commands to your own apps. Lets take a look at some less known and yet very useful commands that Django provides out of the box.
https://blog.ovalerio.net/archives/2420
Django management commands can be very helpful while developing your application or website, we are very used to runserver, makemigrations, migrate, shell and others. Third party packages often provide extra commands and you can easily add new commands to your own apps. Lets take a look at some less known and yet very useful commands that Django provides out of the box.
https://blog.ovalerio.net/archives/2420
Slik: A data processing and modelling Python library
https://slik-wrangler.medium.com/introducing-slik-a-data-processing-and-modelling-python-library-5cfd837ce01b
https://slik-wrangler.medium.com/introducing-slik-a-data-processing-and-modelling-python-library-5cfd837ce01b
Medium
Introducing Slik: A data processing and modelling python library…
One thing I have realised about the Data Science and Machine learning (ML) world is that there is a lot of buzz/noise around model building…
I used a new dataframe library (polars) to wrangle 300M prices and discover some of the most expensive hospitals in America. Code/notebook in article
https://www.reddit.com/r/Python/comments/ululk1/i_used_a_new_dataframe_library_polars_to_wrangle/
https://www.reddit.com/r/Python/comments/ululk1/i_used_a_new_dataframe_library_polars_to_wrangle/
reddit
I used a new dataframe library (polars) to wrangle 300M prices and...
Posted in r/Python by u/alecs-dolt • 458 points and 67 comments
My First Impression Trying Python on Browser
The only missing piece to make Python a universal programming language is hereContinue reading on ...
https://towardsdatascience.com/pyscript-tutorial-a8fba77abd1b
The only missing piece to make Python a universal programming language is hereContinue reading on ...
https://towardsdatascience.com/pyscript-tutorial-a8fba77abd1b
Adding GraphQL to your Django App
There are a variety of choices when it comes to libraries to assist you in adding GraphQL support to your application. The two main contenders are Graphene and Strawberry, both of which have specific Django extensions (graphene-django and strawberry-graphql-django) that use introspection on your models in building out the types for the API.
https://paltman.com/adding-graphql-to-your-django-app/
There are a variety of choices when it comes to libraries to assist you in adding GraphQL support to your application. The two main contenders are Graphene and Strawberry, both of which have specific Django extensions (graphene-django and strawberry-graphql-django) that use introspection on your models in building out the types for the API.
https://paltman.com/adding-graphql-to-your-django-app/
Paltman
Adding GraphQL to a Django App
Adding a GraphQL endpoint to your Django application is a simple and powerful way to reduce API maintenance and give more power to your frontend developers.
Pip vs Pipenv: Which is better and which to learn first?
Pipenv and pip are both excellent tools for installing and managing Python dependencies that are ...
https://codesolid.com/pip-vs-pipenv-which-is-better-and-which-to-learn-first/
Pipenv and pip are both excellent tools for installing and managing Python dependencies that are ...
https://codesolid.com/pip-vs-pipenv-which-is-better-and-which-to-learn-first/
CodeSolid.com - Python: Beginner to Expert
Pip vs Pipenv: Which is better and which to learn first? - CodeSolid.com
Pipenv and pip are both excellent tools for installing and managing Python dependencies that are widely adopted and work extremely well. Learning pip well first is the choice we recommend. Pip is established and widely known, so many teams prefer pip and…
Celery Alternative for Django - Huey
Trying out a lightweight asynchronous task queue as an alternative to Celery with Django.
https://idiomaticprogrammers.com/post/celery-alternative-for-django-huey/
Trying out a lightweight asynchronous task queue as an alternative to Celery with Django.
https://idiomaticprogrammers.com/post/celery-alternative-for-django-huey/
Idiomaticprogrammers
Celery Alternative for Django - Huey | Idiomatic Programmers
Trying out a lightweight asynchronous task queue as an alternative to Celery with Django
django-pgpubsub
A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
https://github.com/Opus10/django-pgpubsub
A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
https://github.com/Opus10/django-pgpubsub
GitHub
GitHub - PaulGilmartin/django-pgpubsub: A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN…
A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol. - PaulGilmartin/django-pgpubsub
Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers and Microservices
https://www.youtube.com/watch?v=kwZNpieUreA
https://www.youtube.com/watch?v=kwZNpieUreA
YouTube
Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers and Microservices
Learn to master DevOps with the Python Language
00:00 Intro
02:12 What is DevOps?
05:00 Create Github Repo
18:00 Statements in Python using Colab
30:32 Create Python Scaffold using Github Codespaces
37:00 Create Python Virtualenv and add to ~/.bashrc
40:53…
00:00 Intro
02:12 What is DevOps?
05:00 Create Github Repo
18:00 Statements in Python using Colab
30:32 Create Python Scaffold using Github Codespaces
37:00 Create Python Virtualenv and add to ~/.bashrc
40:53…
Developing a multiplayer co-op zombie survival in pygame and python!
https://www.reddit.com/r/Python/comments/uorh3v/developing_a_multiplayer_coop_zombie_survival_in/
https://www.reddit.com/r/Python/comments/uorh3v/developing_a_multiplayer_coop_zombie_survival_in/
Reddit
From the Python community on Reddit: Developing a multiplayer co-op zombie survival in pygame and python!
Explore this post and more from the Python community