Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
codingdirectional: Resize the video with python program

Link: http://codingdirectional.info/2019/01/07/resize-the-video-with-python-program/

Hallo mein Freund, Jetzt ist es Zeit für ein weiteres tutorial, lasst uns beginnen! If you are following this website then you should know that recently I am exploring py.checkio.org which is supposed
Mike Driscoll: PyDev of the Week: Kushal Das

Link: http://www.blog.pythonlibrary.org/2019/01/07/pydev-of-the-week-kushal-das/

This week we welcome Kushal Das (@kushaldas) as our PyDev of the Week! Kushal is a core developer of the Python programming language and a co-author of PEP 582. You can learn more about Kushal by chec
eGenix.com: Python Meeting Düsseldorf - 2019-01-09

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2019-01-09

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:

09.0
codingdirectional: Encrypt the text with python

Link: http://codingdirectional.info/2019/01/07/encrypt-the-text-with-python/

Hello again, today let us continue to explore the question on the previous website which allows us to develop a game with python. In this chapter, we are going to create a function which will encrypt
Chris Moffitt: Using The Pandas Category Data Type

Link: http://pbpython.com/pandas_dtypes_cat.html


Introduction
In my previous article, I wrote about pandas data types; what they are
and how to convert data to the appropriate type. This article will focus on the pandas
categorical data type and so
gamingdirectional: A sneak preview at the next python pygame project

Link: http://gamingdirectional.com/blog/2019/01/07/a-sneak-preview-at-the-next-python-pygame-project/

Hello, it is nice to be back again. After the final touch up of the previous pygame project, we are now ready to start the next pygame project. We will continue to develop that previous pygame project
Real Python: The Ultimate Guide to Python Type Checking

Link: https://realpython.com/python-type-checking/

In this guide, you will get a look into Python type checking. Traditionally, types have been handled by the Python interpreter in a flexible but implicit way. Recent versions of Python allow you to sp
PyBites: Code Challenge 58 - Analyze Podcast Transcripts with NLTK - Part I - Review

Link: https://pybit.es/codechallenge58_review.html

In this article we review our PCC58 - Analyze Podcast Transcripts with NLTK - Part I code challenge.
Community Pull Requests
It has been a while but we're all caught up: we merged in 40+ Pull Request
Christian Barra: Python dictionary views

Link: https://chrisbarra.xyz/posts/dictionary-views-in-python/

Did you know that "dict.keys()" returns a view that is a set-like object? #Python pic.twitter.com/0zS9FgnkLL
— Christian Barra (@christianbarra) July 31, 2018
Dictionary is one of the Python’s grea
Will Kahn-Greene: Everett v1.0.0 released!

Link: https://bluesock.org/~willkg/blog/dev/everett_1.0.0.html


What is it?
Everett is a configuration library for Python
apps.
Goals of Everett:

flexible configuration from multiple configured environments
easy testing with configuration
easy documentation of c
Vladimir Iakolev: Extracting popular topics from subreddits

Link: https://nvbn.github.io/2019/01/07/discussed-topics/

Continuing playing with Reddit data, I thought that it might be fun to extract
discussed topics from subreddits. My idea was: get comments from a
subreddit, extract ngrams, calculate counts of ngrams,
Matt Layman: Local web development vs Vagrant vs Docker: What’s right for you?

Link: https://www.mattlayman.com/blog/2019/web-development-environments/

What tools do you use to build your web applications? Your choice matters a lot because you’ll spend a lot of time working in that environment.
If you make a poor choice, you’ll be stuck with somethin
Janusworx: William Vincent’s list of programming books for 2019

Link: https://janusworx.com/william-vincents-list-of-programming-books-for-2019.html

Will Vincent, author of Django for Beginners and Rest APIs with Django has his list of book recommendations for the year.
Read the latest posts on his website to get at them.
If you are a learner li
codingdirectional: Calculate the angle of the sun

Link: http://codingdirectional.info/2019/01/08/calculate-the-angle-of-the-sun/

Hello, today I have almost completed all the basic questions on py.checkio.org and are ready to move into the real game logic programming. One of the questions I have solved today is the question whic