Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django 3.0 alpha 1 released

Link: https://www.djangoproject.com/weblog/2019/sep/10/django-30-alpha-1-released/

Django 3.0 alpha 1 is now available. It represents the first stage in the 3.0 release cycle and is an opportunity for you to try out the changes coming in Django 3.0.
Django 3.0 has a raft of new feat
Reuven Lerner: LEGB? Meet ICPO, Python’s search strategy for attributes

Link: https://lerner.co.il/2019/09/10/legb-meet-icpo-pythons-search-strategy-for-attributes/

When it comes to variables, Python has a well-known search strategy, known by the acronym “LEGB.” Whenever you mention a variable — and by “variable,” I mean a name that could be referencing data, a f
IslandT: Find the maximum gap between the successive numbers in its sorted form from a Python list

Link: https://kibiwebgeek.com/find-the-maximum-gap-between-the-successive-numbers-in-its-sorted-form-from-a-python-list/

Given a Python list consists of plus or minus numbers, we need to sort that list then find the maximum gap between the successive numbers in that list regarding of its sign.
For example,
maxGap ({-7,
TechBeamers Python: Master Python List Comprehension in 2 Minutes

Link: https://www.techbeamers.com/python-list-comprehension/

This tutorial explains Python list comprehension in no more than 2 minutes. It is the fastest method to search a list, apply some condition, and return a new list with selected elements. You may find
Dataquest: How Much Have You Spent on Amazon? Analyzing Amazon Data

Link: https://www.dataquest.io/blog/how-much-spent-amazon-data-analysis/

How much have I spent on Amazon? That's a scary question, but if you want to know the answer, here's how you can find it...and a lot more!
The post How Much Have You Spent on Amazon? Analyzing Amazon
PyCoder’s Weekly: Issue #385 (Sept. 10, 2019)

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

#385 – SEPTEMBER 10, 2019 View in Browser » Python Tops the “IEEE Top Programming Languages of 2019” List Python’s growth in popularity has been incredible. This list is interesting because it a
Artem Rys: Monitoring traffic of your Github repositories using Python and Google Cloud Platform — Part 1

Link: https://medium.com/python4you/monitoring-traffic-of-your-github-repositories-using-python-and-google-cloud-platform-part-1-1a1f14870041?source=rss----5527f69f4771---4

Monitoring traffic of your Github repositories using Python and Google Cloud Platform — Part 1Photo by Paweł Czerwiński on UnsplashIt is an article about monitoring your Github open-source repositorie
IslandT: The weekly Python news report

Link: https://kibiwebgeek.com/the-weekly-python-news-report/

What do we have here this week?Python goodies that will make you happy…

Great price python related books on Humble as cheap as a dollar for a few books.


Want to get your hands on our Python Basics
Test and Code: 87: Paths to Parametrization - from one test to many

Link: https://testandcode.com/87

There's a cool feature of pytest called parametrization.
It's totally one of the superpowers of pytest.
It's actually a handful of features, and there are a few ways to approach it.
Parametrization is
Python Anywhere: Our new CPU API

Link: https://blog.pythonanywhere.com/181/

We received many requests from PythonAnywhere users to make it possible to programmatically monitor
usage of CPU credit, so we decided to add a new endpoint to our
experimental API.
The first step w
Stack Abuse: Deploying a Flask Application to Heroku

Link: https://stackabuse.com/deploying-a-flask-application-to-heroku/

Introduction
In this tutorial you will learn how to deploy a Flask application to Heroku. The app can be as simple as a "Hello World" app to a social media monitoring platform!
Nowadays there is no bu
Real Python: Python vs C++: Selecting the Right Tool for the Job

Link: https://realpython.com/python-vs-cpp/

Are you a C++ developer comparing Python vs C++? Are you looking at Python and wondering what all the fuss is about? Do you wonder how Python compares to the concepts you already know? Or perhaps you
PyCharm: PyCharm 2019.2.2

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

PyCharm 2019.2.2 is now available. This version solves regression issues and improves Jupyter Notebook configuration experience.
New in this Version

Some code insight fixes were implemented for Pytho
Catalin George Festila: Python 3.7.4 : Using the theano pakage.

Link: http://python-catalin.blogspot.com/2019/09/python-374-using-theano-pakage.html

If you want to test theano then you need to see this webpage.
[root@desk mythcat]# dnf search theano
======================== Name & Summary Matched: theano ========================
python-theano-doc.
Matt Layman: Python Testing 201 with pytest

Link: https://www.mattlayman.com/blog/2019/python-testing-201-with-pytest/

For Python Frederick’s September presentation,
I presented on Python testing.
In the presentation,
I explained more
of the features
of pytest
that went beyond the basics
that we explored in March.
The
Red Hat Developers: Develop with Flask and Python 3 in a container on Red Hat Enterprise Linux

Link: https://developers.redhat.com/blog/2019/09/12/develop-with-flask-and-python-3-in-a-container-on-red-hat-enterprise-linux/

In my previous article, Run Red Hat Enterprise Linux 8 in a container on RHEL 7, I showed how to start developing with the latest versions of languages, databases, and web servers available with Red H
Codementor: Node.js VS Python: Which is Better?

Link: https://www.codementor.io/varunbhagat/node-js-vs-python-which-is-better-yqz5hmfa3

Node.js vs Python...Node.JS & Python are two of the most widely-used programming languages. It is a tough to choose which is better among them.Lets try.