Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Marcos Dione: python-box-dict-object-duality

Link: http://www.grulic.org.ar/~mdione/glob//posts/python-box-dict-object-duality/

At work I massage a lot of JSON and YAML data. One of the annoyances of
this is that all imported data is handled as dicts, so you end up with
things horrible to type like:
virt_data[&aposcluster&apos
Real Python: How to Move a Django Model to Another App

Link: https://realpython.com/move-django-model/

If you’ve ever thought about refactoring your Django app, then you might have found yourself needing to move a Django model around. There are several ways to move a Django model from one app to anothe
Codementor: My Software Development Journey - Read Time: 4 Mins

Link: https://www.codementor.io/maxongzb/my-software-development-journey-read-time-4-mins-167rza5t20

I talk about the various software developments from YouTubers that had plan a huge role in shaping my software development career while I provide an update of myself of what I had done now.
PyCharm: PyCharm 2020.1.1

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

PyCharm 2020.1.1 is out and we’ve fixed small issues, including usability problems introduced by version 2020.1. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or
Matt Layman: Remodeling Data Relationships - Building SaaS #55

Link: https://www.mattlayman.com/building-saas/remodeling-data-relationships/

In this episode, we’re remodeling! I changed the model relationship between GradeLevel and Course from a ForeignKey (1 to many) to a ManyToManyField. We talked through the change and started fixing al
EuroPython: Sharing our research and licenses for going online with Python events

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

europythonsociety:
In March 2020, we had to make a tough decision on whether to cancel EuroPython 2020 or run it online. Since we did not want to lose continuity and all the work we had already put in
Python Software Foundation: Core Workflow updates - Python Language Summit 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/w3c38YPwC3A/core-workflow-updates-python-language.html



The PyCon 2015 sprint was the first time this blogger contributed to Python—or rather, I tried to. The three patches I submitted that year are awaiting a review to this day. In recent years, however
Python Software Foundation: The 2020 Python Language Summit

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/plH83v899Ww/the-2020-python-language-summit.html





The Python Language Summit is a small gathering of Python language implementers (both the core developers of CPython and alternative Pythons), as well third-party library authors and other Python
EuroPython Society: Sharing our research and licenses for going online with Python events

Link: https://www.europython-society.org/post/617463429296472064

In March 2020, we had to make a tough decision on whether to cancel EuroPython 2020 or run it online. Since we did not want to lose continuity and all the work we had already put into the in-person ev
Reuven Lerner: Python for non-programmers continues!

Link: https://lerner.co.il/2020/05/07/python-for-non-programmers-continues/

The next session of my free, weekly, live “Python for non-programmers” course continues tomorrow, on May 8th.
You can sign up at https://PythonForNonProgrammers.com/. More than 1,700 people from ar
Erik Marsja: Seaborn Line Plots: A Detailed Guide with Examples (Multiple Lines)

Link: https://www.marsja.se/seaborn-line-plots-multiple/?utm_source=rss&utm_medium=rss&utm_campaign=seaborn-line-plots-multiple

The post Seaborn Line Plots: A Detailed Guide with Examples (Multiple Lines) appeared first on Erik Marsja.
In this Python data visualization tutorial, we will learn how to create line plots with Seab
Reuven Lerner: Making sense of generators, coroutines, and “yield from” in Python

Link: https://lerner.co.il/2020/05/08/making-sense-of-generators-coroutines-and-yield-from-in-python/

Consider the following (ridiculous) Python function:
def myfunc():
return 1
return 2
return 3
I can define the function, and then run it. What do I get back?
>>> myfunc()
1
Not surprisingl
Real Python: The Real Python Podcast – Episode #8: Docker + Python for Data Science and Machine Learning

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

Docker is a common tool for Python developers creating and deploying applications, but what do you need to know if you want to use Docker for data science and machine learning? What are the best pract
PyCharm: PyCharm 2019.3.5

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


If you currently run PyCharm version 2019.3, this release comes with multiple bug fixes to improve your experience. Get it from within PyCharm (Help | Check for Updates), using JetBrains Toolbox, or
Python Bytes: #180 Transactional file IO with Python and safer

Link: https://pythonbytes.fm/episodes/show/180/transactional-file-io-with-python-and-safer

<p>Sponsored by <strong>DigitalOcean</strong>: <a href="https://pythonbytes.fm/digitalocean"><strong>pythonbytes.fm/digitalocean</strong></a> - $100 credit for new users to build something awesome.</p
EuroPython: EuroPython 2020: Second call for proposals (CFP)

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

After participating in several other online events in Europe, we found that there is a lot of interest in these events from other time zones as well. This is a real advantage of running an online even
Test and Code: 112: Six Principles of Readable Tests - David Seddon

Link: https://testandcode.com/112

"Code is read much more often than it is written." - Guido van Rossum
This is true for both production code and test code.
When you are trying to understand why a test is failing, you'll be very grate
Sandro Tosi: It's a waiting game... but just how long we gotta wait?

Link: http://sandrotosi.blogspot.com/2020/05/its-waiting-game-but-just-how-long-we.html

While waiting for my priority date to become current, and with enough "quarantine time" on my hand, i just come up with a very simple Python tool to parse the USCIS Visa Bulletin to gather some data f
"Coder's Cat": Understanding Recursion and Continuation with Python

Link: https://coderscat.com/understanding-recursion-and-continuation-with-python



Figure 1: Photo by Amelie & Niklas Ohlrogge on Unsplash

In the article How To Learn All Programming Languages, I explained learning programming language concepts is an effective way to master all
Weekly Python StackOverflow Report: (ccxxvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/05/ccxxvii-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-05-09 14:31:21 GMTIs it possible to write a luigi wrapper task tha
Naomi Ceder: Stepping back…

Link: https://learnpython.wordpress.com/2020/05/09/stepping-back/

As the PSF election cycle begins, I’d like to share the news that I won’t be running for re-election to the board of directors.
If you care for a fuller announcement and explanation you can find it