Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Roberto Alsina: Complicame la vida!

Link: https://ralsina.me/weblog/posts/complicame-la-vida.html

Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Codementor: Using Python to Build a Web Scrawler Step by Step

Link: https://www.codementor.io/fuyili/using-python-to-build-a-web-scrawler-step-by-step-yhq3rlu5n

Start writing here...The need for extracting data from websites is increasing. When we are conducting data related projects such as price monitoring, business analytics or news aggregator, we would...
PyBites: How I Followed my Heart, Conquered Fear and Became a Public Speaker

Link: https://pybit.es/guest-landing-speaking-gigs.html

In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let's hear fro
Catalin George Festila: Python 3.7.4 : Create an Stand Alone Executable on Fedora distro.

Link: http://python-catalin.blogspot.com/2019/09/python-374-create-stand-alone.html

In this tutorial I will show you how to create an Stand Alone Executable with Python version 3.7.4 and Fedora 30 distro.
First you need to install using the dnf tool the python3 package.
You can test
Obey the Testing Goat: New Book Excerpt: On Coupling and Abstractions

Link: http://www.obeythetestinggoat.com/new-book-excerpt-abstractions.html



At MADE.com i’ve been working on a new book with the chief architect, Bob
Gregory, in which we talk about application architecture and design. What
follows is an excerpt, a standalone chapter in wh
EuroPython: EuroPython 2019 - Videos for Wednesday available

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

We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland.EuroPython 2019 YouTube ChannelIn this batch, we have included all videos for Wednesday, July 10 201
Real Python: Python args and kwargs: Demystified

Link: https://realpython.com/python-kwargs-and-args/

Sometimes, when you look at a function definition in Python, you might see that it takes two strange arguments: *args and **kwargs. If you’ve ever wondered what these peculiar variables are, or why yo
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