Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TechBeamers Python: Top 30 Data Engineer Interview Questions with Answers

Link: https://www.techbeamers.com/data-engineer-interview-questions/

If you are planning a job in data engineering, then you should be well prepared for it. We have identified 30 data engineer interview questions that can help in your endeavor. During the interview, yo
Go Deh: How not to check for a key in a dictionary.

Link: http://paddy3118.blogspot.com/2023/12/how-not-to-check-for-key-in-dictionary.html

 I skim the Linkedin Python group and sometimes comment.A few days there was a poll asking for the way to check if a key is in a Python dictionary and as I write, more than half of the 900+ respondent
The Three of Wands: attrs iv: Zero-overhead Frozen attrs Classes

Link: https://threeofwands.com/attra-iv-zero-overhead-frozen-attrs-classes/

Here&aposs a quick and easy one.attrs supports frozen classes. Frozen classes are cool for a multitude of reasons, but they&aposre a tiny bit slower to instantiate compared to non-frozen classes, beca
Real Python: The Real Python Podcast – Episode #185: 2023 Real Python Tutorial & Video Course Wrap-Up

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

Three members of the Real Python team are joining us this week: Kate Finegan, Tappan Moore, and Philipp Acsany. We wanted to share a year-end wrap-up with tutorials, step-by-step projects, code conver
Matt Layman: Python, Markdown, and Tailwind: Best Buds!

Link: https://www.mattlayman.com/blog/2023/python-markdown-tailwind-best-buds/

You are rendering content with Python and want to show some Markdown, but you style your pages with Tailwind. With Tailwind’s built-in reset, how can you style the tags of your rendered HTML that come
Zero to Mastery: Python Monthly Newsletter 💻🐍

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

49th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python Errors, Tools in Python Land, Architecting Monorepos, and much more. Read the full newsletter to get up-to-date with everythi
Paolo Melchiorre: My 2023 in review

Link: https://www.paulox.net/2023/12/31/my-2023-in-review/

The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.
Doug Hellmann: imapautofiler 1.14.0 - sort-by-year action

Link: https://doughellmann.com/releases/imapautofiler-1-14-0/

What’s new in 1.14.0? add python 3.12 to test matrix add sort-by-year action
Real Python: Python's Array: Working With Numeric Data Efficiently

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

When you start your programming adventure, one of the most fundamental concepts that you encounter early on is the array. If you’ve recently switched to Python from another programming language, then
Django Weblog: DjangoCon Europe 2024 CFP Now Open

Link: https://www.djangoproject.com/weblog/2024/jan/01/djangocon-europe-2024-cfp/

It's a new year. What better way to start it than submitting your talk or
workshop for DjangoCon Europe 2024, in beautiful Vigo, Spain?
The Call for Proposals (CFP) is open now, and will be until midn
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
Django Weblog: Django bugfix releases issued: 4.2.9 and 5.0.1

Link: https://www.djangoproject.com/weblog/2024/jan/02/bugfix-release/

Today we've issued
5.0.1 and
4.2.9 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this rel
Real Python: HTTP Requests With Python's urllib.request

Link: https://realpython.com/courses/python-urllib-request/

If you need to perform HTTP requests using Python, then the widely used Requests library is often the way to go. However, if you prefer to use only standard-library Python and minimize dependencies, t
Talk Python to Me: #444: The Young Coder's Blueprint to Success

Link: https://talkpython.fm/episodes/show/444/the-young-coders-blueprint-to-success

Are you early in your software dev or data science career? Maybe it hasn't even really started yet and you're still in school. On this episode we have Sydney Runkle who has had a ton of success in the
PyCoder’s Weekly: Issue #610 (Jan. 2, 2024)

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

#610 – JANUARY 2, 2024 View in Browser » Build a Scalable Flask Web Project From Scratch In this tutorial, you’ll explore the process of creating a boilerplate for a Flask web project. It’s a gr