Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Engineering at Microsoft: Python in Visual Studio Code – September 2019 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2019-release/

We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Talk Python to Me: #228 Hunting bugs and tech startups with Python

Link: https://talkpython.fm/episodes/show/228/hunting-bugs-and-tech-startups-with-python

What's it's like building a startup with Python and going through a tech accelerator? You're about to find out. On this episode, you'll meet Elissa Shevinsky from Faster Than Light. They are building
Stack Abuse: Object Detection with ImageAI in Python

Link: https://stackabuse.com/object-detection-with-imageai-in-python/

Introduction
Object detection is a technology that falls under the broader domain of Computer Vision. It deals with identifying and tracking objects present in images and videos. Object detection has
ListenData: A Complete Guide to Python DateTime Functions

Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html

In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
Matt Layman: wal-e Postgres Backups - Building SaaS #32

Link: https://www.mattlayman.com/building-saas/wal-e-postgres-backups/

In this episode, we worked on Postgres database backups and modified the backup tool, wal-e, to use the Shiv app format.
wal-e is Postgres database backup tool that works by managing the Write-Ahead L
Continuum Analytics Blog: Machine Learning in Healthcare: 5 Use Cases that Improve Patient Outcomes

Link: https://www.anaconda.com/machine-learning-in-healthcare-5-use-cases/

Machine learning is accelerating the pace of scientific discovery across fields, and medicine is no exception. From language processing tools that accelerate research to predictive algorithms that ale
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