Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Doug Hellmann: imapautofiler 1.8.1

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/3zIOe4uvF9A/

imapautofiler applies user-defined rules to automatically organize messages on an IMAP server. What’s new in 1.8.1? Fix comparison with TZ aware datetime in TimeLimit rule (contributed by Nicolas Le M
Weekly Python StackOverflow Report: (cxciii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/09/cxciii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-09-07 19:23:05 GMTVariable scope and name resolution in Python - [
ListenData: A Complete Guide to Linear Regression in Python

Link: https://www.listendata.com/2018/01/linear-regression-in-python.html

In this article we covered linear regression using Python in detail. It includes its meaning along with assumptions related to the linear regression technique. After completing this tutorial you will
Erik Marsja: How to Read & Write SPSS Files in Python using Pandas

Link: https://www.marsja.se/how-to-read-write-spss-files-in-python-pandas/

The post How to Read & Write SPSS Files in Python using Pandas appeared first on Erik Marsja.
In this post we are going to learn 1) how to read SPSS (.sav) files in Python, and 2) how to write to SPSS
EuroPython Society: EuroPython 2020: RFP for Venues

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

We are happy to announce that we have started the RFP for venues to host the EuroPython 2020 conference.We have sent out the details to more than 40 venues.Like last year, we also want to give the cha
Catalin George Festila: Python 3.7.3 : Using the flask - part 018.

Link: http://python-catalin.blogspot.com/2019/09/python-373-using-flask-part-018.html

In this tutorial, I will show you how to fix auto increment in Flask SQLAlchemy.
The old source code for the user model from the server.py was this:
class User(db.Model):
id = db.Column(db.Integer
EuroPython: EuroPython 2020: RFP for Venues

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

europythonsociety:
We are happy to announce that we have started the RFP for venues to host the EuroPython 2020 conference.
We have sent out the details to more than 40 venues.
Like last year, we also
Python Insider: Python 3.5.8rc1 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/7O7tXSDHOdo/python-3.html

Python 3.5.8rc1 is now available.
You can download Python 3.5.8rc1 here.
Real Python: MATLAB vs Python: Why and How to Make the Switch

Link: https://realpython.com/matlab-vs-python/

MATLAB® is widely known as a high-quality environment for any work that involves arrays, matrices, or linear algebra. Python is newer to this arena but is becoming increasingly popular for similar tas
IslandT: Turn string into the score

Link: https://kibiwebgeek.com/turn-string-into-the-score/

You are working at a lower league football stadium and you’ve been asked to automate the scoreboard.
The referee will shout out the score, you have already set up the voice recognition module which tu
RoseHosting Blog: How to Install pip on Ubuntu 18.04

Link: https://www.rosehosting.com/blog/how-to-install-pip-on-ubuntu-18-04/

In this tutorial, we will show you how to install pip on an Ubuntu 18.04 VPS. Pip is a package management system which can be used to install and manage packages written in Python. Python is a program
Catalin George Festila: Python Qt5 - contextMenu example.

Link: http://python-catalin.blogspot.com/2019/08/python-qt5-contextmenu-example.html

A context menu is a menu in a graphical user interface (GUI) that appears upon user interaction, such as a right-click mouse operation.
I create the default application and I use QMenu to create this
Catalin George Festila: Python Qt5 - the QTimer class.

Link: http://python-catalin.blogspot.com/2019/08/python-qt5-qtimer-class.html

I haven't written about PyQt5 in a while and today I decided to add a short tutorial on this python module.
The QTimer class is a high-level programming interface for timers and provides repetitive an
tryexceptpass: Conveying Build and Test Information with Repository Badges

Link: https://tryexceptpass.org/article/conveying-info-with-repository-badges/

When you check out a repository on github, sometimes theres a little bit of flare at the top of the project that catches your eye.
This bit of flare is called a badge and can be used to indicate build