Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
scikit-learn: Interview with Yao Xiao, scikit-learn Team Member

Link: https://blog.scikit-learn.org/team/yao-interview/

Yao Xiao recently earned his undergraduate degree in mathematics and computer science. He wil
Python Insider: Python 3.13.0 beta 4 released

Link: https://pythoninsider.blogspot.com/2024/07/python-3130-beta-4-released.html

I'm pleased to announce the release of Python 3.13 beta 4.https://www.python.org/downloads/release/python-3130b4/
 This is a beta preview of Python 3.13
Python 3.13 is still in development. This rele
Quansight Labs Blog: The convoluted story behind `np.top_k`

Link: https://labs.quansight.org/blog/convoluted-story-behind-topk

In this blog post, I describe my experience as a first-time contributor to NumPy and talk about the story behind `np.top_k`.
PyBites: How to convert a Python script into a web app, a product others can use

Link: https://pybit.es/articles/from-python-script-to-web-app-and-product/

So, you’re a Python developer or you just use Python to make your life easier by writing utility scripts to automate repetitive tasks and boost your productivity.Such Python scripts are usually local
Real Python: Quiz: Python Strings and Character Data

Link: https://realpython.com/quizzes/python-strings-update/

This quiz will evaluate your understanding of Python’s string data type and test your knowledge about manipulating textual data with string objects. You’ll cover the basics of creating strings using l
Real Python: The Real Python Podcast – Episode #213: Constraint Programming & Exploring Python's Built-in Functions

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

What are discrete optimization problems? How do you solve them with constraint programming in Python? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly arti
PyPy: Mining JIT traces for missing optimizations with Z3

Link: https://www.pypy.org/posts/2024/07/mining-jit-traces-missing-optimizations-z3.html

In my last post I've described how to use Z3 to find simple local peephole
optimization patterns
for the integer operations in PyPy's JIT. An example is int_and(x, 0) ->
0. In this post I want to scal
Matt Layman: Activation Email Job - Building SaaS #196

Link: https://www.mattlayman.com/blog/2024/activation-email-job-building-saas-196/

In this episode, we chatted about managing dependencies and the cost of maintenance. Then we got into some feature work and began building a job that will send users an email as reminder to activate t
Python Morsels: Using "else" in a comprehension

Link: https://www.pythonmorsels.com/comprehension-with-else/

While list comprehesions in Python don't support the else keyword directly, conditional expressions can be embedded within list comprehension.



Table of contents

Do list comprehensions support else
Python Software Foundation: Announcing the 2024 PSF Board Election & Proposed Bylaw Change Results!

Link: https://pyfound.blogspot.com/2024/07/announcing-2024-psf-board-election.html

The 2024 election for the PSF Board and proposed Bylaws changes created an opportunity for conversations about the PSF's work to serve the global Python community. We appreciate community members' per
Python Software Foundation: PSF Board update on improvements to the PSF Grants program

Link: https://pyfound.blogspot.com/2024/07/psf-board-update-on-improvements-to-psf.html

In December 2023 we received an open letter from a coalition of organizers from the pan-African Python community asking the PSF to address concerns and frustrations around our Grants Program. The lett
Zato Blog: LDAP and Active Directory as Python API Services

Link: https://zato.io/en/blog/ldap-active-directory.html


LDAP and Active Directory as Python API Services


2024-07-22, by Dariusz Suchojad


LDAP and Active Directory often play key a role in the management of a company's network resources yet it is not
Real Python: Logging in Python

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

Recording relevant information during the execution of your program is a good practice as a Python developer when you want to gain a better understanding of your code. This practice is called logging,
Talk Python to Me: #471: Learning and teaching Pandas

Link: https://talkpython.fm/episodes/show/471/learning-and-teaching-pandas

If you want to get better at something, often times the path is pretty clear. If you get better at swimming, you go to the pool and practice your strokes and put in time doing the laps. If you want to
Peter Bengtsson: Converting Celsius to Fahrenheit round-up

Link: http://www.peterbe.com/plog/converting-celsius-to-fahrenheit-round-up

In the last couple of days, I've created variations of a simple algorithm to demonstrate how Celcius and Fahrenheit seem to relate to each other if you "mirror the number".
It wasn't supposed to be ab
Christoph Schiessl: How to Serve a Directory of Static Files with FastAPI

Link: https://bugfactory.io/articles/how-to-serve-a-directory-of-static-files-with-fastapi/

Learn how to serve a static site using FastAPI. Perfect for locally testing statically generated websites, for instance, with `httpie`.
Real Python: pandas GroupBy: Grouping Real World Data in Python

Link: https://realpython.com/courses/pandas-groupby-real-world-data/

Whether you’ve just started working with pandas and want to master one of its core capabilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this course will help yo
Mike Driscoll: ANN: ObjectListView3 for wxPython

Link: https://www.blog.pythonlibrary.org/2024/07/23/ann-objectlistview3-for-wxpython/

ObjectListView is a third-party wxPython widget that wraps the wx.ListCtrl. I have used it for over 10 years in quite a few different GUI applications because it works much nicer than wx.ListCtrl does
Python Bytes: #393 Dare enter the Bash dungeon?

Link: https://pythonbytes.fm/episodes/show/393/dare-enter-the-bash-dungeon

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://marimo.io"><strong>Marimo:</strong></a><a href="https://marimo.io"> </a><a href="https://marimo.io"><strong>“Future</st