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 - QtWebEngine example.

Link: http://python-catalin.blogspot.com/2018/11/python-qt5-qtwebengine-example.html

The QtWebEngine is the new web rendering engine that is planned to replace QtWebKit in Qt.The official website tells us:QtWebEngineWidgets or QtWebEngine libraries, depending on application typeLet's
Techiediaries - Django: useState React Hook by Example | Axios & Django [Part 2]

Link: https://www.techiediaries.com/react-usestate-hook/

useState() is an example built-in React hook that lets you use states in your functional components. This was not possible before React 16.7.
In the previous tutorial we learned about React Hooks and
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 9 – Creating a model for your messages

Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-9-creating-a-model-for-your-messages/

This article was published at Create your own Telegram bot with Django on Heroku – Part 9 – Creating a model for your messages .
If you are reading this on any other page, which is not some “planet” o
Made With Mu: Lesson Observation

Link: https://madewith.mu/mu/users/2018/11/02/lesson-observation.html

I recently had the great pleasure of visiting Wollaston School
to see Steve Foster use Mu in his classroom.
Here he is in action, in perhaps the most “teacher-ish” photograph you’ll see
for a long tim
Stack Abuse: Asynchronous Python for Web Development

Link: https://stackabuse.com/asynchronous-python-for-web-development/

Asynchronous programming is well suited for tasks that include reading and writing files frequently or sending data back and forth from a server. Asynchronous programs perform I/O operations in a non-
Full Stack Python: Adding Okta Authentication to an Existing Flask Web App

Link: https://www.fullstackpython.com/blog/okta-user-auth-existing-flask-web-app.html

It can be a lot of work to piece together a full authentication system
if you have an existing Flask web application that you are
coding. Okta makes it much easier
to drop-in a complete user authentic
Anarcat: October 2018 report: LTS, Monkeysphere, Flatpak, Kubernetes, CD archival and calendar project

Link: https://anarc.at/blog/2018-11-01-report/

Debian Long Term Support (LTS)
This is my monthly Debian LTS report.
GnuTLS
As discussed last month, one of the options to
resolve the pending GnuTLS security issues was to backport the latest
3.3.x
Catalin George Festila: Python Qt5 - QtSql with QSQLITE example.

Link: http://python-catalin.blogspot.com/2018/11/python-qt5-qtsql-with-qsqlite-example.html

Today I will show you how to deal with QtSql and QSQLITE and show a table into an MDI (Multiple Document Interface) application.First I create tree scripts named:PyQt5_connection.py - create a memory
eGenix.com: Python Meeting Düsseldorf - 2018-11-07

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2018-11-07

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:

07.1
Weekly Python StackOverflow Report: (cl) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/11/cl-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-11-03 15:57:59 GMTWhat is a Pythonic way of doing the following tr
PyBites: PyBites Twitter Digest - Issue 35, 2018

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

Mike Kennedy interviewed by Real Python!
🐍🎤 @mkennedy is the host of the most popular Python podcast, @TalkPython as well as a co-host on the @pythonbytes p… https://t.co/fMRTc1ndeP— Real Python (@rea
Catalin George Festila: Python Qt5 - QtSql with QtOpenGL example.

Link: http://python-catalin.blogspot.com/2018/11/python-qt5-qtsql-with-qtopengl-example.html

Today I will show you how to deal with QtOpenGL.Let's make a test to see what is this:>>> import PyQt5>>> from PyQt5.QtOpenGL import *>>> dir(PyQt5.QtOpenGL)['QGL', 'QGLContext', 'QGLFormat', 'QGLWidg
Andrea Grandi: Why I mentor on Exercism.io

Link: https://www.andreagrandi.it/2018/11/04/why-i-mentor-on-exercism/

Exercism (https://exercism.io) is a platform that has been created to help people improving their coding skills, thanks to the volunteers mentoring the students. There are tracks for almost all the po
Simple is Better Than Complex: Django Authentication Video Tutorial

Link: https://simpleisbetterthancomplex.com/videos/2018/11/04/django-auth-video-tutorial.html

In this tutorial series, we are going to explore Django’s authentication system by implementing sign up, login, logout,
password change, password reset and protected views from non-authenticated users
Django Weblog: DSF Individual membership - call for implementation proposals

Link: https://www.djangoproject.com/weblog/2018/nov/04/individual-membership-system-cfp/

The DSF wishes to put in place a system for the nomination, approval and accession of Individual Members.
The DSF wants to expand its membership, not just in number, but also in diversity. The current
Peter Bengtsson: How to JSON schema validate 10x (or 100x) faster in Python

Link: https://www.peterbe.com/plog/jsonschema-validate-10x-faster-in-python

This is perhaps insanely obvious but it was a measurement I had to do and it might help you too if you use python-jsonschema a lot too.
I have this project which has a migration script that needs to t