So Python's having a stroke and it's saying 3.3 - 2.2 = 1.0999999999999996 instead of 1.1
https://www.reddit.com/r/learnpython/comments/10g1dqn/so_pythons_having_a_stroke_and_its_saying_33_22/
https://www.reddit.com/r/learnpython/comments/10g1dqn/so_pythons_having_a_stroke_and_its_saying_33_22/
Reddit
r/learnpython - So Python's having a stroke and it's saying 3.3 - 2.2 = 1.0999999999999996 instead of 1.1
177 votes and 133 comments so far on Reddit
Sketch
AI code-writing assistant that understands data content.
https://github.com/approximatelabs/sketch
AI code-writing assistant that understands data content.
https://github.com/approximatelabs/sketch
GitHub
GitHub - approximatelabs/sketch: AI code-writing assistant that understands data content
AI code-writing assistant that understands data content - approximatelabs/sketch
A Deep Dive Into Iterators and Itertools in Python
Python has some amazing built-in functions and modules for working with iterators. This video is a deep dive into iterators and itertools in Python and how to use iterators for your own projects!
https://www.youtube.com/watch?v=aumxFs2DO5o
Python has some amazing built-in functions and modules for working with iterators. This video is a deep dive into iterators and itertools in Python and how to use iterators for your own projects!
https://www.youtube.com/watch?v=aumxFs2DO5o
YouTube
A Deep Dive Into Iterators and Itertools in Python
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Python has some amazing built-in functions and modules for working with iterators. In this video, I take a deep dive into iterators and itertools in Python and how…
Python has some amazing built-in functions and modules for working with iterators. In this video, I take a deep dive into iterators and itertools in Python and how…
Faster virtual machines: Speeding up programming language execution
This post explores how interpreters are often implemented, what a "virtual machine" means in this context, and how to make them faster.
https://mort.coffee/home/fast-interpreters/
This post explores how interpreters are often implemented, what a "virtual machine" means in this context, and how to make them faster.
https://mort.coffee/home/fast-interpreters/
Some reasons to avoid Cython
If you need to speed up Python, Cython is a very useful tool.
It lets you seamlessly merge ...
https://pythonspeed.com/articles/cython-limitations/
If you need to speed up Python, Cython is a very useful tool.
It lets you seamlessly merge ...
https://pythonspeed.com/articles/cython-limitations/
Python⇒Speed
Some reasons to avoid Cython
Cython is an easy way to speed up your Python code—but it doesn’t scale well to large projects.
Python Function Exercises With Solutions
Learning to write functions is an important step in learning to program. This set of practice ...
https://codesolid.com/python-function-exercises/
Learning to write functions is an important step in learning to program. This set of practice ...
https://codesolid.com/python-function-exercises/
CodeSolid.com - Python: Beginner to Expert
Python Function Exercises With Solutions
Learning to write functions is an important step in learning to program. This set of practice Python functions and solutions is designed for beginners.
An open source Python project CI pipeline
Lately I've been iterating on a reusable set of open-source continuous integration (CI) tools for my Python projects. Here's an overview, along with a sample GitHub Actions workflow file that runs these checks.
https://brntn.me/blog/open-source-python-ci/
Lately I've been iterating on a reusable set of open-source continuous integration (CI) tools for my Python projects. Here's an overview, along with a sample GitHub Actions workflow file that runs these checks.
https://brntn.me/blog/open-source-python-ci/
brntn.me
Brenton Cleeland - An open source Python project CI pipeline
Personal site of Brenton Cleeland
Thoughts on the Python Packaging Ecosystem
https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/
https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/
pradyunsg.me
Thoughts on the Python packaging ecosystem
My response to the discussion topic posed in Python Packaging Strategy Discussion Part 1 had become quite long, so I decided to move it to write a blog post instead. This post then started absorbing various draft posts I’ve had on this topic since this blog…
git-sim
Visually simulate Git operations in your own repos with a single terminal command.
https://github.com/initialcommit-com/git-sim
Visually simulate Git operations in your own repos with a single terminal command.
https://github.com/initialcommit-com/git-sim
GitHub
GitHub - initialcommit-com/git-sim: Visually simulate Git operations in your own repos with a single terminal command.
Visually simulate Git operations in your own repos with a single terminal command. - initialcommit-com/git-sim
SymbolicAI
Building applications with LLMs at its core through our Symbolic API leverages the power of classical and differentiable programming in Python.
https://github.com/Xpitfire/symbolicai
Building applications with LLMs at its core through our Symbolic API leverages the power of classical and differentiable programming in Python.
https://github.com/Xpitfire/symbolicai
GitHub
GitHub - ExtensityAI/symbolicai: Compositional Differentiable Programming Library
Compositional Differentiable Programming Library. Contribute to ExtensityAI/symbolicai development by creating an account on GitHub.
Profiling and Optimizing an Interpreter
Rewriting library code to speed up my interpreter benchmark by 28%.
https://healeycodes.com/profiling-and-optimizing-an-interpreter
Rewriting library code to speed up my interpreter benchmark by 28%.
https://healeycodes.com/profiling-and-optimizing-an-interpreter
Healeycodes
Profiling and Optimizing an Interpreter
Rewriting library code to speed up my interpreter benchmark by 28%.
Flatliner
Convert python programs into one line of python code!
https://github.com/hhc97/flatliner-src
Convert python programs into one line of python code!
https://github.com/hhc97/flatliner-src
GitHub
GitHub - hhc97/flatliner-src: Convert python3 programs into one line of python code!
Convert python3 programs into one line of python code! - hhc97/flatliner-src
WebAssembly: Adding Python Support to WASM Language Runtimes
https://wasmlabs.dev/articles/python-wasm32-wasi/
https://wasmlabs.dev/articles/python-wasm32-wasi/
wasmlabs.dev
Adding Python WASI support to Wasm Language Runtimes
Providing up-to-date, convenient WebAssembly builds of Python with WASI support