Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Circle: Using a custom domain for Django app hosted on AWS EC2

Link: https://www.pythoncircle.com/post/699/using-a-custom-domain-for-django-app-hosted-on-aws-ec2/

Using a custom domain for Django app hosted on AWS EC2, GoDaddy DNS with EC2 instance, Django App on EC2 with GoDaddy DNS, Using domain name in Nginx and EC2, Elastic IP and DNS on EC2
Stein Magnus Jodal: 10 years of Mopidy

Link: https://jodal.no/2019/12/23/10y-of-mopidy/

Ten years ago today, on December 23, 2009, Mopidy was born. While chatting with
my friend and then-colleague Johannes Knutsen, we came up with the idea of
building an MPD server that could play music
Podcast.__init__: Python's Built In IDE Isn't Just Sitting IDLE

Link: https://www.pythonpodcast.com/idle-python-ide/

One of the first challenges that new programmers are faced with is figuring out what editing environment to use. For the past 20 years, Python has had an easy answer to that question in the form of ID
IslandT: Return an even number based on the Nth even number with python

Link: https://kibiwebgeek.com/return-an-even-number-based-on-the-nth-even-number-with-python/

In this example, we will create a python function that will return an even number based on the Nth even number given.
Let say when we enter one into that function, the function will return 0 because t
Stack Abuse: How to Get the Current Date and Time in Python

Link: https://stackabuse.com/how-to-get-the-current-date-and-time-in-python/

Introduction
Logging, saving records to the database, and accessing files are all common tasks a programmer works on. In each of those cases, date and time play an important role in preserving the mea
Quansight Labs Blog: metadsl PyData talk

Link: https://labs.quansight.org/blog/2019/12/metadsl-talk/

metadsl PyData talk
PyData NYC just ended and I thought it would be good to collect my thoughts on metadsl based on the many conversations I had there surrounding it. This is a rather long post, so if
Real Python: Python Dictionary Iteration: Advanced Tips & Tricks

Link: https://realpython.com/courses/python-dictionary-iteration/

Dictionaries are one of the most important and useful data structures in Python. They can help you solve a wide variety of programming problems. This course will take you on a deep dive into how to it
PyPy Development: PyPy 7.3.0 released

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/tdL7BRc_Y08/pypy-730-released.html


The PyPy team is proud to release the version 7.3.0 of PyPy, which includes
two different interpreters:

PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includin
Catalin George Festila: Python 3.7.5 : Is Django the best web framework?

Link: http://python-catalin.blogspot.com/2019/12/python-375-is-django-best-web-framework.html

This is the question for today in order to lineup the Django features with any web framework from my point of view.
Let's start with a brief introduction to this framework:
Django was created in the f
PyCoder’s Weekly: Issue #400 (Dec. 24, 2019)

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

#400 – DECEMBER 24, 2019 View in Browser » Python Dictionary Iteration: Advanced Tips & Tricks In this intermediate-level course, you’ll take a deep dive into how to iterate through a dictionary
Andre Roberge: Xmas present from Thonny

Link: https://aroberge.blogspot.com/2019/12/xmas-present-from-thonny.html

Today, a new version (3.2.5) of Thonny has been released. It incorporates support for Friendly-traceback (which needs to be installed separately). Currently, the download link on Thonny's homepage sti
John Cook: Calculating the period of Van der Pol oscillators

Link: https://www.johndcook.com/blog/2019/12/26/van-der-pol-period/

A few days ago I wrote about how to solve differential equations with SciPy’s ivp_solve function using Van der Pol’s equation as the example. Van der Pol’s equation is

The parameter μ controls the am
Stack Abuse: Heap Sort in Python

Link: https://stackabuse.com/heap-sort-in-python/

Introduction
Heap Sort is another example of an efficient sorting algorithm. Its main advantage is that it has a great worst-case runtime of O(n*logn) regardless of the input data.
As the name suggest
Python Data: Market Basket Analysis with Python and Pandas

Link: https://pythondata.com/market-basket-analysis-with-python-and-pandas/

If you’ve ever worked with retail data, you’ll most likely have run across the need to perform some market basket analysis (also called Cross-Sell recommendations).  If you aren’t sure what market bas
Python Data: Python Data Weekly Roundup – Dec 27 2019

Link: https://pythondata.com/python-data-weekly-roundup-dec-27-2019/

In this week’s Python Data Weekly Roundup:Picks On AI Trends from Data Natives 2019This article provides a good overview of the Data Natives 2019 – Europe meeting and the main trends being discussed f