Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
BreadcrumbsCollector: How to patch in Python?

Link: https://breadcrumbscollector.tech/how-to-patch-in-python/

What is (monkey-)patching in Python?
(monkey-) patching is a technique for changing code behaviour without altering its source. It is done in runtime, usually by overriding attributes of existing obje
Python Insider: Python 2.7.18, the last release of Python 2

Link: http://feedproxy.google.com/~r/PythonInsider/~3/MYraY2fq0jI/python-2718-last-release-of-python-2.html

The CPython core developers are pleased to announce the immediate availability of Python 2.7.18.

Python 2.7.18 is the last Python 2.7
release and therefore the last Python 2 release. It's time for th
Real Python: Effective Python Testing With Pytest

Link: https://realpython.com/pytest-python-testing/

Testing your code brings a wide variety of benefits. It increases your confidence that the code behaves as you expect and ensures that changes to your code won’t cause regressions. Writing and maintai
Quansight Labs Blog: Introducing ndindex, a Python library for manipulating indices of ndarrays

Link: https://labs.quansight.org/blog/2020/04/introducing-ndindex-a-python-library-for-manipulating-indices-of-ndarrays/

One of the most important features of NumPy arrays is their indexing
semantics. By "indexing" I mean anything that happens inside square brackets,
for example, a[4::-1, 0, ..., [0, 1], np.newaxis]. Nu
PyBites: Dropping Tutorial Paralysis, Building a Django Blog From Scratch

Link: https://pybit.es/creating-django-blog.html

(Photo by Rosie Kerr on Unsplash)
Have you ever wanted to create awesome stuff with Django like making your own blog or any other app but don't know where to start? Or are you tired of taking lazy tut
Python Software Foundation: Building a Python community in Colombia: John Roa, 2018 Q4 CSA Recipient

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/h6Yih2ZKzxI/building-python-community-in-colombia.html


PyCons take place throughout many parts of the world. Each PyCon is different in its own way;  drawing from its own geographical location as well as local history and culture. In 2017 another beautif
Real Python: Python Coding Interviews: Tips & Best Practices

Link: https://realpython.com/courses/python-coding-interviews-tips-best-practices/

You’ve made it past the phone call with the recruiter, and now it’s time to show that you know how to solve problems with actual code. Whether it’s a HackerRank exercise, a take-home assignment, or an
Sumana Harihareswara - Cogito, Ergo Sumana: Persisting

Link: https://www.harihareswara.net/sumana/2020/04/21/0

Today is our wedding anniversary. Instead of going out for a nice dinner, we'll .... do something at home. Maybe we'll remember a bunch of nice memories from the last fourteen years. Maybe we'll go th
Abhijeet Pal: How To Fix – FATAL: Peer authentication failed for user “postgres” Error

Link: https://djangocentral.com/how-to-fix-fatal-peer-authentication-failed-for-user-postgres-error/

Peer authentication failed error arrives when you try to login to your PostgreSQL user but authentication fails because by default psql connects over UNIX sockets using peer authentication instead of
PyCoder’s Weekly: Issue #417 (April 21, 2020)

Link: https://pycoders.com/issues/417

#417 – APRIL 21, 2020 View in Browser » pip 20.1b1 Released With the New Dependency Resolver The beta release of pip version 20.1 has dropped and included the next-generation dependency resolver
Catalin George Festila: Python 3.7.4 : A simple addon for Blender 3D version 2.8 .

Link: http://python-catalin.blogspot.com/2020/04/python-374-simple-addon-for-blender-3d.html

Today I tested the python from Blender 3D software.
This software named Blender 3D come with python version 3.7.4 .
The version of this 3D tool is 2.82a .
This is a default addon with these python fi
Python Engineering at Microsoft: Python in Visual Studio Code – April 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2020-release/

We are pleased to announce that the April 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direct
Moshe Zadka: Goodbye, John H. Conway

Link: https://orbifold.xyz/john-h-conway.html

John H. Conway passed away ten days ago,
and I think it's only now I can write a proper eulogy.
I was first introduced to his work,
if not his name,
when I was at the end of elementary school.
I am su
tryexceptpass: Episode 8 - Microservices Cheat-Sheet: Answers to 8 Common Questions

Link: https://tryexceptpass.org/podcast/ep8-microservices-questions/

The majority of enterprises are either running in a microservices environment or studying how to do so. The concept has been around for a while, but used a lot like an industry term that means differe
Abhijeet Pal: How To Backup and Restore Data in PostgreSQL Database

Link: https://djangocentral.com/backup-and-restore-data-in-postgresql/

PostgreSQL is undoubtedly one of the most popular and efficient open-source relational database management system powering millions of applications. These days a database backup mechanism is essential
PyCharm: New VCS Features in PyCharm 2020.1

Link: http://feedproxy.google.com/~r/Pycharm/~3/AjwyAFqGplw/

The Version Control System support in PyCharm has been revamped with a new and improved commit workflow as well as an interactive rebasing option. This means, that it gives you more control over the w
Python Bytes: #178 Build a PyPI package from a Jupyter notebook

Link: https://pythonbytes.fm/episodes/show/178/build-a-pypi-package-from-a-jupyter-notebook

<p>This episode is brought to you by Digital Ocean: <a href="http://pythonbytes.fm/digitalocean"><strong>pythonbytes.fm/digitalocean</strong></a></p>

<p>YouTube is going strong over at <a href="http: