Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Reducing The Friction Of Embedded Software Development With PlatformIO

Link: https://www.pythonpodcast.com/platformio-embedded-software-devleopment-episode-251/

Embedded software development is a challenging endeavor due to a fragmented ecosystem of tools. Ivan Kravets experienced the pain of programming for different hardware platforms when embroiled in a ho
tryexceptpass: Episode 4 - 7 Practices for High Quality Maintainable Code

Link: https://tryexceptpass.org/podcast/ep4-code-quality-practices/


Code is complicated, hard to test, difficult to understand and can frustrate others.
Writing cleaner code can save you from reimplementing software simply that you cannot understand.
It’s an iterativ
Catalin George Festila: Python 3.7.6 : The new concepts of execution in python 3 - part 001.

Link: http://python-catalin.blogspot.com/2020/02/python-376-new-concepts-of-execution-in.html

The main goal of these tutorials series is learning to deal with python source code using the new concepts of execution in python 3.
When two or more events are concurrent it means that they are happe
Real Python: How to Work With a PDF in Python

Link: https://realpython.com/courses/pdf-python/

The Portable Document Format or PDF is a file format that can be used to present and exchange documents reliably across operating systems. While the PDF was originally invented by Adobe, it is now an
Data School: How to merge DataFrames in pandas (video)

Link: https://www.dataschool.io/merging-pandas-dataframes/

In my new pandas video, you're going to learn how to use the "merge" function so that you can combine multiple datasets into a single DataFrame.
Merging (also known as "joining") can be tricky to do c
PyCoder’s Weekly: Issue #409 (Feb. 25, 2020)

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

#409 – FEBRUARY 25, 2020 View in Browser » Analysing NBA Assists: How to Visualize Hidden Relationships in Data With Python Using basketball as the background setting, the author discusses sever
Python Insider: Python 3.8.2 and 3.9.0a4 are now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/zN9QnJ9Ipn8/python-382-and-390a4-are-now-available.html

On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of two of the latest Python editions.

Python 3.8
Roberto Alsina: Episodio 24: I like Windows!

Link: https://ralsina.me/weblog/posts/youtube/episodio-24-i-like-windows.html

Me puse a hacer un window manager de juguete en Python. Lo basé en HackWM. Hack. Hacker. Carlín! Se llama carlin_wm y realmente no sirve para nada, excepto como experiencia educativa. O sea, es re úti
The No Title® Tech Blog: Book review - Machine Learning with Python for Everyone, By Mark E. Fenner

Link: https://no-title.victordomingos.com/articles/2020/book_review_machine_learning_with_python

Machine learning, one of the hottest tech topics of today, is being used more and more. Sometimes as the best tool for the job, other times perhaps as a buzzword that is mainly used as a way to make a
PyBites: How to Write a Guest Article for PyBites

Link: https://pybit.es/guest-howto-write-guest-posts.html

Hello Everybody! In this article I'll run through the procedure of using git and github to submit a guest article to PyBites.
1. Forking the Repository
In order to get started, you have to create a fo
PyCharm: Webinar Recording: “Security Checks for Python Code” with Anthony Shaw

Link: http://feedproxy.google.com/~r/Pycharm/~3/QaiMA0u5RMs/

Last week we had a webinar on Python security with Anthony Shaw. He covered a number of places where Python code, including popular frameworks, run into security vulnerabilities. He also showed his Py
Reuven Lerner: Want to spend more time coding Python, and less time on Stack Overflow?

Link: https://lerner.co.il/2020/02/26/want-to-spend-more-time-coding-python-and-less-time-on-stack-overflow/


How many times a day do you visit Stack Overflow?  (If you’re like most
programmers, the answer is “many.”)  Wouldn’t it be nice to just be able
to write Python code, without interrupting your work
Wing Tips: Using Anaconda Environments with Wing Python IDE

Link: https://wingware.com/blog/anaconda-envs

Wing version 7.2 has been released, and we've
been looking at the new features in this version. So far we've covered reformatting
with Black and YAPF, Wing 7.2's expanded
support for virtualenv, and u
EuroPython: EuroPython 2020: Call for Proposals opens on March 9th

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

We are happy to announce that the Call for Proposals will open on March 9. It will be left open for three weeks and then close on:Sunday, March 29 23:59:59 CEST
While you wait for submissions to open,
Roberto Alsina: Python Meetup Buenos Aires 27/2/2020

Link: https://ralsina.me/weblog/posts/youtube/python-meetup-buenos-aires-2722020.html

Charla en el Buenos Aires Python Meetup el 7/11/2019
Algunos tips y comentarios sarcásticos para hacer que tu código Python sea más parecido a Python y menos parecido a otra cosa.
Test and Code: 102: Cosmic Python, TDD, testing and external dependencies - Harry Percival

Link: https://testandcode.com/102

Harry Percival has completed his second book, "Architecture Patterns with Python".
So of course we talk about the book, also known as "Cosmic Python".
We also discuss lots of testing topics, especiall