Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Philippe Normand: Introducing WPEQt, a WPE API for Qt5

Link: https://base-art.net/Articles/introducing-wpeqt-a-wpe-api-for-qt5/

WPEQt provides a QML plugin implementing an API very similar to the QWebView
API. This blog post explains the rationale behind this new project aimed for
QtWebKit users.
Qt5 already provides multiple
codingdirectional: Return a welcome message based on the input language

Link: http://codingdirectional.info/2019/04/08/return-a-welcome-message-based-on-the-input-language/

Hello and welcome! I think I will start another new project after the previous sport application project in next month but at this moment we are going to solve a few python related problems from Codew
Jason Meyers: First Tesla Model 3 Trip: Gatlinburg

Link: http://jasonamyers.github.io//2019/tesla-trip-gatlinburg/

Just got back from my first trip in my Tesla Model 3. I was a bit nervous, but mostly because my first trip also included my in laws riding with us. I along with them great, but I knew if the car beca
Moshe Zadka: Publishing a Book with Sphinx

Link: https://orbifold.xyz/book-with-sphinx.html

A while ago,
I decided I wanted to self-publish a book on improving
your Python skills.
It was supposed to be short,
sweet,
and fairly inexpensive.
The journey was a success,
but had some interesting
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3

Link: https://realpython.com/flask-connexion-rest-api-part-3/

In Part 2 of this series, you added the ability to save changes made through the REST API to a database using SQLAlchemy and learned how to serialize that data for the REST API using Marshmallow. Conn
Wingware News: Wing Python IDE 7.0 - April 8, 2019

Link: https://wingware.com/news/2019-04-08

Wing 7 introduces an improved code warnings and code quality inspection system that
includes built-in error detection and tight integration with pylint, pep8, and mypy. This
release also adds a new da
NumFOCUS: NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019

Link: https://numfocus.org/blog/numfocus-announces-cambridge-spark-will-host-a-pydata-conference-in-2019

The post NumFOCUS Announces Cambridge Spark will Host a PyData Conference in 2019 appeared first on NumFOCUS.
NumFOCUS: NumFOCUS Releases 2018 Annual Report

Link: https://numfocus.org/blog/numfocus-releases-2018-annual-report

The post NumFOCUS Releases 2018 Annual Report appeared first on NumFOCUS.
Mike Driscoll: ReportLab: Adding a Chart to a PDF with Python

Link: http://www.blog.pythonlibrary.org/2019/04/08/reportlab-adding-a-chart-to-a-pdf-with-python/

The ReportLab toolkit supports adding many different charts and graphs to your PDFs. In fact, I have covered some of them in a previous article. However most of the examples I have seen, including the
eGenix.com: Python Meeting Düsseldorf - 2019-04-10

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2019-04-10

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:

10.0
Real Python: Running Python Scripts

Link: https://realpython.com/courses/running-python-scripts/

One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planne
Trey Hunner: The problem with inheriting from dict and list in Python

Link: http://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python/

I’ve created dozens of Python Morsels since I started it last year.
At this point at least 10 of these exercises involve making a custom collection: often a dict-like, list-like or set-like class.
Sin
Stack Abuse: Python for NLP: Topic Modeling

Link: https://stackabuse.com/python-for-nlp-topic-modeling/

This is the sixth article in my series of articles on Python for NLP. In my previous article, I talked about how to perform sentiment analysis of Twitter data using Python's Scikit-Learn library. In t
Continuum Analytics Blog: AnacondaCON 2019 Day 3 Recap: The Need for Speed, “Delightful UX” in Dev Tools, LOTR Jokes and More.

Link: https://www.anaconda.com/anacondacon-2019-day-3-recap-the-need-for-speed-delightful-ux-in-dev-tools-lotr-jokes-and-more/

Everyone at Anaconda is still feeling the love AnacondaCON 2019. Day 3 wrapped up last Friday with one more day of talks and sessions, highlighted by some powerhouse keynotes. Let’s get right to the g
PyCoder’s Weekly: Issue #363 (April 9, 2019)

Link: https://pycoders.com/issues/363

#363 – APRIL 9, 2019 View in Browser » PEP 570 (Positional-Only Parameters) Got Accepted This PEP introduces a new syntax, /, for specifying positional-only parameters in Python function definit
Twisted Matrix Labs: Twisted 19.2.0 Released

Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/dlnd9ehFKho/twisted-1920-released.html

On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 19.2! The highlights of this release are: twisted.web.client.HostnameCachingHTTPSPolicy was added as a new
Real Python: How to Create an Index in Django Without Downtime

Link: https://realpython.com/create-django-index-without-downtime/

Managing database migrations is a great challenge in any software project. Luckily, as of version 1.7, Django comes with a built-in migration framework. The framework is very powerful and useful in ma
Stack Abuse: Introduction to the Python lxml Library

Link: https://stackabuse.com/introduction-to-the-python-lxml-library/

lxml is a Python library which allows for easy handling of XML and HTML files, and can also be used for web scraping. There are a lot of off-the-shelf XML parsers out there, but for better results, de
PyCharm: PyCharm Hosts Python Creators at Expanded PyCon Booth

Link: http://feedproxy.google.com/~r/Pycharm/~3/Lk-zkaigRHc/

Want to meet key podcasters, authors, and teachers at PyCon? This year PyCharm has an expanded booth with space shared by many of the key “Python Creators.” Come say hi, watch short talks by them, us,