Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Stack Abuse: Getting Started with Selenium and Python

Link: https://stackabuse.com/getting-started-with-selenium-and-python/

Introduction
Web Browser Automation is gaining popularity, and many frameworks/tools have arose to offer automation services to developers.
Web Browser Automation is often used for testing purposes in
Doug Hellmann: sphinxcontrib.datatemplates 0.2.0

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/_wQLA88MTPA/

sphinxcontrib.datatemplates is an extension for Sphinx to render parts of reStructuredText pages from data files in formats like JSON, YAML, and CSV. What’s new in 0.2.0? Use sphinx.util.logging for l
Trey Hunner: Making the most of the PyCon sprints

Link: http://treyhunner.com/2019/04/making-the-most-of-the-pycon-sprints/

I wrote a blog post last year, How to have a great first PyCon, in which I gave quite a few tips for making the most of your time at PyCon (if you’re a first time PyCon attendee, go read it).
One thin
PyCoder’s Weekly: Issue #362 (April 2, 2019)

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

#362 – APRIL 2, 2019 View in Browser » How to Stand Out in a Python Coding Interview Take your Python coding interview skills to the next level and use Python’s built-in functions and modules to
Codementor: How to Execute Mars in a Distributed Manner

Link: https://www.codementor.io/alibabacloud/how-to-execute-mars-in-a-distributed-manner-to9j54y96

We have already introduced what Mars is in a previous article, and have made it open source on GitHub after testing it on our internal systems. This article introduces the distributed execution...