PEP 756: Add PyUnicode_Export() and PyUnicode_Import() C Functions (Withdrawn)
https://peps.python.org/pep-0756/
https://peps.python.org/pep-0756/
Python Enhancement Proposals (PEPs)
PEP 756 – Add PyUnicode_Export() and PyUnicode_Import() C functions | peps.python.org
Add functions to the limited C API version 3.14:
Quiz: Single and Double Underscores in Python Names
https://realpython.com/quizzes/python-double-underscore/
https://realpython.com/quizzes/python-double-underscore/
Realpython
Single and Double Underscores in Python Names Quiz – Real Python
In this quiz, you'll test your understanding of the use of single and double underscores in Python names. This knowledge will help you differentiate between public and non-public names, avoid name clashes, and write code that looks Pythonic and consistent.
Quiz: Getting Started With Async Features in Python
https://realpython.com/quizzes/python-async-features/
https://realpython.com/quizzes/python-async-features/
Realpython
Getting Started With Async Features in Python Quiz – Real Python
In this quiz, you'll test your understanding of asynchronous programming in Python. You'll revisit the concepts of synchronous and asynchronous programs, and why you might want to write an asynchronous program. You'll also test your knowledge on how to use…
Thinking of Rewriting Our Go / Java API in Python
https://old.reddit.com/r/Python/comments/1gdavp9/were_thinking_of_rewriting_our_go_java_api_in/
https://old.reddit.com/r/Python/comments/1gdavp9/were_thinking_of_rewriting_our_go_java_api_in/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
[Webinar] How to Build Secure, Ethical, and Scalable AI Operations
https://us06web.zoom.us/webinar/register/4517280636234/WN_BSv3Wkb1RNGWGNhwetAbqw
https://us06web.zoom.us/webinar/register/4517280636234/WN_BSv3Wkb1RNGWGNhwetAbqw
Zoom
Welcome! You are invited to join a webinar: Introducing Guardrails Pro. After registering, you will receive a confirmation email…
As generative AI (GenAI) and large language models (LLMs) continue to augment human capabilities and open up new opportunities for innovation and productivity, the need to minimize the impact of unprotected endpoints that can lead to data leaks and unsafe…
Make It Ephemeral: Software Should Decay and Lose Data
https://lucumr.pocoo.org/2024/10/30/make-it-ephemeral/
https://lucumr.pocoo.org/2024/10/30/make-it-ephemeral/
Armin Ronacher's Thoughts and Writings
Make It Ephemeral: Software Should Decay and Lose Data
Make software that is capable to forget and decay information.
Write More Pythonic Code With Context Managers
https://hamatti.org/posts/write-more-pythonic-code-with-context-managers/
https://hamatti.org/posts/write-more-pythonic-code-with-context-managers/
Juha-Matti Santala - Community Builder. Dreamer. Adventurer.
Write more pythonic code with context managers
Context managers enable you to create “template” code with initialisation and clean up to make the code that uses them easier to read and understand
Django Girls 10th Birthday!
https://blog.djangogirls.org/post/764500535249436672/its-our-10th-birthday
https://blog.djangogirls.org/post/764500535249436672/its-our-10th-birthday
Tumblr
It's our 10th birthday!
Django Girls has turned 10! We’re so proud to reach this momentous milestone, and of everything the community has achieved!
During the past decade, 2467 volunteers in 109 countries have run 1137 free...
During the past decade, 2467 volunteers in 109 countries have run 1137 free...
PyChrono: Multi-Physics Simulation in Python
https://cristianopizzamiglio.com/2024/10/12/mbd-pychrono.html
https://cristianopizzamiglio.com/2024/10/12/mbd-pychrono.html
Cristianopizzamiglio
PyChrono: Multi-Physics Simulation in Python - Cristiano Pizzamiglio
PyChrono is a Python library that wraps the Chrono C++ multi-physics simulation library. PyChrono can be used together with popular Python libraries, such as...