Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
James Bennett: Variations on the death of Python 2

Link: https://www.b-list.org/weblog/2020/may/05/python/

On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. The Python 2 release series had already reached the end of its upstream support from the P
Matt Layman: User Interaction With Forms

Link: https://www.mattlayman.com/understand-django/user-interaction-forms/

In the previous Understand Django article, we saw how Django templates work to produce a user interface. That’s fine if you only need need to display a user interface, but what do you do if you need y
Python Software Foundation: Python Developers Survey 2019 Results

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lYfT8OsYyaQ/python-developers-survey-2019-results.html


We are excited to share the results of the third official Python Developers Survey conducted by the Python Software Foundation with the help of JetBrains.

More than 24,000 Python users from over 150
Real Python: The Python print() Function: Go Beyond the Basics

Link: https://realpython.com/courses/python-print/

If you’re like most Python users, including us, then you probably started your Python journey by learning about print(). It helped you write your very own Hello Horld one-liner. You can use it to disp
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