Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2020.1 Release Candidate

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

We’ve passed the final approach fix, and we’re now established on the glideslope for the PyCharm 2020.1 release. This week’s build brings a couple of bug fixes as we hope to take the release in for a
Matt Layman: Onboarding Continuity - Building SaaS #50

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

In this episode, we stepped from the welcome onboarding page to the first interactive page in the flow. I extracted the common banner for each of the templates and customized it for each of the steps
EuroPython: EuroPython 2020: CFP for the Online Event

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


Since we had started the CFP under the assumption of running an
in-person conference and are now switching EuroPython 2020 to an
online event, we will extend the CFP for another two weeks until
April
Matt Layman: Templates For User Interfaces

Link: https://www.mattlayman.com/understand-django/templates-user-interfaces/

In the previous Understand Django article, we looked at the fundamentals of using views in Django. This article will focus on templates. Templates are your primary tool in a Django project for generat
Randy Zwitch: Building pyarrow with CUDA support

Link: http://randyzwitch.com/pyarrow-cuda-support/

The other day I was looking to read an Arrow buffer on GPU using Python, but as far as I could tell, none of the provided pyarrow packages on conda or pip are built with CUDA support. Like many of the
Real Python: The Real Python Podcast – Episode #3: Effective Python and Python at Google Scale

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

In this episode, Christopher interviews Brett Slatkin about the 2nd edition of his book Effective Python. Brett talks about the revisions he made for the book, and updating it for the newest versions
Python Software Foundation: Announcing a new Sponsorship Program for Python Packaging

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/B7IZS03_Ajc/sponsoring-python-packaging.html


The Packaging Working Group of the Python Software Foundation is launching an all-new sponsorship program to sustain and improve Python's packaging ecosystem. Funds raised through this program will g
Armin Ronacher: App Assisted Contact Tracing

Link: http://lucumr.pocoo.org/2020/4/3/contact-tracing

I don't know how I thought the world would look like 10 years ago, but a
pandemic that prevents us from going outside was not what I was picturing.
It's about three weeks now that I and my family are
Codementor: Analysis of the progress of COVID-19 in the world with Data Science.

Link: https://www.codementor.io/tstambulsky/analysis-of-the-progress-of-covid-19-in-the-world-with-data-science-1562tx2kbg

Analysis of the progress of COVID-19 in the world with Data Science.
Amjith Ramanujam: Examples are Awesome

Link: https://blog.amjith.com/examples-are-awesome

There are two things I look for whenever I check out an Opensource project or library that I want to use. 1. Screenshots (A picture is worth a thousand words). 2. Examples (Don't tell me what to do, s
Catalin George Festila: Python 2.7.8 : Using python scripts with Revit Dynamo.

Link: http://python-catalin.blogspot.com/2020/04/python-278-using-python-scripts-with.html

Dynamo is a visual programming tool that extends the power of the Revit by providing access to Revit API (Application Programming Interface.
Dynamo works with node, each node have inputs and outputs a
Weekly Python StackOverflow Report: (ccxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/04/ccxxii-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-04 13:57:17 GMTComplete set of punctuation marks for Python (no
Talk Python to Me: #258 Thriving in a remote developer environment

Link: https://talkpython.fm/episodes/show/258/thriving-in-a-remote-developer-environment

If you are listening to this episode when it came out, April 4th, 2020, there's a good chance you are listening at home, or on a walk. But it's probably not while commuting to an office as much of the
Paweł Fertyk: Getting started with Django middleware

Link: http://pfertyk.me/2020/04/getting-started-with-django-middleware/

Django comes with a lot of useful features. One of them is middleware. In this
post I'll give a short explanation how middleware works and how to start writing
your own.
The source code included in th