Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: Paul Ganssle: Time Zones In The Standard Library

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/7EFhIP3IM0g/paul-ganssle-time-zones-in-standard.html

Python boasts that it comes with “batteries included,” but programmers have long been frustrated at one set of missing batteries: the standard library does not include any time zone definitions. The d
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
Nathan Piccini Data Science Dojo Blog: Network Theory and Game of Thrones - A Perfect Combination

Link: https://blog.datasciencedojo.com/network-theory-game-of-thrones/

Game of Thrones is arguably one of the biggest pop culture phenomena to hit the public consciousness in the last decade. Since the hype for the final season's arrival has gone down a bit, especially m
Hynek Schlawack: The Price of the Hallway Track

Link: https://hynek.me/articles/hallway-track/

There are many good reasons to not go to every talk possible when attending conferences. However increasingly it became hip to boast with not going to talks at all – encouraging others to follow suit.
Peter Bengtsson: How I simulate a CDN with Nginx

Link: https://www.peterbe.com/plog/how-i-simulate-a-cdn-with-nginx

Usually, a CDN is just a cache you put in front of a dynamic website. You set up the CDN to be the first server your clients get data from, the CDN quickly decides if it was a copy cached or otherwise
Moshe Zadka: Inbox Zero

Link: https://orbifold.xyz/inbox-zero.html

I am the parent of two young kids.
It is easy to sink into random stuff,
and not follow up on goals.
Strict time management and priotization means
I get to work on open source projects,
write programm
Stack Abuse: Python for NLP: Working with the Gensim Library (Part 2)

Link: https://stackabuse.com/python-for-nlp-working-with-the-gensim-library-part-2/

This is my 11th article in the series of articles on Python for NLP and 2nd article on the Gensim library in this series. In a previous article, I provided a brief introduction to Python's Gensim libr
Dataquest: Tutorial: Text Analysis in Python to Test a Hypothesis

Link: https://www.dataquest.io/blog/tutorial-text-analysis-python-test-hypothesis/

Learn to do some text analysis in this Python tutorial, and test hypotheses using confidence intervals to insure your conclusions are significant.
The post Tutorial: Text Analysis in Python to Test a
Neckbeard Republic: Installing Python on Windows, macOS, and Linux

Link: https://realpython.com/courses/installing-python-windows-macos-linux/

To get started working with Python, you'll need to have access to the Python interpreter. There are several common ways to accomplish this and in this course, you will learn how to install the latest
Davy Mitchell: Monitoring Earthquakes Curses

Link: http://daftpython.blogspot.com/2019/05/monitoring-earthquakes-curses.html

Github Repository LinkThe USGS publishes a plethora of data on their website. Of interest to me are a bunch of frequently updated GeoJSON feeds which can be parsed with standard JSON libraries. I was
NumFOCUS: Two Sigma Renews Corporate Sponsorship of NumFOCUS

Link: https://numfocus.org/blog/two-sigma-renews-corporate-sponsorship-of-numfocus-2019

The post Two Sigma Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
Steve Dower: Debugging Cython with WinDBG

Link: http://stevedower.id.au/blog/debugging-cython-with-windbg/

This is one of those “note to self” kinds of blogs. I spent just enough time figuring this out right now that I don’t want to repeat, so here’s a problem that I hit and the solution. Hopefully it help
Roberto Alsina: Coffee As a Service Architecture

Link: https://ralsina.me/weblog/posts/coffee-as-a-service-architecture.html

Coffee As A Service Architecture
Intro
Today I was in a meeting with recruiters (yes, really) because they want to be better at technical recruiting and they had the idea that talking to me would help
Codementor: Python Modules | All You Need To Know

Link: https://www.codementor.io/waseem599/python-modules-all-you-need-to-know-v1rvvdbt7

This blog will walk you through the concept of modules in python in detail. Starting from how to create a module in python to using them in your program.
EuroPython: EuroPython 2019: Sponsor brochure available

Link: https://blog.europython.eu/post/184937371007

We are pleased to present our EuroPython 2019 Sponsor Brochure:We have worked with our designer to compile all relevant information about the conference in a nice to read brochure, you can use to disc
Stack Abuse: Brief Introduction to OpenGL in Python with PyOpenGL

Link: https://stackabuse.com/brief-introduction-to-opengl-in-python-with-pyopengl/

Introduction
In this tutorial, we're going to learn how to use PyOpenGL library in Python. OpenGL is a graphics library which is supported by multiple platforms including Windows, Linux, and MacOS, an