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: (clx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/01/clx-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-01-12 19:15:00 GMTCreate a dictionary by zipping together two list
codingdirectional: Create an animated gif from a video

Link: http://codingdirectional.info/2019/01/13/create-an-animated-gif-from-a-video/

Hello, in this article we will continue to develop the video editing application which we have started a while ago. In this article, we will create an animated gif from a video, due to the size of the
Full Stack Python: Introduction to Ansible video course released!

Link: https://www.fullstackpython.com/blog/introduction-ansible-videos-released.html

Check out the just-launched video course,
Introduction to Ansible
on
Talk Python Training. This is the
perfect course for you if you want to
learn to configure servers and deploy web apps with the
A
Codementor: Parsing semi-formatted text in python via textFSM

Link: https://www.codementor.io/ohasanli/parsing-text-in-python-via-textfsm-r4hk9oj1h

Parsing semi-formatted text with textFSM and python
Davy Wybiral: Exploring Sub-GHz Radio With RTL-SDR and GQRX

Link: http://davywybiral.blogspot.com/2019/01/exploring-sub-ghz-radio-with-rtl-sdr.html

Today I took a look at some hardware for working with sub-GHz radio transmissions, especially FM. All of which came in a previous HackerBoxes box. My favorite item was definitely the RTL-SDR dongle! I
Django Weblog: DjangoCon Europe in 2019 - last call for speakers

Link: https://www.djangoproject.com/weblog/2019/jan/13/djangocon-europe-2019-last-call-speakers/


Call for Participation
We invite all Djangonauts, Pythonistas and people who could make a contribution to our community to attend and share their knowledge and insight.
Our call for proposals remains
codingdirectional: Remove audio from video with Python and FFmpeg

Link: http://codingdirectional.info/2019/01/14/remove-audio-from-video-with-python-and-ffmpeg/

While I am busy tidying up the tkinter’s user interface I have included another feature into this ongoing video editing project The python program below will remove the audio from the video file with
codingdirectional: Insert audio into a video with python and FFmpeg

Link: http://codingdirectional.info/2019/01/14/insert-audio-into-a-video-with-python-and-ffmpeg/

Hello, just like what I have promised that I will write another article today so here is another short article regarding the ongoing video editing project written in python with the help of FFmpeg. In
Mike Driscoll: PyDev of the Week: Lance Bragstad

Link: http://www.blog.pythonlibrary.org/2019/01/14/pydev-of-the-week-lance-bragstad/

This week we welcome Lance Bragstad (@LanceBragstad) as our PyDev of the Week! Lance is a core developer of the OpenStack project. You can find out more about his passions via his website or his Githu
Erik Marsja: Probabilistic Programming in Python

Link: https://www.marsja.se/probabilistic-programming-in-python/

Learn about probabilistic programming in this guest post by Osvaldo Martin, a researcher at The National Scientific and Technical Research Council (CONICET).
Bayesian Inference
Bayesian statistics is
Mike Driscoll: Creating GUI Applications with wxPython Kickstarter

Link: http://www.blog.pythonlibrary.org/2019/01/14/creating-gui-applications-with-wxpython-kickstarter/

I am pleased to announce my latest book project, Creating GUI Applications with wxPython which I am running a Kickstarter campaign for.
Creating GUI Applications with wxPython is a book that will teac
Real Python: Speed Up Your Python Program With Concurrency

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

If you’ve heard lots of talk about asyncio being added to Python but are curious how it compares to other concurrency methods or are wondering what concurrency is and how it might speed up your progra
Stack Abuse: Dockerizing Python Applications

Link: https://stackabuse.com/dockerizing-python-applications/

Introduction
Docker is a widely accepted and used tool by leading IT companies to build, manage and secure their applications.
Containers, like Docker, allow developers to isolate and run multiple app
Codementor: So... let's talk Pyramid

Link: https://www.codementor.io/itisdeji/so-let-s-talk-pyramid-r7db066qu

Last year, I started working on a project that I truly believe(d) might change the world (cliche, right?). Like most developers, my first instinct at the outset was to make certain crucial...
Codementor: Improve Your Code With Atomic Functions

Link: https://www.codementor.io/seantullis/improve-your-code-with-atomic-functions-r6dt43fy7

In your studies, you may have encountered the terms "atomic function" and "Don't Repeat Yourself (DRY)". Today, I'm going to demonstrate how these concepts work together to provide easily...
Nigel Babu: Writing Golang as a Python Dev

Link: https://nigelb.me/2019-01-15-writing-golang-as-a-python-dev

I’ve gone through the Golang tutorial once before but in the last month or so, I fully dove into it. I started by writing a simple hello world web application. I found the implementation of the webser