You Can Do Really Cool Things With Functions In Python
Here are a few not-so-common things you can do with functions in Python, including closures and partial function application. Functions are incredibly powerful and you can use them to write code that's really clean and often a lot shorter than when relying on classes and object-oriented programming.
https://www.youtube.com/watch?v=ph2HjBQuI8Y
Here are a few not-so-common things you can do with functions in Python, including closures and partial function application. Functions are incredibly powerful and you can use them to write code that's really clean and often a lot shorter than when relying on classes and object-oriented programming.
https://www.youtube.com/watch?v=ph2HjBQuI8Y
YouTube
You Can Do Really Cool Things With Functions In Python
đź’ˇ Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Here are a few not-so-common things you can do with functions in Python, including closures and partial function application. Functions are incredibly powerful and you can…
Here are a few not-so-common things you can do with functions in Python, including closures and partial function application. Functions are incredibly powerful and you can…
How we parallelized 600+ pandas functions with Modin
Scaling up pandas is hard. With Modin, we took a first-principles approach to parallelizing the pandas API. Rather than focus on implementing what we knew was easy, we developed a theoretical basis for dataframes—the abstraction underlying pandas—and derived a dataframe algebra that can express the 600+ pandas operators in under 20 algebraic operators.
https://ponder.io/how-do-we-parallelized-600-pandas-functions-with-modin/
Scaling up pandas is hard. With Modin, we took a first-principles approach to parallelizing the pandas API. Rather than focus on implementing what we knew was easy, we developed a theoretical basis for dataframes—the abstraction underlying pandas—and derived a dataframe algebra that can express the 600+ pandas operators in under 20 algebraic operators.
https://ponder.io/how-do-we-parallelized-600-pandas-functions-with-modin/
Ponder
How we parallelized 600+ pandas functions with Modin
Scaling up pandas is hard. Learn about how we parallelize 600+ pandas functions with Modin, making it faster and easier to get insights!
palahsu / DDoS-Ripper
DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic
https://github.com/palahsu/DDoS-Ripper
DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic
https://github.com/palahsu/DDoS-Ripper
GitHub
GitHub - palahsu/DDoS-Ripper: DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding…
DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic - palahsu/DDoS-Ripper
hpcaitech / ColossalAI
Colossal-AI: A Unified Deep Learning System for Large-Scale Parallel Training
https://github.com/hpcaitech/ColossalAI
Colossal-AI: A Unified Deep Learning System for Large-Scale Parallel Training
https://github.com/hpcaitech/ColossalAI
GitHub
GitHub - hpcaitech/ColossalAI: Making large AI models cheaper, faster and more accessible
Making large AI models cheaper, faster and more accessible - hpcaitech/ColossalAI
Text Similarity w/ Levenshtein Distance in Python
Building a Plagiarism Detection Pipeline in Python.
https://t.co/sBwLcaclXt
Building a Plagiarism Detection Pipeline in Python.
https://t.co/sBwLcaclXt
Medium
Text Similarity w/ Levenshtein Distance in Python
Building a Plagiarism Detection Pipeline in Python
Real Time Inference on Raspberry Pi 4 (30 fps!)
https://pytorch.org/tutorials/intermediate/realtime_rpi.html
https://pytorch.org/tutorials/intermediate/realtime_rpi.html
Working with Image Data in Python
In this video I show how to work with image data in python! Using the popular python packages matplotlib and opencv you will learn how to open image data, how the data is formatted, some ways to manipulate the data and save it off in a different format.
https://www.youtube.com/watch?v=kSqxn6zGE0c
In this video I show how to work with image data in python! Using the popular python packages matplotlib and opencv you will learn how to open image data, how the data is formatted, some ways to manipulate the data and save it off in a different format.
https://www.youtube.com/watch?v=kSqxn6zGE0c
YouTube
Image Processing with OpenCV and Python
In this Introduction to Image Processing with Python, kaggle grandmaster Rob Mulla shows how to work with image data in python! Python image processing is very important for anyone interested in computer vision and data science. Using the popular python packages…
👍1
Running Python in WebAssembly
Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime.
https://www.fermyon.com/blog/python-wagi
Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime.
https://www.fermyon.com/blog/python-wagi
Fermyon • Experience the next wave of cloud computing.
Running Python in WebAssembly
Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime.
Bashing the Bash – Replacing Shell Scripts with Python
https://medium.com/capital-one-tech/bashing-the-bash-replacing-shell-scripts-with-python-d8d201bc0989
https://medium.com/capital-one-tech/bashing-the-bash-replacing-shell-scripts-with-python-d8d201bc0989
Medium
Bashing the Bash — Replacing Shell Scripts with Python
An application that looks like a free hoodie from a defunct web site doesn’t create a lot of confidence...
Efficient Pandas Dataframes in Python
In this video Rob Mulla teaches how to make your pandas dataframes more efficient by casting dtypes correctly. This will make your code faster, use less memory and smaller when saving to disk or a database.
https://www.youtube.com/watch?v=u4_c2LDi4b8
In this video Rob Mulla teaches how to make your pandas dataframes more efficient by casting dtypes correctly. This will make your code faster, use less memory and smaller when saving to disk or a database.
https://www.youtube.com/watch?v=u4_c2LDi4b8
YouTube
Speed Up Your Pandas Dataframes
In this video Rob Mulla teaches how to make your pandas dataframes more efficient by casting dtypes correctly. This will make your code faster, use less memory and smaller when saving to disk or a database.
Timeline:
00:00 Intro
00:47 Imports and Data Creation…
Timeline:
00:00 Intro
00:47 Imports and Data Creation…
The Right Way to Compare Floats in Python
https://davidamos.dev/the-right-way-to-compare-floats-in-python/
https://davidamos.dev/the-right-way-to-compare-floats-in-python/
ww16.davidamos.dev
davidamos.dev - This website is for sale! - davidamos Resources and Information.
This website is for sale! davidamos.dev is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, davidamos.dev has it all. We hope you find what you are searching for!
Object Oriented Programming (OOPS) in Python
Object oriented programming is an effective way of writing code. You create classes which are ...
https://www.machinelearningplus.com/python/object-oriented-programming-oops-in-python/
Object oriented programming is an effective way of writing code. You create classes which are ...
https://www.machinelearningplus.com/python/object-oriented-programming-oops-in-python/
Machine Learning Plus
Object Oriented Programming (OOPS) in Python
Learn Data Science Online
This Is Why Python Data Classes Are Awesome
Data classes in Python are really powerful and not just for representing structured data. In this video I show you what you can do with dataclasses as well as new capabilities that have been added in Python 3.10.
https://www.youtube.com/watch?v=CvQ7e6yUtnw
Data classes in Python are really powerful and not just for representing structured data. In this video I show you what you can do with dataclasses as well as new capabilities that have been added in Python 3.10.
https://www.youtube.com/watch?v=CvQ7e6yUtnw
YouTube
This Is Why Python Data Classes Are Awesome
đź’ˇ Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Data classes in Python are really powerful and not just for representing structured data. In this video, I show you what you can do with dataclasses as well as new capabilities…
Data classes in Python are really powerful and not just for representing structured data. In this video, I show you what you can do with dataclasses as well as new capabilities…
BlocklyML visual programming tool for Machine learning and Python
https://github.com/chekoduadarsh/BlocklyML
https://github.com/chekoduadarsh/BlocklyML
GitHub
GitHub - chekoduadarsh/BlocklyML: BlocklyML is a simple visual programming Tool for python and ML. 🧩 🖥️
BlocklyML is a simple visual programming Tool for python and ML. 🧩 🖥️ - chekoduadarsh/BlocklyML
Pre-Allocated Lists in Python
https://rednafi.github.io/reflections/pre-allocated-lists-in-python.html
https://rednafi.github.io/reflections/pre-allocated-lists-in-python.html
I made an event-driven system to quickly make GUIs with Python and pyimgui
https://pypi.org/project/toolgui/
https://pypi.org/project/toolgui/
PyPI
toolgui
Modular event-driven GUI system for quickly building tools with Python and pyimgui.
Overlooked facts about variables and objects in Python: it's all about pointers
In Python, variables and data structures don’t contain objects. This fact is both commonly overlooked and tricky to internalize. You can happily use Python for years without really understanding the concepts below, but this knowledge can certainly help alleviate many common Python gotchas.
https://treyhunner.com/2022/03/variables-objects-and-pointers-in-python/
In Python, variables and data structures don’t contain objects. This fact is both commonly overlooked and tricky to internalize. You can happily use Python for years without really understanding the concepts below, but this knowledge can certainly help alleviate many common Python gotchas.
https://treyhunner.com/2022/03/variables-objects-and-pointers-in-python/
Treyhunner
Overlooked facts about variables and objects in Python: it's all about pointers
Unlike many programming languages, variables in Python are not buckets which
The counter-intuitive rise of Python in scientific computing (2020)
https://cerfacs.fr/coop/fortran-vs-python
https://cerfacs.fr/coop/fortran-vs-python
The COOP Blog
The counter-intuitive rise of Python in scientific computing
Why are some people in scientific computing moving from Fortran to a slower language, Python?
OpenTelemetry and Python: A Complete Instrumentation Guide
Learn how to instrument Python code with OpenTelemetry, both manually and using auto-instrumentation.
https://www.timescale.com/blog/opentelemetry-and-python-a-complete-instrumentation-guide/
Learn how to instrument Python code with OpenTelemetry, both manually and using auto-instrumentation.
https://www.timescale.com/blog/opentelemetry-and-python-a-complete-instrumentation-guide/
Timescale Blog
OpenTelemetry and Python: A Complete Instrumentation Guide
Learn how to instrument Python code with OpenTelemetry, both manually and using auto-instrumentation.