Creating an Autopilot in X-Plane Using Python
https://austinsnerdythings.com/2021/10/15/creating-an-autopilot-in-x-plane-using-python-part-1/
https://austinsnerdythings.com/2021/10/15/creating-an-autopilot-in-x-plane-using-python-part-1/
Austin's Nerdy Things
Creating an autopilot in X-Plane using Python - part 1 - Austin's Nerdy Things
Introduction Today’s post will take us in a slightly different direction than the last few. Today’s post will be about hooking up some Python code to the X-Plane flight simulator to enable development of an autopilot using PID (proportional-integral-derivative)…
Draft PEP: Sealed Decorator for Static Typing
https://discuss.python.org/t/draft-pep-sealed-decorator-for-static-typing/49206
https://discuss.python.org/t/draft-pep-sealed-decorator-for-static-typing/49206
Discussions on Python.org
Draft PEP: Sealed decorator for static typing
Below is a draft PEP proposing adding a @sealed decorator to the typing module to support algebraic data types. Previous discussions: typing-sig mailing list discussing an earlier version of this draft PEP and typing meetup to discuss a more ambitious idea.…
What Are Some Good Python Codebases to Read?
https://lobste.rs/s/s1v57r/what_are_some_good_python_codebases_read
https://lobste.rs/s/s1v57r/what_are_some_good_python_codebases_read
lobste.rs
What are some good python codebases to read?
29 comments
Python Tricks: A Buffet of Awesome Python Features
https://realpython.com/sale/9ce586de-37bc-456e-8240-dccf43eda751/
https://realpython.com/sale/9ce586de-37bc-456e-8240-dccf43eda751/
Realpython
Flash Sale: Python Tricks Book & Video Bundle
Python in List of Best Languages to Learn
https://fortune.com/education/articles/best-programming-languages-to-learn/
https://fortune.com/education/articles/best-programming-languages-to-learn/
Fortune Education
Ready to start coding but don’t know which programming language to learn first? Here are the best programming languages for beginners.
JavaScript, Python, SQL, and Java are among the top programming languages for beginners, depending on your interests and goals.
PyPI Temporarily Halted New Users and Projects
https://arstechnica.com/security/2024/03/pypi-halted-new-users-and-projects-while-it-fended-off-supply-chain-attack/
https://arstechnica.com/security/2024/03/pypi-halted-new-users-and-projects-while-it-fended-off-supply-chain-attack/
Ars Technica
PyPI halted new users and projects while it fended off supply-chain attack
Automation is making attacks on open source code repositories harder to fight.
Broadcasting in NumPy
https://www.thepythoncodingstack.com/p/numpy-broadcasting-python-the-broadcasters-inn
https://www.thepythoncodingstack.com/p/numpy-broadcasting-python-the-broadcasters-inn
Thepythoncodingstack
The Strange Practices at The Broadcaster's Inn • Broadcasting in NumPy (A NumPy for Numpties article)
It doesn't take long in the NumPy world before you come across broadcasting.
Fixing a Bug in PyPy’s Incremental GC
https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
PyPy
Fixing a Bug in PyPy's Incremental GC
Introduction
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph