Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Quansight Labs Blog: My Unexpected Dive into Open-Source Python

Link: https://labs.quansight.org/blog/2020/02/my-unexpected-dive-into-open-source-python/


Header illustration by author, Mars Lee
I'm very happy to announce that I have joined Quansight as a front-end developer and designer! It was a happy coincidence how I joined- the intersection of my
Catalin George Festila: Python 3.7.5 : This python package can work with ArcGIS platform.

Link: http://python-catalin.blogspot.com/2020/02/python-375-this-python-package-can-work.html

This python package is named like the ArcGIS platform and can be used for spatial analysis, mapping, and GIS.
The ArcGIS package uses the ArcGIS platform for organizations to create, manage, share, a
Weekly Python StackOverflow Report: (ccxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/02/ccxvi-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-02-22 13:43:12 GMTHow to bypass python function definition with de
Roberto Alsina: Episodio 22: Color, Color, Color!

Link: https://ralsina.me/weblog/posts/youtube/episodio-22-color-color-color.html

Cosas que uso en mi terminal. ¿Qué terminal? ¿Qué shell? ¿Que font? ¿Vale la pena reemplazar herramientas que tienen 50 años como "cat"? Todo eso y alguito más!
Fish shell: https://fishshell.com/
Alac
Catalin George Festila: Python 3.7.6 : The SELinux python package.

Link: http://python-catalin.blogspot.com/2020/02/python-376-selinux-python-package.html

The tutorial for today is about the SELinux python package.
The official webpage is this.
First, I update my pip tool and I used the python 3.7.6 version:
[mythcat@desk ~]$ pip install --upgrade pip
Hynek Schlawack: Python Packaging Metadata

Link: https://hynek.me/articles/packaging-metadata/

Since this topic keeps coming up, I’d like to briefly share my thoughts on Python package metadata because it’s – as always – more complex than it seems.
Hynek Schlawack: Python in Production

Link: https://hynek.me/articles/python-in-production/

I’m missing a key part from the public Python discourse and I would like to help to change that.
Real Python: Introduction to Python SQL Libraries

Link: https://realpython.com/python-sql-libraries/

All software applications interact with data, most commonly through a database management system (DBMS). Some programming languages come with modules that you can use to interact with a DBMS, while ot
Anarcat: The CLA Denial-Of-Service attack

Link: https://anarc.at/blog/2020-02-24-cla-dos/

I just stumbled upon this weird mind bender this morning. I have found
what I believe is a simple typo in the Ganeti documentation which
has a trivial fix. But then, before I submitted a PR to fix it,
Stack Abuse: Introduction to Image Processing in Python with OpenCV

Link: https://stackabuse.com/introduction-to-image-processing-in-python-with-opencv/

Introduction
In this tutorial, we are going to learn how we can perform image processing using the Python language. We are not going to restrict ourselves to a single library or framework; however, th
Andre Roberge: From a rejected Pycon talk to a new project.

Link: https://aroberge.blogspot.com/2020/02/from-rejected-pycon-talk-to-new-project.html

Like many others, my talk proposal (early draft here) for Pycon US was rejected. So, I decided to spend some time putting everything in a new project instead. (Documentation here.)  It is still a roug
PyBites: Talking to API's and goodlooking tools

Link: https://pybit.es/guest-talking-to-apis-goodlooking-tools.html

One of my go-to locations for security news had a thread recently about a tool called VTScan.
I really liked the idea of not having to go through the browser overhead to check files against multiple s
PyBites: Productivity Mondays - Are You Producing Enough Value? 5 Tips to Boost Your Deep Work

Link: https://pybit.es/deep-work.html

Here is another edition of Productivity Mondays geared towards getting you closer towards your goals. This weekend I picked up Deep work again. Every time I read it is a revelation. The better you man
pgcli: Welcome IRedis

Link: http://pgcli.com/welcome-iredis.html

We are happy to welcome IRedis to the dbcli org.
IRedis is A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.


IRedis is written in python using the wonderful prompt-toolkit l