Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Gocept Weblog: Zope May sprint goes remote

Link: https://blog.gocept.com/2020/03/17/zope-may-sprint-goes-remote/

Earl Zope was inviting to the Zope May sprint, hoping for many volunteers to come. Due to restrictions to prevent spreading of COVID-19 (Corona) this sprint is going to be remote-only. – By now all of
Python Software Foundation: Débora Azevedo Awarded the PSF Community Service Award for Q4 2019

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ibmfuvrFuoc/debora-azevedo-awarded-psf-community.html






Débora Azevedo co-founder of PyLadies Brazil and Django Girls Natal organizer, has been awarded the Python Software Foundation Q4 2019 Community Service Award. 



Débora's outstanding contributi
Real Python: PyGame: A Primer on Game Programming in Python

Link: https://realpython.com/courses/pygame-primer/

In this course, you’ll learn about creating games using Python and the library PyGame.
By the end of this course, you’ll be able to:

Draw items on your screen
Play sound effects and music
Handle user
PyCharm: Webinar: “Django and PyCharm Tips and Tricks” with Paul Everitt

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

PyCharm has long had mature support for Django. Want to learn tips and tricks about Django to learn how to get the most out of PyCharm? In this webinar we go through bite-sized Django tips being added
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 003.

Link: http://python-catalin.blogspot.com/2020/03/python-369-my-colab-tutorials-part-003.html

This tutorial refers to a python module named cirq.
The documentation of this python module can be found on this website.
The development team comes with this intro:
Cirq is a software library for wri
PyCoder’s Weekly: Issue #412 (March 17, 2020)

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

#412 – MARCH 17, 2020 View in Browser » The Most Critical Python Code Metric “Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to singl
Erik Marsja: How to get Absolute Value in Python with abs() and Pandas

Link: https://www.marsja.se/how-to-get-absolute-value-in-python-with-abs-and-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-get-absolute-value-in-python-with-abs-and-pandas

The post How to get Absolute Value in Python with abs() and Pandas appeared first on Erik Marsja.
In this Python tutorial, we will learn how to get the absolute value in Python. First, we will use the
PyPy Development: Leysin 2020 Sprint Report

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/0um-O9iCrZs/leysin-2020-sprint-report.html

At the end of February ten of us gathered in Leysin, Switzerland to work on
a variety of topics including HPy, PyPy Python 3.7 support and the PyPy
migration to Heptapod.




We had a fun and producti
Anarcat: How can I trust this git repository?

Link: https://anarc.at/blog/2020-03-17-git-gpg-verification/

Join me in the rabbit hole of git repository verification, and how we
could improve it.
Problem statement
As part of my work on automating install procedures at Tor, I
ended up doing things like:
git
EuroPython: EuroPython 2020: Going virtual
EuroPython 2021: Dublin, Ireland


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

In our blog post on the COVID-19 last week, we were still hopeful that the situation would improve in time for the event in July. The last few days have shown us that we need to have a more realistic
RMOTR: Learn Data Science by Analyzing COVID-19

Link: https://blog.rmotr.com/learn-data-science-by-analyzing-covid-19-27a063d7f442?source=rss----2e274f91448--python

Note: In light of the current situation, RMOTR will provide a 2 week free of charge trial period, to help people improve their programming and data management skills while staying home. Read more in t
Fabio Zadrozny: How is frame evaluation used in pydevd?

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/7V88WvFfQzM/how-is-frame-evaluation-used-in-pydevd.html

First some background in frame evaluation:Since Python 3.6, CPython has a mechanism which allows clients to override how it evaluates frames. This is done by changing PyThreadState.interp.eval_frame t
Continuum Analytics Blog: How We’re Responding to COVID-19

Link: https://www.anaconda.com/how-were-responding-to-covid-19/

To our community of customers, partners, contributors, and friends: We are all facing a dynamic and difficult situation in the face of the COVID-19 pandemic. Our families, friends, customers, employee
Real Python: Python Scope & the LEGB Rule: Resolving Names in Your Code

Link: https://realpython.com/python-scope-legb-rule/

The concept of scope rules how variables and names are looked up in your code. It determines the visibility of a variable within the code. The scope of a name or variable depends on the place in your
PyBites: How to Debug a Hanging Test Using pytest

Link: https://pybit.es/pytest-timeout.html

Today a wanted to share a neat trick that might save you some headache: debugging a hanging test.
Setup
Let's write some really simple (contrived) code to test:
from time import sleep

def call_api():
PyCharm: PyCharm 2019.3.4

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


We’ve fixed a couple of issues in PyCharm 2019.3. You can get it from within PyCharm (Help | Check for Updates), using JetBrains Toolbox, or by downloading the new version from our website.
In this v
Erik Marsja: How to use Pandas Scatter Matrix (Pair Plot) to Visualize Trends in Data

Link: https://www.marsja.se/pandas-scatter-matrix-pair-plot/?utm_source=rss&utm_medium=rss&utm_campaign=pandas-scatter-matrix-pair-plot

The post How to use Pandas Scatter Matrix (Pair Plot) to Visualize Trends in Data appeared first on Erik Marsja.
In this Python data visualization tutorial, we will work with Pandas scatter_matrix met
PyBites: 4 Common Mistakes When Learning Python and Programming

Link: https://pybit.es/python-learning-mistakes.html

How are you progressing with your Python? What could be holding you back?
I gave it some thought and identified 4 issues we commonly see that hold people back from becoming a proficient Pythonista and
Caktus Consulting Group: What to do About Email: How to Extract Data from Microsoft PST Files

Link: http://www.caktusgroup.com/blog/2020/03/19/email-extract-data-microsoft-pst-files/


In my previous line of work as an archivist, the question of what to do about email archives was an ongoing and deeply-considered topic. Email is everywhere. Yes, even Gen Z and millennials use it, d
Matt Layman: Onboarding - Building SaaS #48

Link: https://www.mattlayman.com/building-saas/onboarding/

In this episode, we did some design work to plan out the onboarding flow for new users. I spoke through my design process, outlined what a new user will need to do to succeed, wrote down the plan in G
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 19: Nested Procedure Calls

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


“What I cannot create, I do not understand.” — Richard Feynman

As I promised you last time, today we’re going to expand on the material covered in the previous article and talk about executing neste