Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Building Scalable Ecommerce Sites On Saleor

Link: https://www.pythonpodcast.com/saleor-ecommerce-episode-205/

Ecommerce is an industry that has largely faded into the background due to its ubiquity in recent years. Despite that, there are new trends emerging and room for innovation, which is what the team at
Mike Driscoll: PyDev of the Week: Kyle Stratis

Link: http://www.blog.pythonlibrary.org/2019/04/01/pydev-of-the-week-kyle-stratis/

This week we welcome Kyle Stratis (@KyleStratis) as our PyDev of the Week! He is an active contributor at Real Python but also maintains his own website. You can catch up with his projects on Github a
Julien Danjou: Writing Your Own Filtering DSL in Python

Link: https://julien.danjou.info/writing-your-own-filtering-dsl-in-python/

A few months ago, we've seen how to write a filtering syntax tree in Python. The idea behind this was to create a data structure — in the form of a dictionary — that would allow to filter data based o
Django Weblog: Django bugfix release: 2.1.8

Link: https://www.djangoproject.com/weblog/2019/apr/01/bugfix-release/

Today we've issued the 2.1.8 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Shyama Sankar Vellore: Getting started with Flask: Hello World

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/_Z3TcUnbIos/getting-started-with-flask-hello-world.html

In this post, we will learn how to create a very basic "Hello World" web application using Flask and run it locally.Installation and setupIn this section, we will install Flask and set up our project
Django Weblog: Django 2.2 released

Link: https://www.djangoproject.com/weblog/2019/apr/01/django-22-released/

The Django team is happy to announce the release of Django 2.2.
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for
Mike Driscoll: My Cover Story for Creating GUI Applications with wxPython Book

Link: http://www.blog.pythonlibrary.org/2019/04/01/my-cover-story-for-creating-gui-applications-with-wxpython-book/

I thought it would be fun to write a bit about the cover art for my new book, Creating GUI Applications with wxPython. I had meant to post about that during the actual Kickstarter campaign.
My origin
Stack Abuse: Sorting Algorithms in Python

Link: https://stackabuse.com/sorting-algorithms-in-python/

Introduction
Sometimes data we store or retrieve in an application can have little or no order. We may have to rearrange the data to correctly process it or efficiently use it. Over the years, compute
Real Python: Get Started With Django Part 1: Build a Portfolio App

Link: https://realpython.com/get-started-with-django-1/

Django is a fully featured Python web framework that can be used to build complex web applications. In this tutorial, you’ll jump in and learn Django by example. You’ll follow the steps to create a fu
Moshe Zadka: A Local LRU Cache

Link: https://orbifold.xyz/local-lru.html

"It is a truth universally acknowledged,
that a shared state in possession of mutability,
must be in want of a bug."
--
with apologies to Jane Austen
As Ms. Austen,
and
Henrik Eichenhardt,
taught us,
PyCharm: PyCharm 2019.1.1 RC

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

PyCharm is the first JetBrains IDE to ship with the new JDK 11. This brings us improved performance and better rendering for our Jupyter Notebooks. Unfortunately, it also means that we ran into a coup
Wingware News: Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019

Link: https://wingware.com/news/2019-04-02

The second release candidate of Wing Python IDE version 7 is now available through our
Early Access Program. This release fixes about 15
issues, in preparation for the final release of Wing 7.
Downloa
Mike Driscoll: Product Review: Python Flash Cards

Link: http://www.blog.pythonlibrary.org/2019/04/02/product-review-python-flash-cards/

No Starch Press is best known for creating books on computer programming. However they recently released a new product called Python Flash Cards by Eric Matthes, the author of Python Crash Course. I t
Ned Batchelder: Cog 3.0

Link: https://nedbatchelder.com//blog/201904/cog_30.html

Cog is a small tool I wrote years ago. It
finds snippets of Python in text files, executes them, and inserts the result
back into the text. It’s good for adding a little bit of computational support
Wingware News: Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019

Link: https://www.wingware.com/news/2019-04-02

The second release candidate of Wing Python IDE version 7 is now available through our
Early Access Program. This release fixes about 15
issues, in preparation for the final release of Wing 7.
Downloa
Talk Python to Me: #205 Beginners and Experts Panel

Link: https://talkpython.fm/episodes/show/205/beginners-and-experts-panel

Welcome to part 2 of our beginners and experts series. This one is a panel format with 7 different guests. Each of them a beginner in their own way. We dig deeper into some follow up conversations for
Real Python: Idiomatic Pandas: Tricks & Features You May Not Know

Link: https://realpython.com/courses/idiomatic-pandas-tricks-features-you-may-not-know/

Pandas is a foundational library for analytics, data processing, and data science. It’s a huge project with tons of optionality and depth.
In this course you’ll see how to use some lesser-used but idi