Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
EuroPython: EuroPython 2020: Venue and location selected

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

europythonsociety:
After a work intense RFP over two months with more than 40 venues competing, 18 first round entries, and two rounds of refinements, we are now happy to announce the winner:
EuroPyth
Davy Wybiral: Intro to Arduino with LoRa

Link: https://davywybiral.blogspot.com/2020/01/intro-to-arduino-with-lora.html

If you've ever wanted to get started using LoRa wireless communication in your Arduino projects this video is for you. It covers some popular LoRa module options, a brief introduction to the Arduino
Techiediaries - Django: Django 3 Tutorial & Example: Build a CRUD REST API for A Simple CRM

Link: https://www.techiediaries.com/django-tutorial/

Django 3 is released with full async support!
In this tutorial series, you'll learn about Django 3 by creating a CRUD example application with database, admin access, and REST API views. We'll be usin
Abhijeet Pal: Creating Sitemaps in Django

Link: https://djangocentral.com/creating-sitemaps-in-django/

Django comes with baked-in functionality for generating sitemaps dynamically using the sitemap framework. A sitemap is an XML file that informs search engines such as Google, the pages of your website
Weekly Python StackOverflow Report: 20 best Python questions at stackoverflow in 2019

Link: http://python-weekly.blogspot.com/2020/01/20-best-python-questions-at.html

These are the 20 most rated questions at 2019 Stack Overflow.Between brackets: question score & answers countBuilt date: 2020/01/03 09:19:25 GMTWhy does Python's hash of infinity have the digits of π?
Erik Marsja: How to Read a File in Python, Write to, and Append, to a File

Link: https://www.marsja.se/how-to-read-a-file-in-python-write-to-and-append-to-a-file/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-read-a-file-in-python-write-to-and-append-to-a-file

The post How to Read a File in Python, Write to, and Append, to a File appeared first on Erik Marsja.
In this tutorial, we are going to learn how to read a file in Python 3. After we have learned how
Stack Abuse: Introduction to Speech Recognition with Python

Link: https://stackabuse.com/introduction-to-speech-recognition-with-python/

Speech recognition, as the name suggests, refers to automatic recognition of human speech. Speech recognition is one of the most important tasks in the domain of human computer interaction. If you hav
RMOTR: New NumPy and Panda Courses Released

Link: https://blog.rmotr.com/new-numpy-and-panda-courses-released-2a7efc7f8f49?source=rss----2e274f91448--python

Photo by Feliphe Schiarolli on UnsplashHappy New Year, Data Scientists!We’re excited to start 2020 by adding two new courses to our library; Introduction to Scientific Computing with NumPy and Introdu
Talk Python to Me: #245 Python packaging landscape in 2020

Link: https://talkpython.fm/episodes/show/245/python-packaging-landscape-in-2020

Python is growing incredibly quickly and has found its place in many facets of the developer and computational space. But one area that is still shaky and uncertain is packaging and shipping software
Doug Hellmann: entry_point_inspector 0.1.2

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/h1xiRbUMCnQ/

Entry Point Inspector is a tool for looking at the entry point plugins installed on a system. What’s new in 0.1.2? Fix compatibility issues with python3 (contributed by guozijian)
Abhijeet Pal: Creating Feeds with Django

Link: https://djangocentral.com/creating-feeds-with-django/

Django ships with built-in syndication feed generating framework, which is used to generate dynamic Atom and RSS feeds. RSS is an abbreviation for Really Simple Syndication, it’s a way to have informa
Python Data: Python Data Weekly Roundup – Jan 3 2020

Link: https://pythondata.com/python-data-weekly-roundup-jan-3-2020/

In this week’s Python Data Weekly Roundup:It’s time for Time-series DatabasesIf you haven’t taken a look at time-series databases, you should. For a lot of what we do today in data science, a time ser
Django Weblog: DjangoCon Europe 2020 Announcement

Link: https://www.djangoproject.com/weblog/2020/jan/03/djangocon-europe-2020/

We are happy to announce that DjangoCon Europe 2020 will take place in Porto, Portugal 🇵🇹! The website is already online at 2020.djangocon.eu and it will be kept up to date with the latest updates. Do
Mike C. Fletcher: PyOpenGL 3.1.5 is Out

Link: http://blog.vrplumber.com/b/2020/01/03/pyopengl-315-out/

I've pushed out the PyOpenGL 3.1.5 release. It has some (relatively minor) fixes for wgl and egl operations, and one for what looks like a change in numpy scalar handling in the latest numpy. Availabl