Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stefan Behnel: My responses to a Cython dev interview

Link: http://blog.behnel.de/posts/my-responses-to-a-cython-dev-interview.html

I recently received a request for an online interview by Jonathan Ruiz, a CS student in Berlin.
He's implementing graph algorithms as part of his final Bachelor thesis, and was evaluating and using Cy
Matt Layman: Consistent Onboarding - Building SaaS #52

Link: https://www.mattlayman.com/building-saas/consistent-onboarding/

In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to direct users
Learn PyQt: Custom PyQt5/PySide2 PasswordEdit field with Show/Hide toggle

Link: https://www.learnpyqt.com/widgets/passwordedit/


When building applications which require a password (or some other secret) from a user you should use fields that hide the input. This prevents shoulder surfing passers by from being able to read off
Filipe Saraiva: LaKademy 2019

Link: https://blog.filipesaraiva.info/?p=2138

Past November 2019 KDE fellows from Latin-America arrived in Salvador – Brazil to attend an one more edition of LaKademy – the Latin American Akademy. That was the 7th edition of the event (or the 8th
Anwesha Das: Setting up a znc service

Link: http://anweshadas.in/setting-up-a-znc-service/

Here is an installation guide of znc on Fedora 31 :
Install the znc package
sudo dnf install znc

The current version of znc in Fedora 31 is znc-1.7.5-1.fc31.x86_64.
Configure znc
The next was to con
PyBites: 20 Refactoring Tips That Will Improve The Quality of Your Python Code

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

(Photo by Jeff Frenette on Unsplash)
20 Refactoring Tips That Will Improve The Quality of Your Python Code
header 1
header 2
header 3
header 4
header 5

Keep Calm and Code in Python!
-- Bob
Real Python: The Real Python Podcast – Episode #5: Exploring CircuitPython

Link: https://realpython.com/podcasts/rpp/5/

Have you ever wanted to explore using Python with electronics? CircuitPython is a great platform to get started with. This week Christopher talks with Thea Flowers. Thea has been creating several hard
Stéphane Wirtel: Yes!, I am a Github Sponsor

Link: https://wirtel.be/post/2020/04/17/github-sponsoring/

What’s a Github Sponsor? From the FAQ
GitHub Sponsors allows the developer community to financially support the people and organizations who design, build, and maintain the open source projects they
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