Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Weekly Python StackOverflow Report: (ccviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/12/ccviii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-28 13:35:33 GMTSort one list based on another Python - [10/4]We
Armin Ronacher: Open Source Migrates With Emotional Distress

Link: http://lucumr.pocoo.org/2019/12/28/open-source-migrates

Legacy code is bad and if you keep using it, it's really your own fault.
There are many variations of the same thing floating around in Open Source
communities and it always comes down to the same thi
Catalin George Festila: Python 3.7.5 : Fix to python language the GitHub project.

Link: http://python-catalin.blogspot.com/2019/12/python-375-fix-to-python-language.html

I created a GitHub project with Django and I saw is detect like tcl programming language:

You need to create a file named .gitattributes in the root folder of my repository.
Use this source code to t
Erik Marsja: How to use Pandas get_dummies to Create Dummy Variables in Python

Link: https://www.marsja.se/how-to-use-pandas-get_dummies-to-create-dummy-variables-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-use-pandas-get_dummies-to-create-dummy-variables-in-python

The post How to use Pandas get_dummies to Create Dummy Variables in Python appeared first on Erik Marsja.
In this post, we will learn how to use Pandas get_dummies() method to create dummy variables i
Real Python: Python Timer Functions: Three Ways to Monitor Your Code

Link: https://realpython.com/python-timer/

While many developers recognize Python as an effective programming language, pure Python programs may run slower than their counterparts in compiled languages like C, Rust, and Java. Throughout this t
John Cook: Minimizing context switching between shell and Python

Link: https://www.johndcook.com/blog/2019/12/30/shell-and-python/

Sometimes you’re in the flow using the command line and you’d like to briefly switch over to Python without too much interruption. Or it could be the other way around: you’re in the Python REPL and ne
qutebrowser development blog: 2019 qutebrowser crowdfunding - reminder

Link: https://blog.qutebrowser.org/2019-qutebrowser-crowdfunding-reminder.html

Two months ago, I wrote:
Just like in the 2017/2018 crowdfundings, it'll be possible to get t-shirts and stickers again. I'll also add some new swag to the mix :)
Just a quick reminder: If you want ph
Zero-with-Dot (Oleg Żero): Training on batch: how to split data effectively?

Link: https://zerowithdot.com/splitting-to-batches/

Introduction
With increasing volumes of the data, a common approach to train machine-learning models is to apply the so-called training on batch.
This approach involves splitting a dataset into a seri
Learn PyQt: LearnPyQt — One year in, and more to come.

Link: https://www.learnpyqt.com/blog/learn-pyqt-one-year-in-and-more-to-come/

It's been a very good year.Back in May I was looking through my collection of PyQt tutorials and videos and trying to decide what to do with them. They were pretty popular, but being hosted on multipl
Moshe Zadka: Meditations on the Zen of Python

Link: https://orbifold.xyz/zen-of-python.html

(This is based on the series published in opensource.com as
9 articles:
1, 2, 3, 4, 5, 6, 7, 8, 9)
Python contributor Tim Peters introduced us to the
Zen of Python
in 1999.
Twenty years later,
its 19
Real Python: Sorting Data With Python

Link: https://realpython.com/courses/python-sorting-data/

All programmers will have to write code to sort items or data at some point. Sorting can be critical to the user experience in your application, whether it’s ordering a user’s most recent activity by
John Cook: Area of sinc and jinc function lobes

Link: https://www.johndcook.com/blog/2019/12/31/sinc-jinc-lobes/

Someone left a comment this morning on my blog post on sinc and jinc integrals regarding the area of the lobes.
It would be nice to have the values of integrals of each lobe, i.e. integrals between 0
Catalin George Festila: News : The Python 2.7 no longer support from Python team.

Link: http://python-catalin.blogspot.com/2019/12/news-python-27-no-longer-support-from.html

The 1st of January 2020 will mark the sunset of Python 2.7.
It’s clear that Python 3 is more popular these days.
You can learn more about the popularity of both on Google Trends.
Python 3.0 was releas
Test and Code: 97: 2019 Retrospective, 2020 Plans, and an amazing decade

Link: https://testandcode.com/97

This episode is not just a look back on 2019, and a look forward to 2020.
Also, 2019 is the end of an amazingly transofrmative decade for me, so I'm going to discuss that as well.
top 10 episodes of 2
PyCoder’s Weekly: Issue #401 (Dec. 31, 2019)

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

#401 – DECEMBER 31, 2019 View in Browser » Python 2.7 Retires Today Python 2.7 will not be maintained past Jan 1st, 2020. So long Python 2, and thank you for your years of faithful service. Pyth