Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
James Bennett: How to break Python

Link: https://www.b-list.org/weblog/2016/nov/28/break-python/

Edited December 2018: added sections for Python 3.7 and upcoming 3.8, updated Python 3.6 section since Python 3.6 has been released, and updated Python 3.3 section since 3.3 has reached end-of-life.
D
Weekly Python StackOverflow Report: (clvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/12/clvi-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-15 14:32:38 GMTIs is safe to use next within a for loop in Pyth
"Morphex's Blogologue": Python quick-fix of broken router

Link: http://blogologue.com/blog_entry?id=1544885504X93

I have a router which seems to "take the day off" every once in a while, and this started after I filled up all 4 Ethernet ports.Rebooting, the only fix I've found so far, fixes the problem, so that a
Techiediaries - Django: Angular 6|7 Tutorial — CRUD & Python REST API

Link: https://www.techiediaries.com/angular-tutorial/

Angular 7 is released! Read about its new features and how to update Angular 6 to v7.
This tutorial is designed for developers that want to use Angular 6/7 to build front-end apps for their back-end R
Toshio Kuratomi: Python, signal handlers, and exceptions

Link: https://anonbadger.wordpress.com/2018/12/15/python-signal-handlers-and-exceptions/

Never ever, ever raise a regular exception in a Python signal handler.
This is probably the best advice that I had never heard.  But after looking into an initial analysis of a timeout decorator bug i
gamingdirectional: Create a power bar for pygame project

Link: http://gamingdirectional.com/blog/2018/12/16/pygame-6/

In this chapter, we are going to create the last piece of game feature which is the player’s power bar, after this, I will do all the touches up to this game project which certainly includes to tidy u
codingdirectional: Tidy up the user interface

Link: http://codingdirectional.info/2018/12/16/tidy-up-the-user-interface/

Welcome back to the multitas project which we have already created two features for this application in the previous articles 1) Remove duplicate files 2) Move file from one folder to another. In this
Vasudev Ram: Dynamic function creation at run time with Python's exec built-in

Link: http://jugad2.blogspot.com/2018/12/dynamic-function-creation-at-run-time.html

By Vasudev RamHi, readers,I was browsing Paul Graham's essay about his book "On Lisp". It's about advanced uses of Lisp and some of the features that make it unique.In it, he talks about many Lisp fea
Techiediaries - Django: Django 2 Ajax CRUD with Python 3.7 and jQuery

Link: https://www.techiediaries.com/python-django-ajax/

In this tutorial, you'll learn how to send Ajax requests in Django 2 and Python 3.7 to add CRUD operations in your application and manipulate your Django models and database without having to refresh
Mike Driscoll: PyDev of the Week: Irina Truong

Link: http://www.blog.pythonlibrary.org/2018/12/17/pydev-of-the-week-irina-truong/

This week we welcome Irina Truong (@irinatruong) as our PyDev of the Week! Irina has been a speaker at several Python conferences and is a maintainer for pgcli, a Python package that is a command-line
codingdirectional: Create a python application with pyinstaller and inno setup

Link: http://codingdirectional.info/2018/12/17/create-a-python-application-with-pyinstaller-and-inno-setup/

The new python application (Multitas) which I have developed recently has basically completed, I will continue to include more features into this application in the future but before I further develop
Python Software Foundation: Evangelizing Python in Africa: Chukwudi Nwachukwu, Q2 CSA Recipient

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/oAgPaokjjg4/evangelizing-python-in-africa-chukwudi_65.html

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545; min-height: 14.0px}
span.s1
PyPy Development: PyPy Winter Sprint Feb 4-9 in Düsseldorf

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html





 PyPy Sprint February 4th-9th 2019 in Düsseldorf

The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Matthew Rocklin: First Impressions of GPUs and PyData

Link: https://matthewrocklin.com/blog//work/2018/12/17/gpu-python-challenges

I recently moved from Anaconda to NVIDIA
within the RAPIDS team, which is building a PyData-friendly GPU-enabled data
science stack. For my first week I explored some of the current challenges of
wor
gamingdirectional: Lets take a screen shot

Link: http://gamingdirectional.com/blog/2018/12/17/lets-take-a-screen-shot/

Hello, welcome back to the new chapter of this pygame project. Today we are going to create the final feature of the game which is to allow the user to take a screenshot during the game then displays
Real Python: A Pythonista's Holiday Wish List

Link: https://realpython.com/python-holiday-wish-list/

It’s that time of year again when everyone is looking to get last minute gifts. Whether you’re a friend of a Python developer or one yourself, I’ve got the perfect wish list if you’re looking to get a
Stack Abuse: Pandas Library for Data Visualization in Python

Link: https://stackabuse.com/pandas-library-for-data-visualization-in-python/

In my previous article, I explained how the Seaborn Library can be used for advanced data visualization in Python. Seaborn is an excellent library and I always prefer to work with it, however, it is a
Django Weblog: 2018 Malcolm Tredinnick Memorial Prize Nominations

Link: https://www.djangoproject.com/weblog/2018/dec/16/2018-malcolm-prize-nominations/

It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influence and large impa