Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Neckbeard Republic: Make a Location-Based Web App With Django and GeoDjango

Link: https://realpython.com/courses/make-location-based-web-app-django-and-geodjango/

Learn how to use Django and GeoDjango to build a location-based web application from scratch. You’ll be building a simple nearby shops application that lists the shops closest to a user’s location.
Continuum Analytics Blog: Reflections on AnacondaCON 2019 with NVIDIA’s Josh Patterson

Link: https://www.anaconda.com/reflections-on-anacondacon-2019-with-nvidias-josh-patterson/

I love this month. April 19’ brings back Game of Thrones, Avengers: Endgame (that Thanos snap though), and of course AnacondaCON. I’ve been to every AnacondaCON, which makes this my third show. Of all
PyCoder’s Weekly: Issue #366 (April 30, 2019)

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

#366 – APRIL 30, 2019 View in Browser » How to Get the Most Out of PyCon PyCon is about to kick off! Whether you’re a first-timer or a seasoned attendee, this guide will help you get ready to ha
NumFOCUS: DISC Committee Nominations are open for 2019-2021 positions

Link: https://numfocus.org/blog/disc-committee-nominations-are-open-for-2019-2021-positions

The post DISC Committee Nominations are open for 2019-2021 positions appeared first on NumFOCUS.
Django Weblog: Django bugfix release: 2.2.1

Link: https://www.djangoproject.com/weblog/2019/may/01/django-bugfix-release-221/

Today we've issued the 2.2.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Quansight Labs Blog: uarray: A Generic Override Framework for Methods

Link: https://labs.quansight.org/blog/2019/04/uarray-intro/




uarray: A Generic Override Framework for Methods¶uarray is an override framework for methods in Python. In the scientific Python ecosystem, and in other similar places, there has been one recurring
Real Python: Defining Main Functions in Python

Link: https://realpython.com/python-main-function/

Many programming languages have a special function that is automatically executed when an operating system starts to run a program. This function is usually called main() and must have a specific retu
Stack Abuse: Analysis of Black Friday Shopping Trends via Machine Learning

Link: https://stackabuse.com/analysis-of-black-friday-shopping-trends-via-machine-learning/

Introduction
Wikipedia defines Black Friday as an informal name for the Friday following Thanksgiving Day in the United States, which is celebrated on the fourth Thursday of November. [Black Friday is
NumFOCUS: IBM Renews Corporate Sponsorship of NumFOCUS

Link: https://numfocus.org/blog/ibm-renews-corporate-sponsorship-of-numfocus

The post IBM Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
Mike Driscoll: Books on Sale for PyCon 2019

Link: http://www.blog.pythonlibrary.org/2019/05/01/books-on-sale-for-pycon-2019/

In honor of PyCon 2019 that is starting this week, I am putting three of my books on sale. You can get any of the following books for $9.99 through May 6th by clicking on the links:

Python 201: Inter
Python Software Foundation: Building the PSF: the Q2 2019 Fundraiser

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/5C0QY_drybA/building-psf-q2-2019-fundraiser.html




Thank you to everyone who has donated to our past fundraisers! Donations, memberships, and sponsorships support sprints, meetups, community events, Python documentation, fiscal sponsorships, softwa
eGenix.com: PyDDF Python Spring Sprint 2019

Link: https://www.egenix.com/company/news/PyDDF-Spring-Sprint-2019

The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.

Ankündigung
PyDDF Python Spring Sprint 2019 in
Düsseldorf



Samstag, 04.05.2019, 10:00-18:00 Uhr
Sonnt
Quansight Labs Blog: What's New in SymPy 1.4

Link: https://labs.quansight.org/blog/2019/04/whats-new-in-sympy-14/

As of November, 2018, I have been working at
Quansight, under the heading of Quansight
Labs. Quansight Labs is a public-benefit
division of Quansight. It provides a home for a "PyData Core Team" which
PyCon: Thank You Facebook and Instagram for supporting the Python Software Foundation!

Link: https://pycon.blogspot.com/2019/05/thank-you-facebook-and-instagram-for.html

Introducing Facebook and Instagram PyCon 2019 Principal Sponsors!Facebook and Instagram have been big supporters of the Python language through sponsored development of PyTorch and Pyre. This year the
PyCon: Building the PSF: the Q2 2019 Fundraiser

Link: https://pycon.blogspot.com/2019/05/building-psf-q2-2019-fundraiser.html

Building the PSF: the Q2 2019 FundraiserThank you to everyone who has donated to our past fundraisers! Donations, memberships, and sponsorships support sprints, meetups, community events, Python docum
Stack Abuse: Constraint Programming with python-constraint

Link: https://stackabuse.com/constraint-programming-with-python-constraint/

Introduction
The first thing we have to understand while dealing with constraint programming is that the way of thinking is very different from our usual way of thinking when we sit down to write code
Stack Abuse: The Python Math Library

Link: https://stackabuse.com/the-python-math-library/

Introduction
The Python Math Library provides us access to some common math functions and constants in Python, which we can use throughout our code for more complex mathematical computations. The libr