Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: Webinar: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy

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

Building web applications is one of Python’s true superpowers. Yet, the wide-open ecosystem means there are SO MANY CHOICES for any given project. How do you know whether you’re using the right tool f
ListenData: Pandas Tutorial : Step by Step Guide (50 Examples)

Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html

Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan
Codementor: Django Optimization: Or how we avoided memory mishaps

Link: https://www.codementor.io/pritishc/django-optimization-or-how-we-avoided-memory-mishaps-yh6fwfxet

(Cross-posted from my blog on Medium)
Working in a tech startup is akin to fighting a series of fires that crop up every now and then (faster, if you're iterating at breakneck speeds). Each time...
Real Python: Lists and Tuples in Python

Link: https://realpython.com/courses/lists-tuples-python/

In this course, you’ll learn about working with lists and tuples. Lists and tuples are arguably Python’s most versatile, useful data types. You’ll find them in virtually every non-trivial Python progr
Red Hat Developers: Using the STOMP Protocol with Apache ActiveMQ Artemis Broker

Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/

In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Red Hat Developers: Use the Kubernetes Python client from your running Red Hat OpenShift pods

Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/

Red Hat OpenShift is part of the Cloud Native Computing Foundation (CNCF) Certified Program, ensuring portability and interoperability for your container workloads. This also allows you to use Kuberne
Red Hat Developers: Controlling Red Hat OpenShift from an OpenShift pod

Link: https://developers.redhat.com/blog/2019/07/25/controlling-red-hat-openshift-from-an-openshift-pod/

This article explains how to configure a Python application running within an OpenShift pod to communicate with the Red Hat OpenShift cluster via openshift-restclient-python, the OpenShift Python clie
PyCoder’s Weekly: Issue #384 (Sept. 3, 2019)

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

#384 – SEPTEMBER 3, 2019 View in Browser » CPython Release 3.8.0b4 This is the last beta before 3.8 RC1. PYTHON.ORG Natural Language Processing With spaCy in Python In this step-by-step tuto
Roberto Alsina: Complicame la vida!

Link: https://ralsina.me/weblog/posts/complicame-la-vida.html

Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Codementor: Using Python to Build a Web Scrawler Step by Step

Link: https://www.codementor.io/fuyili/using-python-to-build-a-web-scrawler-step-by-step-yhq3rlu5n

Start writing here...The need for extracting data from websites is increasing. When we are conducting data related projects such as price monitoring, business analytics or news aggregator, we would...
PyBites: How I Followed my Heart, Conquered Fear and Became a Public Speaker

Link: https://pybit.es/guest-landing-speaking-gigs.html

In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let's hear fro
Catalin George Festila: Python 3.7.4 : Create an Stand Alone Executable on Fedora distro.

Link: http://python-catalin.blogspot.com/2019/09/python-374-create-stand-alone.html

In this tutorial I will show you how to create an Stand Alone Executable with Python version 3.7.4 and Fedora 30 distro.
First you need to install using the dnf tool the python3 package.
You can test
Obey the Testing Goat: New Book Excerpt: On Coupling and Abstractions

Link: http://www.obeythetestinggoat.com/new-book-excerpt-abstractions.html



At MADE.com i’ve been working on a new book with the chief architect, Bob
Gregory, in which we talk about application architecture and design. What
follows is an excerpt, a standalone chapter in wh
EuroPython: EuroPython 2019 - Videos for Wednesday available

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

We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland.EuroPython 2019 YouTube ChannelIn this batch, we have included all videos for Wednesday, July 10 201
Real Python: Python args and kwargs: Demystified

Link: https://realpython.com/python-kwargs-and-args/

Sometimes, when you look at a function definition in Python, you might see that it takes two strange arguments: *args and **kwargs. If you’ve ever wondered what these peculiar variables are, or why yo
Python Engineering at Microsoft: Python in Visual Studio Code – September 2019 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2019-release/

We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di