Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TechBeamers Python: How to Check the Type of Variables in Python

Link: https://www.techbeamers.com/check-the-type-of-variables-in-python/

Let’s find out how to check the type of variables using Python’s built-in functions and some other ways with full code examples. You will be able to use these methods to determine which type a variabl
TechBeamers Python: Python Ord() Function All You Need to Know

Link: https://www.techbeamers.com/python-ord-function/

This tutorial explains what the Python Ord() function is, when, and how to use it with full code examples. It simply converts a character into its corresponding Unicode code point. Check out the next
PyCon: PyCon US 2024 Launches!

Link: https://pycon.blogspot.com/2023/10/pycon-us-2024-launches.html

We can’t believe it’s been six months since PyCon US 2023, where we came together to celebrate 20 years of PyCon US. If you’d like to revisit some memories of PyCon US 2023, check out our recap and vi
Ned Batchelder: Reflected energy

Link: https://nedbatchelder.com/blog/202310/reflected_energy.html

We had a hackathon at work this week, and it brought home to me again the
value of people who exude energy and who reflect energy back to me. As I think
about explaining this, it seems obvious and pa
TechBeamers Python: Your Ultimate Guide to Python List Slicing

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

Python list slicing is a powerful and flexible technique for working with lists. Slicing allows you to create new lists by extracting portions of an existing list. In this tutorial, we will explore th
TechBeamers Python: When And How To Use Python Nested Lists

Link: https://www.techbeamers.com/python-nested-lists/

In Python, a nested list is a list that contains other lists as its elements. This concept allows you to create more complex data structures, like tables or matrices, by organizing data in a hierarchi
CodersLegacy: Python grequests: Making Asynchronous HTTP Requests

Link: https://coderslegacy.com/python-grequests-making-asynchronous-http-requests/

In the world of web development, making HTTP requests is a common task. Whether you’re fetching data from an API, scraping a website, or communicating with a remote server, the ability to perform HTTP
TechBeamers Python: Generate All Subarrays of an Array in Python

Link: https://www.techbeamers.com/generate-all-subarrays-of-an-array-in-python/

In this tutorial, we will explore three methods to generate all subarrays of an array in Python. Subarrays are contiguous subsets of elements within an array. Let’s find out what these three ways are
PyCharm: PyCharm 2023.3 EAP 4 Is Out!

Link: https://blog.jetbrains.com/pycharm/2023/10/2023-3-eap-4/

You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.

Download PyCharm 2023.3 EAP

The fourth build of the Early Access
Mike Driscoll: PyDev of the Week: Laysa Uchoa

Link: https://www.blog.pythonlibrary.org/2023/10/30/pydev-of-the-week-laysa-uchoa/

This week, we welcome Laysa Uchoa (@laysauchoa) as our PyDev of the Week!  Laysa is very active in the PyLadies group and gives many talks at various conferences.
You can catch up with Laysa’s work by
Real Python: How to Use Type Hints for Multiple Return Types in Python

Link: https://realpython.com/python-type-hints-multiple-types/

In Python, type hinting is an optional yet useful feature to make your code easier to read, reason about, and debug. With type hints, you let other developers know the expected data types for variable
Erik Marsja: Combine Year and Month Columns in Pandas

Link: https://www.marsja.se/combine-year-and-month-columns-in-pandas/

The post Combine Year and Month Columns in Pandas appeared first on Erik Marsja.
In data analysis, the ability to combine year and month columns in Pandas is important. It opens doors to time-based in
Test and Code: 208: Tests with no assert statements

Link: https://testandcode.com/episodes/208-tests-with-no-assert-statements

Why on earth would you want to write a test with no assert statements?After all, aren't assert statements how you decide wether a test passes or fails?In this episode, we walk through a handful of use
Zero to Mastery: Python Monthly Newsletter 💻🐍

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

47th issue of Andrei Neagoie's must-read monthly Python Newsletter: why did Python win, hidden Python features, and much more. Read the full newsletter to get up-to-date with everything you need to kn
PyBites: Sentry, a Developer’s Partner, Interview with Co-Founder David Cramer

Link: https://pybit.es/articles/sentry-a-developers-partner-interview-with-co-founder-david-cramer/

This week PDM coaches Hugh + Ryan talk with David Cramer, Co-founder and CTO of Sentry!
Listen here:

Also on YouTube:


They delve into the journey of Sentry and its rise as an essential tool for dev
Will Kahn-Greene: Tecken/Socorro: Code info lookup: retrospective (2023)

Link: https://bluesock.org/~willkg/blog/mozilla/socorro_tecken_code_info_retro.html


Project

time:
6 weeks

impact:

improved visibility on set of crash reports by fixing symbolication and
signatures
better understanding of consequences of sampling Firefox / Windows < 8.1
/ ESR cras