Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Using python modules: mayavi and moviepy - part 001.

Link: http://python-catalin.blogspot.com/2018/12/using-python-modules-mayavi-and-moviepy.html

This is a simple example with two modules named: mayavi and moviepy.Let's see the introduction of these python modules:Mayavi2 is a general purpose, cross-platform tool for 3-D scientific data visuali
Catalin George Festila: Detect nudity with nudepy python module.

Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html

Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Catalin George Festila: Using LibROSA python module.

Link: http://python-catalin.blogspot.com/2018/12/using-librosa-python-module.html

This python module named LibROSA is a python package for music and audio analysis and provides the building blocks necessary to create music information retrieval systems.C:\Python364>cd ScriptsC:\Pyt
codingdirectional: Create a filter for the audio and image files with python

Link: http://codingdirectional.info/2019/02/11/create-a-filter-for-the-audio-and-image-files-with-python/

Hello and welcome back. In this chapter, we will create two methods used to filter out the unwanted audio and image file. The rules of filtering are as follows.
The file name cannot contain a blank sp
Real Python: The Factory Method Pattern and Its Implementation in Python

Link: https://realpython.com/factory-method-python/

This article explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called Gang of Four (GoF: Gamma, Helm, Johson,
Mike Driscoll: PyDev of the Week: Paolo Melchiorre

Link: http://www.blog.pythonlibrary.org/2019/02/11/pydev-of-the-week-paolo-melchiorre/

This week we welcome Paolo Melchiorre (@pauloxnet)as our PyDev of the Week! Paolo is a core developer of the Django web framework. He has spoken at several different Python-related conferences in Euro
Django Weblog: Django security releases issued: 2.1.6, 2.0.11 and 1.11.19

Link: https://www.djangoproject.com/weblog/2019/feb/11/security-releases/

In accordance with our security release policy, the Django team is issuing Django 1.11.19, Django 2.1.6, and Django 2.0.11. These releases addresses the security issue detailed below. We encourage all
Django Weblog: Django 2.2 beta 1 released

Link: https://www.djangoproject.com/weblog/2019/feb/11/django-22-beta-1-released/

Django 2.2 beta 1 is now available. It represents the second stage in the 2.2 release cycle and is an opportunity for you to try out the changes coming in Django 2.2.
Django 2.2 has a salmagundi of ne
Zato Blog: Zato: A successful Python 3 migration story

Link: https://zato.io/blog/posts/python-3-migration-success-story.html

Now that Python 3 support is available as a preview for developers,
this post summarizes the effort that went into making sure that Zato works smoothly using both Python 2.7 and 3.x.
In fact, the wor
PyPy Development: PyPy v7.0.0: triple release of 2.7, 3.5 and 3.6-alpha

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/vT8S8_OAjwM/pypy-v700-triple-release-of-27-35-and.html

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style shee
Python Software Foundation: The Steady Leader of the Python Community, Alex Gaynor, Receives Community Service Award

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/W_AaEwoD6CI/the-steady-leader-of-python-community.html



Going through the big names in the Python community, one would not likely miss Alex Gaynor. Alex was Director of both the Python Software Foundation as well as the Django Software Foundation, and he
gamingdirectional: Create the player animation

Link: http://gamingdirectional.com/blog/2019/02/11/create-the-player-animation/

Hello and welcome back, in this chapter we will create a method which will accept either an x increment or y increment from the game manager object that accepts those increments from the main pygame f
Django Weblog: Django bugfix releases: 2.1.7, 2.0.12 and 1.11.20

Link: https://www.djangoproject.com/weblog/2019/feb/11/bugfix-releases/

Today we've issued the 2.1.7, 2.0.12 and 1.11.20 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID use
Mike Driscoll: Less than 2 Days to Go on wxPython Book Kickstarter

Link: http://www.blog.pythonlibrary.org/2019/02/11/less-than-2-days-to-go-on-wxpython-book-kickstarter/

My latest book, Create GUI Applications with wxPython, is coming along nicely. I just wanted to let my readership know that the Kickstarter for it is coming to a close in a little less than 2 days.
If
Stack Abuse: Python Programming in Interactive vs Script Mode

Link: https://stackabuse.com/python-programming-in-interactive-vs-script-mode/

In Python, there are two options/methods for running code:

Interactive mode
Script mode

In this article, we will see the difference between the modes and will also discuss the pros and cons of runni
Jahongir Rahmonov: How to write a Python web framework. Part I.

Link: http://rahmonov.me/posts/write-python-framework-part-one/

"Don't reinvent the wheel" is one of the most frequent mantras we hear every day. But what if I want to learn more about the wheel?
What if I want to learn how to make this damn wheel? I think it is a