Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Wallaroo Labs: Streaming with Wallaroo: Fast Algorithmic Trading Checks

Link: https://blog.wallaroolabs.com/2018/05/streaming-with-wallaroo-fast-algorithmic-trading-checks/

Introduction Many of you have been reading our engineering blog and enjoy our deep technical dives. You know that we are excited to talk about how we are going about building Wallaroo, hard distribute
Gocept Weblog: Zope is welcome in the Python 3 wonderland!

Link: https://blog.gocept.com/2018/05/24/zope-is-welcome-in-the-python-3-wonderland/

Earl Zope already got the beta permission to stay in the Python 3 wonderland some months ago. His current objective is to help old friends to come to the Python 3 wonderland and to make new friends. H
Python Software Foundation: PyCaribbean, Come for the Language, Stay for the Culture

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/5cxOS4sX308/pycaribbean-2018.html

PyCaribbean is more than Python, it is people, culture, and  spending  time together. Lead organizer Leonardo Jimenez wants attendees to feel like they are home when they are at PyCaribbean. “That sen
Reinout van Rees: Djangocon: growing old gracefully, on being a career programmer - Carlton Gibson

Link: http://reinout.vanrees.org/weblog/2018/05/24/05-career-programmer.html


(One of my summaries of a talk at the
2018 european djangocon.)
He's a longtime django user. "The web framework for perfectionists": yes,
that's him.
He has also build lots of backends for IOS apps.
Reinout van Rees: Djangocon: automated spell checking in django projects - Jakob Schnell

Link: http://reinout.vanrees.org/weblog/2018/05/24/08-spell-checking.html


(One of my summaries of a talk at the
2018 European djangocon.)
We are humans and we make typos. So there are typos in our code.
The two common places for typos are documentation and the user interfa
Reinout van Rees: Djangocon: slow food digest better (maintain an old project) - Christopher Grebs

Link: http://reinout.vanrees.org/weblog/2018/05/24/10-maintain.html


(One of my summaries of a talk at the
2018 european djangocon.)
Full title: "slow food digest better - or how to maintain an 8.5 year old
python project without getting lost". Christopher had to main
PyCon.DE & PyData Karlsruhe: Tickets

Link: http://de.pycon.org/blog/ticket-pricing-2018/

Good news: the ticket prices for PyConDE & Pydata Karlsruhe will remain the same as last year.
Ticket sales will open on Monday May 28 12:00 CEST
Regular ticket
prices remain the same as last year:

B
Reinout van Rees: Djangocon: an intro to docker for djangonauts - Lacey Williams Henschel

Link: http://reinout.vanrees.org/weblog/2018/05/25/02-docker.html


(One of my summaries of a talk at the
2018 European djangocon.)

Docker:

Nice: it separates dependencies.
It shares your OS (so less weight than a VM).
It puts all memmbers on the same page. Everyth
Reinout van Rees: Djangocon: survival tricks and tools for remote developers - Alessio Bragadini

Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html


(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Reinout van Rees: Djangocon: Graphql in python and django - Patrick Arminio

Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html


(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Reinout van Rees: Djangocon keynote: the naïve programmer - Daniele Procida

Link: http://reinout.vanrees.org/weblog/2018/05/25/01-keynote.html


(One of my summaries of a talk at the
2018 European djangocon.)
The naïve programmer is not "the bad programmer" or so. He is just not so
sophisticated. Naïve programmers are everywhere. Almost all p
PyCharm: PyCharm 2018.1.4 RC

Link: http://feedproxy.google.com/~r/Pycharm/~3/zX6YBx9lpb0/

We’re happy to announce that the release candidate for a new version of PyCharm is now available: get it now from our confluence page.
Improved in this Version

Various issues related to installing pa
EuroPython: EuroPython 2018: Talk voting is open

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

At EuroPython, we let our attendees have a significant say in the selection of the sessions which are presented at the conference. We call this “talk voting” - attendees can tell us which submitted ta
Talk Python to Me: #163 Python in Geoscience

Link: https://talkpython.fm/episodes/show/163/python-in-geoscience

Learn how Python is being used in research to understand the inner workings of the Earth.
Semaphore Community: Building and Testing an API Wrapper in Python

Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python

This article is brought with to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Weekly Python StackOverflow Report: (cxxvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/05/cxxvii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-05-26 21:36:24 GMTWhy does integer division round down in many scr
Full Stack Python: How to Add Maps to Django Web App Projects with Mapbox

Link: https://www.fullstackpython.com/maps-django-web-applications-projects-mapbox.html

Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w