Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #419 (May 5, 2020)

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

#419 – MAY 5, 2020 View in Browser » Python 3.9 Release Schedule In last week’s issue we had the dates mixed up, here are the correct ones: 3.9.0 final is expected to be released on October 5, 2
PyBites: Pythonic Exception Handling

Link: https://pybit.es/pythonic-exceptions.html

Error handling in Python can be simplified by following these 7 tips.
1. Explicit is better than implicit
try + except is all it takes
Optionally you can use the else block (try worked, no exception h
PyCharm: New Database Features in PyCharm 2020.1

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

PyCharm 2020.1 comes with new Database export features that make exporting data easier. You can now see previews of the data that you want to export, letting you have a quick glance of what the data w
Stack Abuse: map(), filter(), and reduce() in Python with Examples

Link: https://stackabuse.com/map-filter-and-reduce-in-python-with-examples/

Introduction
The map(), filter() and reduce() functions bring a bit of functional programming to Python. All three of these are convenience functions that can be replaced with List Comprehensions or l
Talk Python to Me: #263 SEO for developers

Link: https://talkpython.fm/episodes/show/263/seo-for-developers

As developers and technologists, it's easy to think that powerful and unique ideas will percolate to the top. If we build something amazing, enthusiastic users will find and share our creations.
<br/
EuroPython: EuroPython 2020: Call for Sponsors

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

Reach out to enthusiastic Python developers, users and
professionals worldwide by presenting your company at the first online
EuroPython conference ever, from July 23-26! Sponsoring
EuroPython guarant
PyCon: Sailing Past PyCon 2020 - Thoughts on Code and Community

Link: https://pycon.blogspot.com/2020/05/sailing-past-pycon-2020-thoughts-on.html

Capital One has been an invaluable and generous supporter of the PSF and PyCon since 2015 and a Principal Sponsor for the last two years. They've stepped forward and made a big investment in PyCon and
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