Inline caches in the Skybison Python runtime
https://bernsteinbear.com/blog/inline-caches-in-skybison/
https://bernsteinbear.com/blog/inline-caches-in-skybison/
Max Bernstein
Inline caches in the Skybison Python runtime
Inline caching is a popular technique for optimizing dynamic language runtimes. The idea comes from the 1984 paper Efficient implementation of the Smalltalk-80 system (PDF) by L. Peter Deutsch and Allan M. Schiffman. I have written about it before (Inline…
How To Filter Django QuerySets – 15 Examples For Beginners
https://ctrlzblog.com/django-queryset-filter-15-examples/
https://ctrlzblog.com/django-queryset-filter-15-examples/
CTRL Z Blog
How to Filter Django QuerySets - 15 Examples For Beginners - CTRL Z Blog
A tutorial on creating QuerySets with Django ORM and filtering the data. Includes how to convert QuerySets into lists.
Python Configuration: Top Built-In and Third-Party Libraries
Python programs can be configured in many different ways. Understand the code you need for the ...
https://codesolid.com/python-configuration/
Python programs can be configured in many different ways. Understand the code you need for the ...
https://codesolid.com/python-configuration/
CodeSolid.com - Python Learning Community
Python Configuration: Top Built-In and Third-Party Libraries - CodeSolid.com
Python programs can be configured in many different ways. Understand the code you need for the various approaches and the best tools for the job.
Microservice Architecture and System Design with Python & Kubernetes
https://www.youtube.com/watch?v=hmkF77F9TLw
https://www.youtube.com/watch?v=hmkF77F9TLw
YouTube
Microservice Architecture and System Design with Python & Kubernetes – Full Course
Learn about software system design and microservices. This course is a hands-on approach to learning about microservice architectures and distributed systems using Python, Kubernetes, RabbitMQ, MongoDB, mySQL.
✏️ Course from Kantan Coding. Check out his…
✏️ Course from Kantan Coding. Check out his…
Hstream – quick Python web apps (Streamlit alternative using htmx)
https://github.com/conradbez/hstream
https://github.com/conradbez/hstream
GitHub
GitHub - conradbez/hstream: Hyper Stream
Hyper Stream. Contribute to conradbez/hstream development by creating an account on GitHub.
twitter-archive-parser
Python code to parse a Twitter archive and output in various ways.
https://github.com/timhutton/twitter-archive-parser
Python code to parse a Twitter archive and output in various ways.
https://github.com/timhutton/twitter-archive-parser
GitHub
GitHub - timhutton/twitter-archive-parser: Python code to parse a Twitter archive and output in various ways
Python code to parse a Twitter archive and output in various ways - timhutton/twitter-archive-parser
SpyGuard
SpyGuard is a forked and enhanced version of TinyCheck. SpyGuard's main objective is to detect signs of compromise by monitoring network flows transmitted by a device.
https://github.com/SpyGuard/SpyGuard
SpyGuard is a forked and enhanced version of TinyCheck. SpyGuard's main objective is to detect signs of compromise by monitoring network flows transmitted by a device.
https://github.com/SpyGuard/SpyGuard
GitHub
GitHub - SpyGuard/SpyGuard: SpyGuard is a forked and enhanced version of TinyCheck. SpyGuard's main objective is to detect signs…
SpyGuard is a forked and enhanced version of TinyCheck. SpyGuard's main objective is to detect signs of compromise by monitoring network flows transmitted by a device. - SpyGuard/SpyGuard
Getting started with semantic search
Learn about this rapidly developing capability.
https://medium.com/neuml/getting-started-with-semantic-search-a9fd9d8a48cf
Learn about this rapidly developing capability.
https://medium.com/neuml/getting-started-with-semantic-search-a9fd9d8a48cf
Medium
Getting started with semantic search
Learn about this rapidly developing capability
Parallel Nested For-Loops in Python
In this tutorial, you will discover how to change a nested for-loop to be concurrent or parallel in Python with a suite of worked examples.
https://superfastpython.com/parallel-nested-for-loops-in-python/
In this tutorial, you will discover how to change a nested for-loop to be concurrent or parallel in Python with a suite of worked examples.
https://superfastpython.com/parallel-nested-for-loops-in-python/
Super Fast Python
Parallel Nested For-Loops in Python - Super Fast Python
You can convert nested for-loops to execute concurrently or in parallel in Python using thread pools or process pools, depending on the types of tasks that are being executed. In this tutorial, you will discover how to change a nested for-loop to be concurrent…
How to Benchmark (Python) Code
There are plenty of ways to measure the speed of your code. Let me show you a few that I considered for the Writing Faster Python series.
https://switowski.com/blog/how-to-benchmark-python-code/
There are plenty of ways to measure the speed of your code. Let me show you a few that I considered for the Writing Faster Python series.
https://switowski.com/blog/how-to-benchmark-python-code/
Sebastian Witowski
How to Benchmark (Python) Code
There are plenty of ways to measure the speed of your code. Let me show you a few that I considered for the Writing Faster Python series.
frame-interpolation
The official Tensorflow 2 implementation of our high quality frame interpolation neural network. We present a unified single-network approach that doesn't use additional pre-trained networks, like optical flow or depth, and yet achieve state-of-the-art results.
https://github.com/google-research/frame-interpolation
The official Tensorflow 2 implementation of our high quality frame interpolation neural network. We present a unified single-network approach that doesn't use additional pre-trained networks, like optical flow or depth, and yet achieve state-of-the-art results.
https://github.com/google-research/frame-interpolation
GitHub
GitHub - google-research/frame-interpolation: FILM: Frame Interpolation for Large Motion, In ECCV 2022.
FILM: Frame Interpolation for Large Motion, In ECCV 2022. - google-research/frame-interpolation
What’s New In Python 3.12
This article explains the new features in Python 3.12, compared to 3.11.
https://docs.python.org/dev/whatsnew/3.12.html
This article explains the new features in Python 3.12, compared to 3.11.
https://docs.python.org/dev/whatsnew/3.12.html
Python 3.12.0 is to remove long-deprecated items
https://discuss.python.org/t/python-3-12-0-alpha-2-released/21087
https://discuss.python.org/t/python-3-12-0-alpha-2-released/21087
Discussions on Python.org
Python 3.12.0 alpha 2 released
I’m pleased to announce the release of Python 3.12 alpha 2. This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a2 is the second of seven…
JustAnotherArchivist / snscrape
A social networking service scraper in Python
https://github.com/JustAnotherArchivist/snscrape
A social networking service scraper in Python
https://github.com/JustAnotherArchivist/snscrape
GitHub
GitHub - JustAnotherArchivist/snscrape: A social networking service scraper in Python
A social networking service scraper in Python. Contribute to JustAnotherArchivist/snscrape development by creating an account on GitHub.
The Ultimate Coding Setup for Data Science
In this video I go though how I setup my operating system to code for datascience. We talk about operating system, terminal, IDEs and more.
https://www.youtube.com/watch?v=TdbeymTcYYE
In this video I go though how I setup my operating system to code for datascience. We talk about operating system, terminal, IDEs and more.
https://www.youtube.com/watch?v=TdbeymTcYYE
YouTube
The Ultimate Coding Setup for Data Science
In this video I go though how I setup my operating system to code for datascience. We talk about operating system, terminal, IDEs and more.
Tmux settings repo: https://github.com/gpakosz/.tmux
My tmux and vim settings: https://github.com/RobMulla/vim_settings…
Tmux settings repo: https://github.com/gpakosz/.tmux
My tmux and vim settings: https://github.com/RobMulla/vim_settings…
SamirPaul1 / DSAlgo
📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.👨💻🎯
https://github.com/SamirPaul1/DSAlgo
📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.👨💻🎯
https://github.com/SamirPaul1/DSAlgo
GitHub
GitHub - SamirPaulb/DSAlgo: 📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various…
📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.👨💻🎯 - SamirPaulb/DSAlgo