Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Abhijeet Pal: Adding Pagination With Django

Link: https://djangocentral.com/adding-pagination-with-django/

While working on a modern web application quite often you will need to paginate the app be it for better user experience or performance. Fortunately, Django comes with built-in pagination classes for
Catalin George Festila: Python 3.7.3 : The google-cloud-vision python module - part 002.

Link: http://python-catalin.blogspot.com/2019/05/the-google-cloud-vision-python-module.html

I used Windows 8.1 and python 3.7.3 version.
The first step is to install the python module.
C:\Python373\Scripts>pip install --upgrade google-cloud-visionYou can see another tutorial about this pyth
Real Python: Unicode & Character Encodings in Python: A Painless Guide

Link: https://realpython.com/python-encodings-guide/

Handling character encodings in Python or any other language can at times seem painful. Places such as Stack Overflow have thousands of questions stemming from confusion over exceptions like UnicodeD
Stack Abuse: Overview of Async IO in Python 3.7

Link: https://stackabuse.com/overview-of-async-io-in-python-3-7/

Python 3's asyncio module provides fundamental tools for implementing asynchronous I/O in Python. It was introduced in Python 3.4, and with each subsequent minor release, the module has evolved signif
Curtis Miller: What is the probability that in a box of a dozen donuts picked from 14 flavors there’s no more than 3 flavors in the box?

Link:

Dave's Donuts offers 14 flavors of donuts (consider the supply of each flavor as being unlimited). The “grab bag” box consists of flavors randomly selected to be in the box, each flavor equally likely
Wingware Blog: Selecting Logical Units of Python Code in Wing

Link: https://wingware.com/blog/quick-select

In this issue of Wing Tips we take a look at quickly selecting Python code in
logical units, which can make some editing tasks easier.

Select More and Select Less
The easiest way to select code from
Catalin George Festila: Python 3.7.3 : Use the tweepy to deal with twitter api - part 002.

Link: http://python-catalin.blogspot.com/2019/05/use-tweepy-to-deal-with-twitter-api.html

The tutorial for today is about with python 3.7.3
The development team comes with this intro:
An easy-to-use Python library for accessing the Twitter API.
The first step is to install this python modu
codingdirectional: Growth of a Population

Link: http://codingdirectional.info/2019/05/21/growth-of-a-population/

Hello and welcome back, in this episode we are going to solve a python related problem in Codewars. Before we start I just want to say that this post is related to python programming, you are welcome
Test and Code: 74: Technical Interviews: Preparing For, What to Expect, and Tips for Success - Derrick Mar

Link: https://testandcode.com/74

In this episode, I talk with Derrick Mar, CTO and co-founder of Pathrise.
This is the episode you need to listen to to get ready for software interviews.

We discuss four aspects of technical intervie
EuroPython Society: EuroPython 2019: Conference and training ticket sale opens today

Link: http://www.europython-society.org/post/185008822520

europython:
We will be starting the EuroPython 2019 conference and training ticket sales
today (Monday) at 12:00 CEST.
https://ep2019.europython.eu/registration/buy-tickets/
Only 300 training tickets
Red Hat Developers: Use the Kubernetes Python client from your running Red Hat OpenShift pods

Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/

Red Hat OpenShift is part of the Cloud Native Computing Foundation (CNCF) Certified Program, ensuring portability and interoperability for your container workloads. This also allows you to use Kuberne
Python Software Foundation: The 2019 Python Language Summit

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/IEjaoHXIaFs/the-2019-python-language-summit.html


The Python Language Summit is a small gathering of Python language implementers, both the core developers of CPython and alternative Pythons, held on the first day of PyCon. The summit features short
Neckbeard Republic: Interactive Data Visualization in Python With Bokeh

Link: https://realpython.com/courses/interactive-data-visualization-python-bokeh/

This course will get you up and running with Bokeh, using examples and a real-world dataset. You'll learn how to visualize your data, customize and organize your visualizations, and add interactivity.
Trey Hunner: Python built-ins worth learning

Link: https://treyhunner.com/2019/05/python-builtins-worth-learning/

In every Intro to Python class I teach, there’s always at least one “how can we be expected to know all this” question.
It’s usually along the lines of either:

Python has so many functions in it, wha
Python Software Foundation: Petr Viktorin: Extension Modules And Subinterpreters

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/mnSfdQZDRUM/petr-viktorin-extension-modules-and.html

When a Python subinterpreter loads an extension module written in C, it tends to unwittingly share state with other subinterpreters that have loaded the same module, unless that module is written very
PyCoder’s Weekly: Issue #369 (May 21, 2019)

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

#369 – MAY 21, 2019 View in Browser » Interactive Data Visualization in Python With Bokeh This course will get you up and running with the Bokeh library, using examples and a real-world dataset.
Python Engineering at Microsoft: Who put Python in the Windows 10 May 2019 Update?

Link: https://devblogs.microsoft.com/python/python-in-the-windows-10-may-2019-update/

Today the Windows team announced the May 2019 Update for Windows 10. In this post we’re going to look at what we, the Python team, have done to make Python easier to install on Windows by helping the