Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python 3.8.2 : New release 2.3.2 for Pygame Menu.

Link: http://python-catalin.blogspot.com/2020/04/python-382-new-release-232-for-pygame.html

Today, the development team come with this infos from the GitHub comes with a new release version 2.3.2.
Python library that can create a simple menu for the pygame application.
Supports:
Textual menu
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 004.

Link: http://python-catalin.blogspot.com/2020/04/python-369-my-colab-tutorials-part-004.html

Today, I tested the python module named imdbpy with Colab Google features.
This show you how easy can build and run a simple python script to take data from web sites.
You can see the full example on
The Three of Wands: Building Pyrseia I: The Idea

Link: https://threeofwands.com/building-an-rpc-library-i-the-idea/

Over at Highrise, we're looking to replace our internal Python RPC library. The in-house solution we're using now isn't particularly bad, but it doesn't integrate well with Mypy, which is a Python typ
PyBites: Use Github to Manage Your Projects in an Agile Way

Link: https://pybit.es/github-projects.html

In this article you will learn how to setup a project in GitHub and to use boards to organize you issues using agile methods.
We all have been there, long lists of issues overwhelming our brain.
Would
PyBites: Refactoring Opportunities That Will Boost the Quality of Your Code

Link: https://pybit.es/refactoring-opportunities.html

(Photo by Jonah Pettrich on Unsplash)
Refactoring is all about making your code easier to understand and more maintainable.
Remember, code runs on machines, but you write code for humans!

One of the
Podcast.__init__: Build The Next Generation Of Python Web Applications With FastAPI

Link: https://www.pythonpodcast.com/fastapi-web-application-framework-episode-259/

Python has an embarrasment of riches when it comes to web frameworks, each with their own particular strengths. FastAPI is a new entrant that has been quickly gaining popularity as a performant and ea
IslandT: Count and Index method in Python Tuple

Link: https://kibiwebgeek.com/count-and-index-method-in-python-tuple/

Tuple just likes list, is an object used to group together related data in python. The difference between tuple and list is that the data inside tuple cannot be changed whereas the data in the list ca
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