Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: Rotating Images in ReportLab

Link: http://www.blog.pythonlibrary.org/2019/09/05/rotating-images-in-reportlab/

There are times when you want to rotate images or other objects in ReportLab while creating a PDF. For example, you might want to rotate an image by 45 degrees for watermarking purposes. Or you might
Data School: Learn a new pandas trick every day!

Link: https://www.dataschool.io/python-pandas-tips-and-tricks/

Every weekday, I share a new "pandas trick" on social media. Each trick takes only a minute to read, yet you'll learn something new that will save you time and energy in the future!
Here's my latest t
Test and Code: 86: Teaching testing best practices with 4 testing maxims - Josh Peak

Link: https://testandcode.com/86

You've incorporated software testing into your coding practices and know from experience that it helps you get your stuff done faster with less headache.
Awesome.
Now your colleagues want in on that s
TechBeamers Python: Multiline String in Python with Examples

Link: https://www.techbeamers.com/python-multiline-string/

This tutorial explains how to create a Python multiline string. It can be handy when you have a very long string. You shouldn’t keep such text in a single line. It kills the readability of your code.
Wingware News: Wing Python IDE 7.1.1 - September 6, 2019

Link: https://wingware.com/news/2019-09-06

Wing 7.1.1 avoids slowing and dropping of remote development connections, fixes showing Pandas
DataFrame and Series values, makes OS Commands work on remote hosts with Python 3, inspects
remote extens
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