Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matthew Wright: Analyzing intraday and overnight stock returns with pandas

Link: https://www.wrighters.io/analyzing-intraday-and-overnight-stock-returns-with-pandas/

There are big differences between overnight and intraday stock returns. This article shows how to use pandas to understand one big reason.The post Analyzing intraday and overnight stock returns with p
Mike Driscoll: PyDev of the Week: Jessica Greene

Link: https://www.blog.pythonlibrary.org/2022/03/14/pydev-of-the-week-jessica-greene/

This week we welcome Jessica Greene (@sleepypioneer) as our PyDev of the Week! Jessica is a backend engineer at Ecosia and is an active member of PyLadies. She also gives talks at multiple tech confer
Python Software Foundation: The Pi-thon 2022 PSF Spring Fundraiser!

Link: http://pyfound.blogspot.com/2022/03/the-pi-thon-2022-psf-spring-fundraiser.html

Happy Pi Day, 𝛑thonistas! 2022 has been a year with some special dates, and we wanted to honor one more. We are feeling celebratory and excited here at the PSF, having made it through 2020 and 2021 by
Real Python: Python Class Constructors: Control Your Object Instantiation

Link: https://realpython.com/python-class-constructor/

Class constructors are a fundamental part of object-oriented programming in Python. They allow you to create and properly initialize objects of a given class, making those objects ready to use. Class
Kushal Das: Targeted WebID for privacy in Solid

Link: https://kushaldas.in/posts/targeted-webid-for-privacy-in-solid.html


In my last post I talked
about the privacy issues from static public WebID in Solid. In this post I am
trying to explain a way to preserve privacy, I will later submit a proposal
(after figuring out
Python Morsels: What is an iterator?

Link: https://www.pythonmorsels.com/what-is-an-iterator/

Iterators are lazy iterables which power all iteration in Python. Iterators are the generic form of a generator-like object.



Table of contents

Generator objects are iterators
Iterables are powered
Ionel Cristian Maries: How to run uWSGI

Link: https://blog.ionelmc.ro/2022/03/14/how-to-run-uwsgi/

Given the cornucopia of options uWSGI offers it's really hard to figure
out what options and settings are good for your typical web app.
Normally you'd just balk and run something simpler with less kn
Talk Python to Me: #356: Tips for ML / AI startups

Link: https://talkpython.fm/episodes/show/356/tips-for-ml-ai-startups

Have you been considering launching a product or even a business based on Python's AI / ML stack? We have a great guest on the episode this week, Dylan Fox, who is the cofounder of AssemblyAI and has
EuroPython: EuroPython 2022: Ticket Sales Open on 17 March!

Link: https://blog.europython.eu/europython-2022-ticket-sales-open-on-17-march/

Hey hey! “Planning a conference is easy and stress-free”, said no organiser ever!!After months of intense spreadsheets, emails between teams, venues, suppliers, we are psyched to announce the details
Python for Beginners: Sort List of Strings Alphabetically in Python

Link: https://www.pythonforbeginners.com/basics/sort-list-of-strings-alphabetically-in-python

In python, we use strings to process text data. While programming, we may need to sort a list of strings in python. In this article, we will discuss different ways to sort a list of strings alphabetic
Python⇒Speed: Processing large JSON files in Python without running out of memory

Link: https://pythonspeed.com/articles/json-memory-streaming/

If you need to process a large JSON file in Python, it’s very easy to run out of memory.
Even if the raw data fits in memory, the Python representation can increase memory usage even more.
And that me
Real Python: Sorting Data in Python With Pandas

Link: https://realpython.com/courses/sorting-data-python-pandas/

Learning pandas sort methods is a great way to start with or practice doing basic data analysis using Python. Most commonly, data analysis is done with spreadsheets, SQL, or pandas. One of the great t
PyCharm: PyCharm 2022.1 EAP 3: Type Renderers for Python, Enhanced Support for Docker and Kubernetes, and More

Link: https://blog.jetbrains.com/pycharm/2022/03/2022-1-eap-3/

The third EAP build for PyCharm 2022.1 is now available.
This time we’ve delivered enhancements for Docker and Kubernetes, introduced type renderers for Python, and enhanced our support for the Next.j
PyCoder’s Weekly: Issue #516 (March 15, 2022)

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

#516 – MARCH 15, 2022 View in Browser » How to Write User-Friendly CLIs in Python How to write user-friendly Command Line Interface applications and an overview of several of the popular CLI lib
Python for Beginners: Append Text to File in Python

Link: https://www.pythonforbeginners.com/basics/append-text-to-file-in-python

While doing file operations, we might need to append text to an existing file without erasing the existing data. In this article, we will discuss how we can append text to a file in python.
Append tex
Python Anywhere: File storage security update

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

Last Wednesday, a security researcher working under our bug bounty program found a way that they could access one account’s file storage from another by using the “Dirty Pipe” Linux kernel vulnerabili
Python Bytes: #275 Airspeed velocity of an unladen astropy

Link: https://pythonbytes.fm/episodes/show/275/airspeed-velocity-of-an-unladen-astropy

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=zrtdG-VsblU' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Python Insider: Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content

Link: https://pythoninsider.blogspot.com/2022/03/python-3103-3911-3813-and-3713-are-now.html

Welcome again to the exciting world of releasing new Python versions!
Last time around I was complaining about cursed releases. This time around I could complain about security content galore and how
Real Python: Build a Hash Table in Python With TDD

Link: https://realpython.com/python-hash-table/

Invented over half a century ago, the hash table is a classic data structure that has been fundamental to programming. To this day, it helps solve many real-life problems, such as indexing database ta
Codementor: The Website in Python!

Link: https://www.codementor.io/bay44233/the-website-in-python-1rhkkv4n36

Start writing Our golf website in python blog provides tutorials on how to develop your own python web applications with our themes, including tutorials on using the API, creating custom plugins,...
David Amos: 3 Tips For Writing Pythonic Code

Link: https://davidamos.dev/3-tips-for-writing-pythonic-code/

A common question I’ve seen from beginning Python programmers is, “How do I make my code more Pythonic?” The problem with a word like “Pythonic” is that its meaning is nebulous: it means different thi