Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Analyzing API Data with MongoDB, Seaborn, and Matplotlib

Link: https://stackabuse.com/analyzing-api-data-with-mongodb-seaborn-and-matplotlib/

Introduction
A commonly requested skill for software development positions is experience with NoSQL databases, including MongoDB. This tutorial will explore collecting data using an API, storing it in
Python Software Foundation: Grants Awarded for Python in Education

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/f_OZiFUX3q0/grants-awarded-for-python-in-education.html

The Python Software Foundation has been asked about Python in education quite a bit recently. People have asked, “Is there an official curriculum we can use?”, “Are there online resources?”, “Are ther
Real Python: Preventing SQL Injection Attacks With Python

Link: https://realpython.com/prevent-python-sql-injection/

Every few years, the Open Web Application Security Project (OWASP) ranks the most critical web application security risks. Since the first report, injection risks have always been on top. Among all in
PyCharm: Webinar: “React+TypeScript+TDD in PyCharm” with Paul Everitt

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

ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported.
The two together? Not as much. Given that they both change quickly, it’s hard
Kumar Vipin Yadav: Python Pune Meetup September 2k19

Link:

“If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.” … More
Evennia: Blackifying and fixing bugs

Link: http://evennia.blogspot.com/2019/09/blackifying-and-fixing-bugs.html

Since version 0.9 of Evennia, the MU*-creation framework, was released, work has mainly been focused on bug fixing. But there few new features also already sneaked into master branch, despite technica
Podcast.__init__: Building A Modern Discussion Forum In Python To Support Healthy Communities

Link: https://www.pythonpodcast.com/misago-discussion-forum-episode-231/

Building and sustaining a healthy community requires a substantial amount of effort, especially online. The design and user experience of the digital space can impact the overall interactions of the p
Django Weblog: Django bugfix releases: 2.2.6, 2.1.13 and 1.11.25

Link: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/

Today we've issued the
2.2.6,
2.1.13, and
1.11.25 bugfix
releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID us
EuroPython: EuroPython 2019 - Videos for Friday available

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

We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos.EuroPython 2019 on our YouTube ChannelIn this batch, we have inclu
Stack Abuse: Python for NLP: Deep Learning Text Generation with Keras

Link: https://stackabuse.com/python-for-nlp-deep-learning-text-generation-with-keras/

This is the 21st article in my series of articles on Python for NLP. In the previous article, I explained how to use Facebook's FastText library for finding semantic similarity and to perform text cla
PythonClub - A Brazilian collaborative blog about Python: Criando dicts a partir de outros dicts

Link: http://pythonclub.com.br/crie_dict-a-partir-de-outros-dicts.html

Neste tutorial, será abordado o processo de criação de um dict ou dicionário, a partir de um ou mais dicts em Python.
Como já é de costume da linguagem, isso pode ser feito de várias maneiras diferen
Rene Dudfield: post modern C tooling - draft 2

Link: http://renesd.blogspot.com/2019/09/post-modern-c-tooling.html

DRAFT 1 - 9/16/19, 7:19 PM, I'm still working on this, but it's already useful and I'd like some feedback - so I decided to share it early. DRAFT 2 - 10/1/19 This is a post about contemporary C to
Real Python: Strings and Character Data in Python

Link: https://realpython.com/courses/python-strings/

In this course, you’ll learn about working with strings, which are objects that contain sequences of character data. Processing character data is integral to programming. It is a rare application that
Dataquest: Tutorial: Transforming Data with Python Scripts and the Command Line

Link: https://www.dataquest.io/blog/tutorial-python-scripts-command-line/

Learn to create Python scripts for data analysis using the Command Line in this intermediate Python tutorial digging into Hacker News headlines.
The post Tutorial: Transforming Data with Python Script
Python Insider: Python 3.8.0rc1 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/PSARItuHVdY/python-380rc1-is-now-available.html


Python 3.8.0 is almost ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate:
https://www.python.org/downloads/release/python-380rc1/ 
PyCoder’s Weekly: Issue #388 (Oct. 1, 2019)

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

#388 – OCTOBER 1, 2019 View in Browser » How to Use Generators and Yield in Python Learn about generators and yielding in Python. You’ll create generator functions and generator expressions usin
Catalin George Festila: Python 3.7.4 : Install the protobuf from sources on Fedora distro.

Link: http://python-catalin.blogspot.com/2019/10/python-374-install-protobuf-from.html

Today I will show you how to build protobuf from sources using the Fedora distro.
The google team comes with this intro:
Protocol buffers are Google's language-neutral, platform-neutral, extensible me