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 Qt5 - simple checkbox example.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-simple-checkbox-example.html

Today we created a simple tutorial about QCheckBox and QLabel.The purpose of this tutorial is to use QCheckBox in a GUI interface.When we check QCheckBox, this will change the text from a QLabel.The v
gamingdirectional: Sound on Sound off

Link: http://gamingdirectional.com/blog/2018/12/08/sound-on-sound-off/

In this article we will create a mechanism to turn the soundtrack of our pygame project on and off whenever we click on the sound on’s or sound off’s icon on the main game page. First of all we will n
codingdirectional: Remove the duplicate file from nested folders with python

Link: http://codingdirectional.info/2018/12/08/remove-the-duplicate-file-from-nested-folders-with-python/

In this article we will continue to develop our python application which will remove the duplicate file within a folder. In the last chapter we have removed a duplicate file in another folder and this
Philippe Normand: Web overlay in GStreamer with WPEWebKit

Link: https://base-art.net/Articles/web-overlay-in-gstreamer-with-wpewebkit/

After a year or two of hiatus I attended the GStreamer conference which
happened in beautiful Edinburgh. It was great to meet the friends from the
community again and learn about what’s going on in th
Weekly Python StackOverflow Report: (clv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/12/clv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-08 16:54:21 GMTPandas Merging 101 - [28/1]Finding highest value
Techiediaries - Django: Python Django JWT — djangorestframework-jwt Example

Link: https://www.techiediaries.com/django-rest-framework-jwt-tutorial/

Adding JWT authentication in Python and Django is quite easy thanks to some mature libraries and packages like Django REST framework, djangorestframework-jwt and django-rest-framework-simplejwt.
JWT s
codingdirectional: Compare and delete files with the same content with python

Link: http://codingdirectional.info/2018/12/09/compare-and-delete-files-with-the-same-content-with-python/

Welcome back to this new chapter of the delete duplicate application project, in the previous chapter this python program has successfully deleted the duplicate files inside the nested folders, howeve
gamingdirectional: Lets put the game instruction online instead

Link: http://gamingdirectional.com/blog/2018/12/09/lets-put-the-game-instruction-online-instead/

In the previous article we have successfully created an about page which contains both game instruction as well as game credit, however it is better to put the game instruction into it’s own page to m
Moshe Zadka: Office Hours

Link: https://orbifold.xyz/office-hours.html

If you want to speak to me,
1-on-1,
about anything,
I want to be able to help.
I am a busy person.
I have commitments.
But I will make the time to talk to you.

Why?

I want to help.
I think I'll enjo
PyBites: PyBites Twitter Digest - Issue 38, 2018

Link: https://pybit.es/twitter_digest_201838.html

25 Tips for New Developers
"All programmers are self-taught to some degree, whether that's fully self-taught or that they have a masters in co… https://t.co/SKSkUQXFmy— DEV Community 👩‍💻👨‍💻 (@ThePract
Semaphore Community: Dockerizing a Python Django Web Application

Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application

This article is brought with to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Techiediaries - Django: Django Authentication — Login, Logout and Password Change/Reset

Link: https://www.techiediaries.com/django-authentication/

In this tutorial, you'll learn how to easily add a complete authentication system to your Django application with login, logout and password change and reset functionalities.
We'll also be using djang
codingdirectional: Create multiple threads to delete multiple files with python

Link: http://codingdirectional.info/2018/12/10/create-multiple-threads-to-delete-multiple-files-with-python/

In this article we are going to continue with the previous remove duplicate project and this time the program will create multiple threads to remove multiple duplicate files in the hard drive of the w
gamingdirectional: Create the pause scene for the game

Link: http://gamingdirectional.com/blog/2018/12/10/create-the-pause-scene-for-the-game/

In this article we will create a pause scene for our ongoing pygame project. When a user presses the p key on his keyboard during the game, the game will pause and the pause scene will appear. When he
Mike Driscoll: PyDev of the Week: Steve Dower

Link: http://www.blog.pythonlibrary.org/2018/12/10/pydev-of-the-week-steve-dower/

This week we welcome Steve Dower (@zooba) as our PyDev of the Week! Steve is a core developer of the Python language itself where he produces the Windows builds and installers. He also works for Micro
Kushal Das: Flatkpak application shortcuts on Qubes OS

Link: https://kushaldas.in/posts/flatkpak-application-shortcuts-on-qubes-os.html


In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,
Kushal Das: Flatpak application shortcuts on Qubes OS

Link: https://kushaldas.in/posts/flatpak-application-shortcuts-on-qubes-os.html


In my last blog post, I wrote about Flatpak applications on
Qubes OS AppVMs. Later, Alexander Larsson pointed
out that running the actual application from the command line is still not user
friendly,