Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ListenData: How to Scrape Google News with Python

Link: https://www.listendata.com/2024/02/how-to-scrape-google-news-with-python.html

This tutorial explains how to scrape Google News for articles related to the topic of your choice using Python.
We are interested to see the following information for each news article.

Title : Artic
Real Python: Quiz: What Is the __pycache__ Folder in Python?

Link: https://realpython.com/quizzes/python-pycache/

As your Python project grows, you typically organize your code in modules and packages for easier maintenance and reusability. When you do that, you’ll likely notice the sudden emergence of a __pycach
ListenData: How to use variable in a query in pandas

Link: https://www.listendata.com/2020/12/how-to-use-variable-in-query-in-pandas.html

Suppose you want to reference a variable in a query in pandas package in Python. This seems to be a straightforward task but it becomes daunting sometimes. Let's discuss it with examples in the articl
Talk Python to Me: #459: I Built A Python SaaS with AI

Link: https://talkpython.fm/episodes/show/459/i-built-a-python-saas-with-ai

We all know that tools like ChatGPT have really empowered developers to tackle bigger problems. Are you using TailwindCSS and need a login page? Try asking Chat "What is the HTML for a login page with
Trey Hunner: 10 years of Python conferences

Link: https://treyhunner.com/2024/04/10-years-of-python-conferences/

10 years and 10 days ago I flew home from my very first Python conference.
I left a few days into the PyCon US 2014 sprints and I remember feeling a bit like summer camp was ending.
I’d played board g
Jeremy Epstein: On FastAPI

Link: https://greenash.net.au/thoughts/2024/04/on-fastapi/

Over the past year or two, I've been heavily using FastAPI in my day job. I've been around the Python web framework block, and I gotta say, FastAPI really succeeds in its mission of building on the st
Django Weblog: Welcome our new OPS member - Baptiste Mispelon

Link: https://www.djangoproject.com/weblog/2024/apr/28/welcome-our-new-ops-member-baptiste-mispelon/

The DSF Board are pleased to introduce Baptiste Mispelon as a new member of
the ops team.
Baptiste will join the team who maintains Django’s infrastructure.


Baptiste speaking at Django Under the H
ListenData: Run SAS in Python without Installation

Link: https://www.listendata.com/2021/01/run-sas-in-python-without-installation.html

Introduction
In the past few years python has gained a huge popularity as a programming language in data science world. Many banks and pharma organisations have started using Python and some of them a
Zato Blog: API Testing in Pure English

Link: https://zato.io/en/blog/api-testing-in-pure-english.html


API Testing in Pure English


2024-04-29, by Dariusz Suchojad


How to test APIs in pure English
Do you have 20 minutes to learn how to test APIs in pure English, without any programming needed?
Gr
Nikola: Nikola v8.3.1 is out!

Link: https://getnikola.com/blog/nikola-v831-is-out.html

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.3.1. This release fixes some small bugs,
including some introduced by the new Nikola Plugin Manager.
The
Real Python: Python's unittest: Writing Unit Tests for Your Code

Link: https://realpython.com/python-unittest/

The Python standard library ships with a testing framework named unittest, which you can use to write automated tests for your code. The unittest package has an object-oriented approach where test cas
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2024/?utm_source=python-rss-feed

53rd issue of Andrei Neagoie's must-read monthly Python Newsletter: Whitehouse Recommends Python, Memory Footprint, Let's Talk About Devin, and much more. Read the full newsletter to get up-to-date wi
PyCon: Meet PyCon US Keynote Speakers

Link: https://pycon.blogspot.com/2024/04/meet-pycon-us-keynote-speakers.html

We can’t wait to welcome Jay Miller, Kate Chapman, Simon Willison, and Sumana Harihareswara to our stage as PyCon US keynote speakers this year.We asked each of our keynote speakers: What excites them
Robin Wilson: What’s the largest building in Southampton? Find out with 5 lines of code

Link: https://blog.rtwilson.com/whats-the-largest-building-in-southampton-find-out-with-5-lines-of-code/

Recently I became suddenly curious about the sizes of buildings in Southampton, UK, where I live. I don’t know what triggered this sudden curiosity, but I wanted to know what the largest buildings in
Mike Driscoll: How to Watermark a Graph with Matplotlib

Link: https://www.blog.pythonlibrary.org/2024/04/30/how-to-watermark-a-graph-with-matplotlib/

Matplotlib is one of the most popular data visualization packages for the Python programming language. It allows you to create many different charts and graphs. This tutorial focuses on adding a “wate
Python Bytes: #381 Python Packages in the Oven

Link: https://pythonbytes.fm/episodes/show/381/python-packages-in-the-oven

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://wasmer.io/posts/py2wasm-a-python-to-wasm-compiler"><strong>Announcing py2wasm: A Python to Wasm compiler</strong></a></
PyCoder’s Weekly: Issue #627 (April 30, 2024)

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

#627 – APRIL 30, 2024 View in Browser » PEP 686: Make UTF-8 Mode Default This Python Enhancement Proposal outlines making UTF-8 the default throughout Python. This takes the addition of Unicode
PyCharm: PyCharm 2024.1.1 Is Here! AI Assistant in Community Edition, Enhanced Endpoints Tool Window, and Navigation and Refactoring Across Notebooks and Scripts

Link: https://blog.jetbrains.com/pycharm/2024/04/pycharm-2024-1-1/

Enhancements in the Endpoints tool window, extended GitHub gists support for notebooks, and navigation and refactoring across notebooks and scripts – these are just some of the improvements you’ll fin
Real Python: Python Sequences: A Comprehensive Guide

Link: https://realpython.com/python-sequences/

A phrase you’ll often hear is that everything in Python is an object, and every object has a type. This points to the importance of data types in Python. However, often what an object can do is more i