Armin Ronacher: Scaling Mastodon is Impossible
Link: http://lucumr.pocoo.org/2022/11/14/scaling-mastodon
In light of recent events at Twitter a
lot of the people that I follow (or used to follow) on that platform have
started evaluating (or moved) to Mastodon. And I also
have a Mastodon account now. Bu
Link: http://lucumr.pocoo.org/2022/11/14/scaling-mastodon
In light of recent events at Twitter a
lot of the people that I follow (or used to follow) on that platform have
started evaluating (or moved) to Mastodon. And I also
have a Mastodon account now. Bu
Armin Ronacher's Thoughts and Writings
Scaling Mastodon is Impossible
Now that Twitter is dying, what can replace it?
Python for Beginners: Working with JSON Files in Python
Link: https://www.pythonforbeginners.com/basics/working-with-json-files-in-python
JSON Files are one of the most used data formats for communication between two web applications. In this article, we will discuss what JSON objects are and how can we work with JSON files in Python.
T
Link: https://www.pythonforbeginners.com/basics/working-with-json-files-in-python
JSON Files are one of the most used data formats for communication between two web applications. In this article, we will discuss what JSON objects are and how can we work with JSON files in Python.
T
PythonForBeginners.com
Working with JSON Files in Python - PythonForBeginners.com
Working with JSON Files in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1
Link: https://realpython.com/flask-connexion-rest-api/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Link: https://realpython.com/flask-connexion-rest-api/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part one, you'll build the foundation of your note…
Python Morsels: Python's ternary operator
Link: https://www.pythonmorsels.com/ternary-operator/
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Table of contents
Python doesn't have typical ternary operators
Link: https://www.pythonmorsels.com/ternary-operator/
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Table of contents
Python doesn't have typical ternary operators
Pythonmorsels
Python's ternary operator
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Made With Mu: Mu: An Editor in Hostile Environments
Link: https://madewith.mu/mu/users/2022/11/14/hostile-environments.html
This is a picture of the surface of Venus, taken by the Soviet
Venera 14 probe. Apparently, the
temperature of the barren rocky surface is 465 °C and the pressure is that
of 94 Earth atmospheres (9.5
Link: https://madewith.mu/mu/users/2022/11/14/hostile-environments.html
This is a picture of the surface of Venus, taken by the Soviet
Venera 14 probe. Apparently, the
temperature of the barren rocky surface is 465 °C and the pressure is that
of 94 Earth atmospheres (9.5
Made With Mu
Mu: An Editor in Hostile Environments
A blog to celebrate projects that use the Mu Python code editor to create cool stuff.
Python Insider: Python 3.12.0 alpha 2 released
Link: https://pythoninsider.blogspot.com/2022/11/python-3120-alpha-2-released.html
I'm pleased to announce the release of Python 3.12 alpha 2.https://www.python.org/downloads/release/python-3120a2/This is an early developer preview of Python 3.12.Major new features of the 3.12 serie
Link: https://pythoninsider.blogspot.com/2022/11/python-3120-alpha-2-released.html
I'm pleased to announce the release of Python 3.12 alpha 2.https://www.python.org/downloads/release/python-3120a2/This is an early developer preview of Python 3.12.Major new features of the 3.12 serie
Blogspot
Python Insider: Python 3.12.0 alpha 2 released
Made With Mu: Announcing a new stable release: 1.2.0
Link: https://madewith.mu/mu/users/2022/11/15/mu-1-2-0.html
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
It provides an easy answer to the question beginners always ask, “but how do I
start?”.
Simple, download Mu.
Today, we’r
Link: https://madewith.mu/mu/users/2022/11/15/mu-1-2-0.html
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
It provides an easy answer to the question beginners always ask, “but how do I
start?”.
Simple, download Mu.
Today, we’r
Made With Mu
Announcing a new stable release: 1.2.0
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
Real Python: Deploy a Django App With Gunicorn and Nginx
Link: https://realpython.com/courses/django-app-with-gunicorn-nginx/
Taking a Django app from development to production is a demanding but rewarding process. In this video course, you’ll go through that process step by step. You’ll start at square one with a no-frills
Link: https://realpython.com/courses/django-app-with-gunicorn-nginx/
Taking a Django app from development to production is a demanding but rewarding process. In this video course, you’ll go through that process step by step. You’ll start at square one with a no-frills
Realpython
Deploy a Django App With Gunicorn and Nginx – Real Python
Ready to take your Django app beyond development? Learn how to deploy your Django web app in production on a real-world public domain with Gunicorn and Nginx.
Python⇒Speed: Who controls parallelism? A disagreement that leads to slower code
Link: https://pythonspeed.com/articles/concurrency-control/
If you’re using NumPy, Polars, Zarr, or many other libraries, setting a single environment variable or calling a single API function might make your code run 20%-80% faster.
Or, more accurately, it ma
Link: https://pythonspeed.com/articles/concurrency-control/
If you’re using NumPy, Polars, Zarr, or many other libraries, setting a single environment variable or calling a single API function might make your code run 20%-80% faster.
Or, more accurately, it ma
Python⇒Speed
Who controls parallelism? A disagreement that leads to slower code
The libraries you’re using might be running more threads than you realize—and that can mean slower execution.
Talk Python to Me: #390: Mastodon for Python Devs
Link: https://talkpython.fm/episodes/show/390/mastodon-for-python-devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community a
Link: https://talkpython.fm/episodes/show/390/mastodon-for-python-devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community a
talkpython.fm
Mastodon for Python Devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community about what's happening at Twitter and whether they should…
Kushal Das: Tor 0.4.7.11 is ready
Link: https://kushaldas.in/posts/tor-0-4-7-11-is-ready.html
Today I built and pushed the Tor RPM(s) for 0.4.7.11. Please
make sure that you upgrade your relays and bridges. I have the updated package for Fedora 37 too (which also released today).
You can kno
Link: https://kushaldas.in/posts/tor-0-4-7-11-is-ready.html
Today I built and pushed the Tor RPM(s) for 0.4.7.11. Please
make sure that you upgrade your relays and bridges. I have the updated package for Fedora 37 too (which also released today).
You can kno
PyCoder’s Weekly: Issue #551 (Nov. 15, 2022)
Link: https://pycoders.com/issues/551
#551 – NOVEMBER 15, 2022 View in Browser » Refactoring: Prepare Your Code to Get Help In this Code Conversation video course, you’ll explore the steps you can take to get help when you’re stuck
Link: https://pycoders.com/issues/551
#551 – NOVEMBER 15, 2022 View in Browser » Refactoring: Prepare Your Code to Get Help In this Code Conversation video course, you’ll explore the steps you can take to get help when you’re stuck
Pycoders
PyCoder’s Weekly | Issue #551
Issue #551 of the PyCoder’s Weekly newsletter, published Nov. 15, 2022.
Paolo Melchiorre: Intervista Pythonista - Ep 31
Link: https://www.paulox.net/2022/11/15/intervista-pythonista-31/
Python Milano presents Intervista Pythonista. We give a voice to Italian Pythonistas and get to know them closely with short interviews. Presented by Marco Santoni and Cesare Placanica.
Link: https://www.paulox.net/2022/11/15/intervista-pythonista-31/
Python Milano presents Intervista Pythonista. We give a voice to Italian Pythonistas and get to know them closely with short interviews. Presented by Marco Santoni and Cesare Placanica.
Paolo Melchiorre
Paolo Melchiorre - Intervista Pythonista - Ep 31
Python Milano presents Intervista Pythonista. We give a voice to Italian Pythonistas and get to know them closely with short interviews. Presented by Marco Santoni and Cesare Placanica.
Python Bytes: #310 Calling All Tools for Readmes
Link: https://pythonbytes.fm/episodes/show/310/calling-all-tools-for-readmes
<a href='https://www.youtube.com/watch?v=jH9scQESXJY' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
Link: https://pythonbytes.fm/episodes/show/310/calling-all-tools-for-readmes
<a href='https://www.youtube.com/watch?v=jH9scQESXJY' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
pythonbytes.fm
Calling All Tools for Readmes
News and announcements from the Python community for the week of Nov 15th, 2022
Brett Cannon: Unravelling `lambda` expressions
Link: https://snarky.ca/unraveling-lambda-expressions/
When I first wrote my series on Python&aposs syntactic sugar, I left out lambda expressions as I knew I couldn&apost unravel them without unravelling assignment expressions. Luckily, I solved that pro
Link: https://snarky.ca/unraveling-lambda-expressions/
When I first wrote my series on Python&aposs syntactic sugar, I left out lambda expressions as I knew I couldn&apost unravel them without unravelling assignment expressions. Luckily, I solved that pro
Tall, Snarky Canadian
Unravelling `lambda` expressions
When I first wrote my series on Python's syntactic sugar, I left out lambda expressions as I knew I couldn't unravel them without unravelling assignment expressions. Luckily, I solved that problem, so now I can unravel lambda!
If you read the language specification…
If you read the language specification…
Brett Cannon: MVPy: Minimum Viable Python
Link: https://snarky.ca/mvpy-minimum-viable-python/
Over 29 posts spanning 2 years, this is the final post in my blog series on Python&aposs syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run
Link: https://snarky.ca/mvpy-minimum-viable-python/
Over 29 posts spanning 2 years, this is the final post in my blog series on Python&aposs syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run
Tall, Snarky Canadian
MVPy: Minimum Viable Python
Over 32 posts spanning well over 2 years, this is the final post in my blog series on Python's syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run a tool over a single Python source
Django Weblog: 2023 DSF Board Candidates
Link: https://www.djangoproject.com/weblog/2022/nov/15/2023-dsf-board-candidates-list/
Thank you to the thirty individuals who have chosen to stand for election.
Our deepest gratitude goes to our departing board members for your contributions and commitment to the Django community.
A
Link: https://www.djangoproject.com/weblog/2022/nov/15/2023-dsf-board-candidates-list/
Thank you to the thirty individuals who have chosen to stand for election.
Our deepest gratitude goes to our departing board members for your contributions and commitment to the Django community.
A
Django Project
2023 DSF Board Candidates
Posted by Chaim Kirby on November 15, 2022
PyBites: Software Engineering and Entrepreneurship
Link: https://pybit.es/articles/pp95-software-engineering-and-entrepreneurship/
Listen here:
This week we talk with Yujian, software developer and entrepreneur.
We dive into: – His background. – Why he uses Python and the switch from Java. – His core Python focus these days + co
Link: https://pybit.es/articles/pp95-software-engineering-and-entrepreneurship/
Listen here:
This week we talk with Yujian, software developer and entrepreneur.
We dive into: – His background. – Why he uses Python and the switch from Java. – His core Python focus these days + co
PyBites
Software Engineering And Entrepreneurship - PyBites
We dive into: - His background. - Why he uses Python and the switch from Java. - His core Python focus these days + cool side projects he's maintaining. - How
Kushal Das: Johnnycanencrypt 0.11.0 released
Link: https://kushaldas.in/posts/johnnycanencrypt-0-11-0-released.html
A couple of days ago I released Johnnycanencrypt v0.11.0. It is a Python module for OpenPGP written in Rust.
The most interesting update is for Linux users, now we have pre-built wheels
for Python 3.
Link: https://kushaldas.in/posts/johnnycanencrypt-0-11-0-released.html
A couple of days ago I released Johnnycanencrypt v0.11.0. It is a Python module for OpenPGP written in Rust.
The most interesting update is for Linux users, now we have pre-built wheels
for Python 3.
Python for Beginners: Custom JSON Decoder in Python
Link: https://www.pythonforbeginners.com/basics/custom-json-decoder-in-python
JSON objects are one of the most efficient tools to communicate with web applications. When we receive a JSON file, we need to convert it into a python object to use it in our python program. In this
Link: https://www.pythonforbeginners.com/basics/custom-json-decoder-in-python
JSON objects are one of the most efficient tools to communicate with web applications. When we receive a JSON file, we need to convert it into a python object to use it in our python program. In this
PythonForBeginners.com
Custom JSON Decoder in Python - PythonForBeginners.com
Custom JSON Decoder in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2
Link: https://realpython.com/flask-connexion-rest-api-part-2/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Link: https://realpython.com/flask-connexion-rest-api-part-2/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part two, you'll implement a SQLite database to store…