Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python for Beginners: Find the index of an element in a list

Link: https://www.pythonforbeginners.com/basics/find-the-index-of-an-element-in-a-list

Searching for all the occurrences of an element in a list can be a tedious task. In this article, we will try to find the index of an element in a list. We will look at different ways to find the firs
Data School: How to write a great Stack Overflow question

Link: https://www.dataschool.io/how-to-ask-for-coding-help-online/

In my 7 years of teaching data science, I've answered thousands of questions online. I know what makes a great question, because those are the questions that get my attention!
When you have a code que
TestDriven.io: Working with AJAX in Django

Link: https://testdriven.io/blog/django-ajax-xhr/

This article looks at how to perform GET, POST, PUT, and DELETE AJAX requests in Django with the Fetch API and jQuery.
Stack Abuse: Calculating Spearman's Rank Correlation Coefficient in Python with Pandas

Link: https://stackabuse.com/calculating-spearmans-rank-correlation-coefficient-in-python-with-pandas/

Introduction
This guide is an introduction to Spearman's rank correlation coefficient, its mathematical calculation, and its computation via Python's pandas library. We'll construct various examples t
A. Jesse Jiryu Davis: Coaching For All 2021 PyGotham Speakers

Link: https://emptysqua.re/blog/pygotham-2021-speaker-coaching/

I help organize PyGotham TV, NYC’s annual conference about the Python programming language, plus an eclectic mix of policy, culture, open source software, and hacks. For the last few years we’ve provi
Reuven Lerner: Level up your Python skills with six new courses

Link: https://lerner.co.il/2021/08/24/level-up-your-python-skills-with-six-new-courses/


Want to level up your Python skills, to solve more problems in less time, and with less code?
Want to take advantage of the latest techniques in the Python world?
Want to ensure that your code is as
PyCoder’s Weekly: Issue #487 (Aug. 24, 2021)

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

#487 – AUGUST 24, 2021 View in Browser » Python’s deque: Implement Efficient Queues and Stacks In this step-by-step tutorial, you’ll learn about Python’s deque and how to use it to perform effic
Full Stack Python: Application Performance Monitoring AWS Lambda Functions with Sentry

Link: https://www.fullstackpython.com/blog/application-performance-monitoring-aws-lambda-functions-sentry.html

Amazon Web Services (AWS) Lambda is a usage-based
computing infrastructure service that can execute
Python 3 code. One of the challenges of this
environment is ensuring efficient performance of your
Podcast.__init__: Making Automated Machine Learning More Accessible With EvalML

Link: https://www.pythonpodcast.com/evalml-automated-machine-learning-episode-329/

Building a machine learning model is a process that requires a lot of iteration and trial and error. For certain classes of problem a large portion of the searching and tuning can be automated. This a
Hynek Schlawack: Announcing a New Section: TIL

Link: https://hynek.me/articles/til/

Trying out something new: today I’m launching my own Today I Learned section. In this essay I will sum up what my plans and hopes are.
Python Software Foundation: The 2021 Python Language Summit: Lightning Talks, Round 1

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/fTXZvKxS0Zo/the-2021-python-language-summit_22.html

The first day of the 2021 Python Language Summit finished with a series of lightning talks from Petr Viktorin, Lorena Mesa, Scott Shawcroft, and Jeff Allen. The Stable ABI and Limited C APIPetr Viktor
Python for Beginners: How to add an Element to a Set in Python

Link: https://www.pythonforbeginners.com/basics/how-to-add-an-element-to-a-set-in-python

Sets in python are used to store unique elements or objects. Unlike other data structures like tuples or lists, sets do not allow adding duplicate values to them. In this article, we will look at diff
Python Bytes: #247 Do you dare to press "."?

Link: https://pythonbytes.fm/episodes/show/247/do-you-dare-to-press-.

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

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

<p><strong>About the show</strong></p>
PyCharm: PyCharm 2021.2.1 Is Out!

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

The first minor release of PyCharm 2021.2 contains improvements and bug fixes in different functional areas, from the overall performance to working with Vue.
Take a look at what’s inside!
Download Py
Real Python: The Real Python Podcast – Episode #75: Building With CircuitPython & Constraints of Python for Microcontrollers

Link: https://realpython.com/podcasts/rpp/75/

Can you make a version of Python that fits within the memory constraints of a microcontroller and have it still feel like Python? That is the intention behind CircuitPython. This week on the show, we