Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python 3.8.3 : A brief introduction to the Celery python package.

Link: http://python-catalin.blogspot.com/2020/05/python-383-brief-introduction-to-celery.html

The development team tells us:
Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a
Test and Code: 114: The Python Software Foundation (PSF) Board Elections - Ewa Jodlowska / Christopher Neugebauer

Link: https://testandcode.com/114

"The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of
Codementor: Consistent Hashing

Link: https://www.codementor.io/arpitbhayani/consistent-hashing-with-binary-search-16rec8e8eh

Consistent hashing is a hashing technique that performs really well when operated in a dynamic environment where the distributed system scales up and scales down frequently. The core concept of...
Armin Ronacher: My Standard Desktop

Link: http://lucumr.pocoo.org/2020/5/24/my-standard-desktop

Like many others I'm spending a lot more time working from home now. This
in no way is a new situation for me, but I figured I might as well write a
bit about how I work from home given the increased
Zero-with-Dot (Oleg Żero): Financial Independence - simulating ODEs with python

Link: https://zerowithdot.com/financial-independence-ode-python/

Introduction
Imagine one day you wake up and you know you are free to do whatever you like for the rest of your life… and… money is no longer a problem.
You became truly financially independent
and y
Reuven Lerner: “Python Workout” is Manning’s Deal of the Day!

Link: https://lerner.co.il/2020/05/25/python-workout-is-mannings-deal-of-the-day-5/

Good news: My book, “Python Workout,” is almost done; I’m working on the videos and final edits, and it’ll soon be available in its final form from Manning, both online and in print.

Better news: “Py
PSF GSoC students blogs: [Community Bonding Period] What is Automatic Differentiation?

Link: https://blogs.python-gsoc.org/en/sangyxs-blog/community-bonding-period-what-is-automatic-differentiation/

<meta charset="utf-8">The optimization process of deep learning models is based on the gradient descent method. Deep learning frameworks such as PyTorch and Tensorflow can be divided into three parts:
Stack Abuse: The Factory Method Design Pattern in Python

Link: https://stackabuse.com/the-factory-method-design-pattern-in-python/

Introduction
In this article, we'll be diving into the Factory Method Design Pattern, implemented in Python.
Design Patterns define tried and tested solutions to various recurring problems in software
Real Python: Creating and Modifying PDF Files in Python

Link: https://realpython.com/creating-modifying-pdf/

The PDF, or Portable Document Format, is one of the most common formats for sharing documents over the Internet. PDFs can contain text, images, tables, forms, and rich media like videos and animations
Will McGugan: Rich gets Richer

Link: https://www.willmcgugan.com/blog/tech/post/rich-gets-richer/

Since my last post on Rich there have been a number of improvements. Here are the major highlights:
Indeterminate progress bars
Progress bars now have an indeterminate state which displays a pulsing a
Peter Hoffmann: Using turbodbc to access Azure Synapse SQL-on-Demand endpoints

Link: http://peter-hoffmann.com/2020/clients-and-data-access-with-turbodbc-to-azure-synapse-sql-on-demand.html

ODBC access via turbodbc/python
Azure Synapse SQL-on-Demand
pools can be accessed though an odbc compatible client from python.
First you need to grant access to the sql endpoint for an external DB us
Peter Hoffmann: DuckDB vs Azure Synapse SQL-on-Demand with parquet

Link: http://peter-hoffmann.com/2020/duckdb-vs-azure-synapse-sql-on-demand.html

Short Disclaimer: This post is comparing apples to oranges, because
DuckDB is an embedded database designed to execute
analytical SQL queries on your local machine, whereas Azure Synapse
SQL-on-Demand
Full Stack Python: Reporting Exceptions in Python Scripts with Sentry

Link: https://www.fullstackpython.com/blog/report-exceptions-python-scripts-sentry.html

Python scripts are the glue that keep many applications and their
infrastructure running, but when one of your scripts throws an exception
you may not know about it immediately unless you have a cen
Luke Plant: Keyword-only arguments in Python

Link: https://lukeplant.me.uk/blog/posts/keyword-only-arguments-in-python/

Keyword-only arguments are a feature that has been around since Python 3.0. But I’ve seen and
used them much less use that I could have. They are described in PEP 3102, which is pretty readable, but I
Podcast.__init__: Dependency Management Improvements In Pip's Resolver

Link: https://www.pythonpodcast.com/pip-resolver-dependency-management-episode-264/

Dependency management in Python has taken a long and winding path, which has led to the current dominance of Pip. One of the remaining shortcomings is the lack of a robust mechanism for resolving the
Kushal Das: Using Rust to access Internet over Tor via SOCKS proxy 🦀

Link: https://kushaldas.in/posts/using-rust-to-access-internet-over-tor-via-socks-proxy.html


Tor provides a SOCKS proxy so that you can have any application using the same
to connect the Onion network. The default port is 9050. The Tor Browser also
provides the same service on port 9150. In
Programiz: Python RegEx

Link: https://www.programiz.com/python-programming/regex

In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
S. Lott: Modern Python Cookbook 2nd ed -- big milestone

Link: http://slott-softwarearchitect.blogspot.com/2020/05/modern-python-cookbook-2nd-ed-big.html

Whew.Chapter rewrites finished.Technical reviews in process.Things are going pretty well. Look for Packt to publish this in the next few months. Details will be posted.Now. For LinkedIn Learning cours