Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python Qt5 - simple draw with QPainter.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-simple-draw-with-qpainter.html

Using the QPainter is more complex than a simple example. I try to create a simple example in order to have a good look at how can be used.The main goal was to understand how can have the basic elemen
Anarcat: December 2018 report: archiving Brazil, calendar and LTS

Link: https://anarc.at/blog/2018-12-21-report/

Last two months free software work
Keen readers probably noticed that I didn't produce a report in
November. I am not sure why, but I couldn't find the time to do
so. When looking back at those past t
Trey Hunner: Why you should be using pathlib

Link: http://treyhunner.com/2018/12/why-you-should-be-using-pathlib/

When I discovered Python’s new pathlib module a few years ago, I initially wrote it off as being a slightly more awkward and unnecessarily object-oriented version of the os.path module.
I was wrong.
P
Continuum Analytics Blog: Anaconda Distribution 2018.12 Released

Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-2018-12-released/

We are changing versioning in Anaconda Distribution from a major/minor version scheme to a year.month scheme. We made this change to differentiate between the open source Anaconda Distribution and Ana
codingdirectional: Create a thumbnail with pillow

Link: http://codingdirectional.info/2018/12/22/create-a-thumbnail-with-pillow/

Welcome back, in this article we will continue to use pillow to create a thumbnail from a jpeg picture and then save that thumbnail in the png format. Below code will first open a picture and then red
Weekly Python StackOverflow Report: (clvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/12/clvii-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-22 19:09:22 GMTGetting first n unique elements from Python list
Vasudev Ram: Dynamic function creation at run time with Python's eval built-in

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

By Vasudev RamHi, readers,A few days ago, I had published this post:Dynamic function creation at run time with Python's exec built-inIn today's post I'll show another way of dynamically creating funct
codingdirectional: Debug and run the python code online

Link: http://codingdirectional.info/2018/12/23/debug-and-run-the-python-code-online/

Hello and welcome to another python article, we are going to get some rest for a few days before starting a few examples again for another new python module. In these few days time, we will look at a
Mike Driscoll: PyDev of the Week: William Vincent

Link: http://www.blog.pythonlibrary.org/2018/12/24/pydev-of-the-week-william-vincent/

This week we welcome William Vincent (@wsv3000) as our PyDev of the Week! William is the author of 3 books on the Django web framework, including Django for Beginners. You can find out more about what
codingdirectional: How good you really are in python

Link: http://codingdirectional.info/2018/12/24/how-good-you-really-are-in-python/

Today I have paid a visit to codewars after a few months of abandoned it, once I arrive at this site I immediately go to work by solving a python related question. This question goes by this, given th
Python Insider: Python 3.7.2 and 3.6.8 are now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/o5ROzg9M8NY/python-372-and-368-are-now-available.html

Python 3.7.2 and 3.6.8 are now available.  Python 3.7.2 is the next maintenance release of Python 3.7, the latest feature release of Python.  You can find Python 3.7.2 here:



    https://www.python.
Catalin George Festila: Python Qt5 - most simple QTreeWidget - part 001.

Link: http://python-catalin.blogspot.com/2018/12/python-qt5-most-simple-qtreewidget-part.html

The QTreeWidget is more complex in order to accomplish a simple development issue.Today, I will show you how is the first step to start it.This simple example will follow these goals:create a simple Q
Real Python: Make a Location-Based Web App With Django and GeoDjango

Link: https://realpython.com/location-based-app-with-geodjango-tutorial/

Throughout this tutorial, you’ll learn how to use Django and GeoDjango to build a location-based web application from scratch. You’ll be building a simple nearby shops application that lists the shops
Stack Abuse: Intro to the Python Random Module

Link: https://stackabuse.com/intro-to-the-python-random-module/

Introduction
Even for someone not interested in computer programming, the usefulness of generating random numbers in certain circumstances is something obvious. In most board games we throw dice to ge
Codementor: Building Very Fast App Backends with Falcon Web Framework on PyPy

Link: https://www.codementor.io/alibabacloud/building-very-fast-app-backends-with-falcon-web-framework-on-pypy-qk66cqls7

By Raushan Raj, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.
In...
codingdirectional: Manipulate string with python

Link: http://codingdirectional.info/2018/12/25/manipulate-string-with-python/

After I have visited codewars yesterday I continue to visit that site today and solve one more problem. We will stick to codewars site for a while and solve some problems in the incoming few articles
PyCoder’s Weekly: Issue #348 (Dec. 25, 2018)

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

#348 – DECEMBER 25, 2018 View in Browser » Python 3.7.2 and 3.6.8 Are Now Available No major changes—full changelogs here (3.7.2) and here (3.6.8). Also, Python 3.6.8 is planned to be the last b