Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stéphane Wirtel: Weekly Update, April 18, 2020

Link: https://wirtel.be/post/2020/04/18/2020-april-week-16-weekly-update/

Weekly Update Work Move to my office for online meetings Create a new micro-service with FastAPI Experiment Elassandra (ElasticSearch and Cassandra) Play with VueJS and Vuetify Onboarding of a new co
Bhavin Gandhi: How to live stream a meetup event

Link: https://geeksocket.in/posts/live-stream-meetup-event/

Due to current situation of COVID-19 pandemic, we (PythonPune) decided to have our March month’s meetup as an online event. Although we live streamed one meetup in September 2019, this time it was a c
Ned Batchelder: Letter boxed

Link: https://nedbatchelder.com//blog/202004/letter_boxed.html

With more time on my hands during this quarantine time, I started doing the
Letter Boxed puzzle.
You are given a square with three letters on each side:
You form words by choosing letters in sequence.
EuroPython Society: Farewell to Oier Echaniz Beneitez

Link: https://www.europython-society.org/post/615744838396215296


We received the very
sad news today, that Oier
Echaniz Beneitez has passed away, after a long-term illness (not
as a result of COVID-19).Oier was one of
the initiators for bringing EuroPython to Bilb
EuroPython: Farewell to Oier Echaniz Beneitez

Link: https://blog.europython.eu/post/615745305074450432

europythonsociety:

We received the very
sad news today, that Oier
Echaniz Beneitez has passed away, after a long-term illness (not
as a result of COVID-19).
Oier was one of
the initiators for bringin
Weekly Python StackOverflow Report: (ccxxiv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/04/ccxxiv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-04-18 20:03:00 GMTWhy do I get this many iterations when adding to
Janusworx: A Hundred Days of Code, Day 006

Link: https://janusworx.com/a-hundred-days-of-code-day-006/

Journal progam done!
Yay! Find the code over at Gitlab or Github.
The program is a lot more basic than I expected.
It does not let me keep multiple journals :)
But I’m happy with what I learnt.

H
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