Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Moshe Zadka: Forks and Threats

Link: https://orbifold.xyz/forks-and-threats.html

What is a threat?
From a game-theoretical perspective,
a threat is an attempt to get a better result by saying:
"if you do not give me this result,
I will do something that is bad for both of us".
Not
Codementor: Learn To Code By Playing These Games

Link: https://www.codementor.io/johnselawsky/learn-to-code-by-playing-these-games-13sy0z894w

Apart from an ambition to become a programmer and have an interesting well-paid job, there are plenty of reasons to learn coding even for those who see themselves in other professions.
Ned Batchelder: Getting Started Testing with pytest

Link: https://nedbatchelder.com//blog/202002/getting_started_testing_with_pytest.html

Next week I am presenting Getting Started Testing: pytest edition at Boston Python
(event page).This talk has been through a few iterations. In 2011, I gave a
presentation at Boston Python
about Getti
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 18: Executing Procedure Calls

Link: https://ruslanspivak.com/lsbasi-part18/


“Do the best you can until you know better. Then when you know better, do better.” ― Maya Angelou

It’s a huge milestone for us today! Because today we will extend our interpreter to execute procedur
PyCharm: PyCharm 2020.1 EAP 4

Link: http://feedproxy.google.com/~r/Pycharm/~3/u3wp--zbIAg/

We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
We’ve been hard at work making PyCharm easier to use and adding and improving features to get P
Kushal Das: Maintaining your Qubes system using Salt part 1

Link: https://kushaldas.in/posts/maintaining-your-qubes-system-using-salt-part-1.html


Last year I published qubes-ansible project. This enables maintaining your Qubes OS system via Ansible. But, to do the same, you will have to take a few steps as Ansible is not in the default Qubes.
Matt Layman: Templates and Logic - Building SaaS #45

Link: https://www.mattlayman.com/building-saas/templates-logic/

In this episode, we added content to a template and talked about the N+1 query bug. I also worked tricky logic involving date handling.
The first change was to update a course page to include a new ic
Talk Python to Me: #252 What scientific computing can learn from CS

Link: https://talkpython.fm/episodes/show/252/what-scientific-computing-can-learn-from-cs

Did you come into Python from a computational science side of things? Were you just looking for something better than Excel or Matlab and got pulled in by all the Python has to offer?
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