Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #259 From Academia to Tech Industry and Python

Link: https://talkpython.fm/episodes/show/259/from-academia-to-tech-industry-and-python

Did you come to Python from the academic side of the world? Maybe got into working with code for research or lab work and found you liked coding more than your first field of study. Whatever the reaso
BreadcrumbsCollector: When to use metaclasses in Python: 5 interesting use cases

Link: https://breadcrumbscollector.tech/__trashed-6/

Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or confer
Real Python: The Real Python Podcast – Episode #4: Learning Python Through Errors

Link: https://realpython.com/podcasts/rpp/4/

This week Christopher interviews Martin Breuss, about a couple of the video training courses he's created for Real Python. They discuss his course on getting started with Django, and how to learn Pyth
Stack Abuse: Reading and Writing JSON Files in Python with Pandas

Link: https://stackabuse.com/reading-and-writing-json-files-in-python-with-pandas/

Introduction
Pandas is one of the most commonly used Python libraries for data handling and visualization. The Pandas library provides classes and functionalities that can be used to efficiently read,
PyPy Development: PyPy 7.3.1 released

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/OlK12n6lkKg/pypy-731-released.html


The PyPy team is proud to release the version 7.3.1 of PyPy, which includes
two different interpreters:



PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includ
Paweł Fertyk: WebRTC on mobile devices

Link: http://pfertyk.me/2020/04/webrtc-on-mobile-devices/

In one of my previous posts
I described how to set up WebRTC in a simple web application, without
unnecessary dependencies. Here I will expand that solution, making WebRTC
work on a mobile device.
For
Doug Hellmann: sphinxcontrib-spelling 5.0.0

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

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 5.0.0? Drop Python 2.7 support. (contributed
PyBites: Using Python to Check for File Changes in Excel

Link: https://pybit.es/using-python-to-check-for-file-changes-in-excel.html

Finding differences in excel files using Pandas!

Index

The Problem
The Solution
Future Enhancement
Conclusion


The Problem
Data exchange in healthcare is ... harder than it needs to be. Not all par
PyBites: Introduction to Building Custom Apache Airflow Operators

Link: https://pybit.es/introduction-airflow.html

If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
This orchestration tool has become a firm favourite of many organisations. It was chosen by Go
Weekly Python StackOverflow Report: (ccxxiii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/04/ccxxiii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-04-11 11:00:30 GMTZipped Python generators with 2nd one being shor
EuroPython Society: EuroPython 2020: Online conference from July 23-26

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

europython:
In the last two weeks, we have
discussed and investigated concepts around running this year’s
EuroPython conference as an online conference. We have looked at
conference tools, your feedba
Red Hat Developers: How to write an ABI compliance checker using Libabigail

Link: https://developers.redhat.com/blog/2020/04/02/how-to-write-an-abi-compliance-checker-using-libabigail/

I’ve previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of th
Kushal Das: A few things from last week

Link: https://kushaldas.in/posts/a-few-things-from-last-week.html


Last Monday I wrote some tips on security while working from home. in Economic Time. This includes some basic
steps everyone of us can take. If you want to follow better practices, please read https: