Why TensorFlow for Python is dying a slow death
https://thenextweb.com/news/why-tensorflow-for-python-is-dying-a-slow-death
https://thenextweb.com/news/why-tensorflow-for-python-is-dying-a-slow-death
TNW
Why TensorFlow for Python is dying a slow death
Many developers who use Python for machine learning are now switching to PyTorch. Find out why and what the future could hold for TensorFlow.
Flatliner: turn python programs into one line of (still python) code
https://www.reddit.com/r/Python/comments/10ijoep/flatliner_turn_python_programs_into_one_line_of/
https://www.reddit.com/r/Python/comments/10ijoep/flatliner_turn_python_programs_into_one_line_of/
Reddit
From the Python community on Reddit: Flatliner: turn python programs into one line of (still python) code
Explore this post and more from the Python community
How to simulate a broken database connection for testing in Django
Three different options for how to effectively test Django code accessing the database.
https://neilkakkar.com/test-database-connection-django.html
Three different options for how to effectively test Django code accessing the database.
https://neilkakkar.com/test-database-connection-django.html
Neil Kakkar
How to simulate a broken database connection for testing in Django
Three different options for how to effectively test Django code accessing the database
Getting Started with Property-Based Testing in Python with Hypothesis and Pytest
https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest
https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest
Semaphore
Getting Started With Property-Based Testing in Python With Hypothesis and Pytest - Semaphore
In this tutorial, we will be learning about the concepts behind property-based testing, and then we will put those concepts to practice.
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…