Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #586 (July 18, 2023)

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

#586 – JULY 18, 2023 View in Browser » Mazes in Python Part 2: Storing and Solving In part two of this two-part project, you’ll define a specialized binary file format to store a maze on disk, t
Test and Code: Free Your Inner Nonfiction Writer

Link: https://share.transistor.fm/s/70da9014

Learn how to write nonfiction fast and well.Johanna Rothman joins the show to discuss writing nonfiction.Johanna's book: Free Your Inner Nonfiction Writer<p>Learn how to write nonfiction fast and well
Python Bytes: #344 AMA: Ask Us Anything

Link: https://pythonbytes.fm/episodes/show/344/ama-ask-us-anything

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

<p><strong>About the show</strong></p>

<p>Sponsored by us! Support our work through:</p
CodersLegacy: Guide to Hidden Imports in Auto-Py-to-EXE

Link: https://coderslegacy.com/hidden-imports-in-auto-py-to-exe/

Auto Py to Exe is a convenient tool that allows you to convert your Python scripts into standalone executables. However, there may be situations where your script relies on external modules or package
Real Python: Python's list Data Type: A Deep Dive With Examples

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

The list class is a fundamental built-in data type in Python. It has an impressive and useful set of features, allowing you to efficiently organize and manipulate heterogeneous data. Knowing how to us
PyBites: From Teacher to Python Developer by Building a Community Platform Using Django

Link: https://pybit.es/articles/from-teacher-to-python-developer-by-building-a-community-platform-using-django/

Watch here:


Listen here:

This week we talk with James Dycus about his journey from teacher to Python software developer.
We talk about his background as a teacher and how het got into Python. 
How
Glyph Lefkowitz: Bilithification

Link: https://blog.glyph.im/2023/07/bilithification.html

Several years ago at O’Reilly’s Software Architecture conference, within a
comprehensive talk on refactoring “Technical Debt: A Masterclass”, r0ml1
presented a concept that I think should be highlight
Real Python: The Real Python Podcast – Episode #165: Leveraging the Features of Your Database With Postgres and Python

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

Are you getting the most out of your Postgres database? What features could you leverage to improve your Python project? This week on the show, Craig Kerstiens from Crunchy Data is here to discuss get
Abhijeet Pal: How to Use Celery with Django for Asynchronous and Periodic Tasks : A Comprehensive Guide

Link: http://djangocentral.com/how-to-use-celery-with-django/

In modern web development, the ability to handle time-consuming tasks asynchronously is crucial for enhancing the performance and responsiveness of web applications. Django, a powerful web framework,
CodersLegacy: How to Import Python Files from Subdirectories

Link: https://coderslegacy.com/how-to-import-python-files-from-subdirectories/

When developing larger Python projects, it is common to organize code into different directories or subdirectories to maintain a clean and structured project layout. However, when you split your code
Ned Batchelder: Untangle your own adventure

Link: https://nedbatchelder.com/blog/202307/untangle_your_own_adventure.html

Boston Python runs
weekly office hours,
and I noticed the discussions there often start from a familiar point: how do I
get my Python environment to work?This is a question that recurs in any Python s
Hynek Schlawack: How to Ditch Codecov for Python Projects

Link: https://hynek.me/articles/ditch-codecov-python/

Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Python for Beginners: PySpark Count Distinct Values in One or Multiple Columns

Link: https://www.pythonforbeginners.com/pyspark/pyspark-count-distinct-values-in-one-or-multiple-columns

While handling data in pyspark, we often need to find the count of distinct values in one or multiple columns in a pyspark dataframe. In this article, we will discuss how to count distinct values in o
Mike Driscoll: PyDev of the Week: Sanskar Jethi

Link: https://www.blog.pythonlibrary.org/2023/07/24/pydev-of-the-week-sanskar-jethi/

This week we welcome Sanskar Jethi (@sansyrox) as our PyDev of the Week! Sanskar is the author of Robyn, a super fast Python web framework with a runtime written in Rust. Sanskar is also the creator o
Real Python: Python & APIs: A Winning Combo for Reading Public Data

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

Knowing how to consume an API is one of those magical skills that, once mastered, will crack open a whole new world of possibilities, and consuming APIs using Python is a great way to learn such a ski
PyCharm: PyCharm 2023.2 Release Candidate Is Out

Link: https://blog.jetbrains.com/pycharm/2023/07/2023-2-rc/

You can get the latest build from our website, through the free Toolbox App, or via snaps for Ubuntu.

To use this build, you need to have an active subscription to PyCharm Professional.
Download PyCh