Reinout van Rees: Djangocon: growing old gracefully, on being a career...
(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. For...
View ArticleReinout van Rees: Djangocon: automated spell checking in django projects -...
(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...
View ArticleReinout van Rees: Djangocon: slow food digest better (maintain an old...
(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...
View ArticlePyCon.DE & PyData Karlsruhe: Tickets
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 CESTRegular ticketprices remain the same as last...
View ArticleReinout van Rees: Djangocon: an intro to docker for djangonauts - Lacey...
(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. Everything is...
View ArticleReinout van Rees: Djangocon: survival tricks and tools for remote developers...
(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 an...
View ArticleReinout van Rees: Djangocon: Graphql in python and django - Patrick Arminio
(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/1)...
View ArticleReinout van Rees: Djangocon keynote: the naïve programmer - Daniele Procida
(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...
View ArticlePyCharm: PyCharm 2018.1.4 RC
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 VersionVarious issues related to installing...
View ArticleEuroPython: EuroPython 2018: Talk voting is open
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...
View ArticleTalk Python to Me: #163 Python in Geoscience
Learn how Python is being used in research to understand the inner workings of the Earth.
View ArticleMartin Fitzpatrick: Brown Note
Relieve your creative blockages with these interactive desktop reminders. Brown Note is a desktop notes application written in Python, using PyQt. The notes are implemented as decoration-less windows,...
View ArticleFull Stack Python: How to Add Maps to Django Web App Projects with Mapbox
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 we...
View ArticleSemaphore Community: Building and Testing an API Wrapper in Python
This article is brought with ❤ to you by Semaphore.IntroductionMost websites we use provide an HTTP API to enable developers to access their data from their own applications. For developers utilizing...
View ArticleWeekly Python StackOverflow Report: (cxxvii) stackoverflow python report
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...
View ArticleIan Ozsvald: “Creating correct and capable classifiers” at...
This weekend I got to attend PyDataAmsterdam 2018– this is my first trip to the Netherlands (Yay! It is lovely here).In addition to attending some lovely talks I also got to run another “Making your...
View ArticleMatthew Rocklin: Beyond Numpy Arrays in Python
Executive SummaryIn recent years Python’s array computing ecosystem has grown organically to support GPUs, sparse, and distributed arrays. This is wonderful and a great example of the growth that can...
View ArticleMartin Fitzpatrick: QtWebEngineWidgets, the new browser API in PyQt 5.6
With the release of Qt 5.5 the Qt WebKit API was deprecated and replaced with the new QtWebEngine API, based on Chromium. The WebKit API was subsequently removed from Qt entirely with the release of Qt...
View ArticleKushal Das: Fedora 28 template is available on QubesOS
In case you missed the news, Fedora 28 is now available as a template in Qubes OS 4.0. Fedora 26 will end of life on 2018-06-01, means this is a good time for everyone to upgrade. Use the following...
View Article