Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Doing Math with Python: Coding Starter Kit Humble Bundle

Link: http://doingmathwithpython.github.io/humble-bundle-coding-starter.html

I am very excited to share that "Doing Math with Python" is part of No Starch Press's Coding Starter Humble Bundle.
Of course, you get No Starch Press's other excellent coding books as part of the bu
Podcast.__init__: Getting A Handle On Portable C Extensions With hpy

Link: https://www.pythonpodcast.com/hpy-python-extension-episode-254/

One of the driving factors of Python's success is the ability for developers to integrate with performant languages such as C and C++. The challenge is that the interface for those extensions is speci
EuroPython: EuroPython 2020 and COVID-19

Link: http://blog.europython.eu/post/612393987829039104

As you probably already know, the Coronavirus is spreading throughout Europe and we wanted to give you an update on our current plans around on the situation.We will update this blog post as new infor
EuroPython: EuroPython 2020: Going virtual
EuroPython 2021: Dublin, Ireland


Link: http://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
Holger Krekel: Message to my IT/hacking friends (Mar17)

Link: https://holgerkrekel.net/2020/03/17/message-to-my-it-hacking-friends-mar17/


Some thoughts and advises on March 17 from BB33, a little office and hackerspace in Freiburg in the black forest. Sitting here alone. My 8yo and partner are good, a few streets further, as is her fam
PyBites: Productivity Mondays - Tips from Adam Grant

Link: https://pybit.es/adam-grant.html

We are longtime fans of the Tim Ferriss' show. I was listening to Adam Grant — The Man Who Does Everything again and there were some awesome nuggets about productivity, motivation and mindset in there
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