macOS 12.3 finally deletes its own Python 2, which even die-hard Python fans applaud
https://www.reddit.com/r/Python/comments/tfbgoe/macos_123_finally_deletes_its_own_python_2_which/
https://www.reddit.com/r/Python/comments/tfbgoe/macos_123_finally_deletes_its_own_python_2_which/
reddit
macOS 12.3 finally deletes its own Python 2, which even die-hard...
Posted in r/Python by u/amancoreseg • 899 points and 91 comments
Iterable, Ordered, Mutable, and Hashable Python Objects Explained
Discussing what each of these terms really means and implies, their main nuances, and some useful ...
https://towardsdatascience.com/iterable-ordered-mutable-and-hashable-python-objects-explained-1254c9b9e421
Discussing what each of these terms really means and implies, their main nuances, and some useful ...
https://towardsdatascience.com/iterable-ordered-mutable-and-hashable-python-objects-explained-1254c9b9e421
Building a blog from scratch in 2022 using Hugo, Docker and a bit of Python
https://blog.ioces.com/matt/posts/everything-old-is-new-again/
https://blog.ioces.com/matt/posts/everything-old-is-new-again/
Ioces
Everything Old Is New Again
Building a blog from scratch in 2022 using Hugo, Docker and a little bit of Python
DASH101 — Part 1: Introduction to Dash layout
Learn to create beautiful custom dashboards in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/dash101-part-1-introduction-to-dash-layout-810ec449ad43
Learn to create beautiful custom dashboards in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/dash101-part-1-introduction-to-dash-layout-810ec449ad43
Medium
DASH101 — Part 1: Introduction to Dash layout
Learn to create beautiful custom dashboards in Python
The Beauty of Gradient
In a real-life example, let’s explore how this simple but powerful calculation can help you ...
https://towardsdatascience.com/the-beauty-of-gradient-7798f4f0dd40
In a real-life example, let’s explore how this simple but powerful calculation can help you ...
https://towardsdatascience.com/the-beauty-of-gradient-7798f4f0dd40
Medium
The Beauty of Gradient
In a real-life example, let’s explore how this simple but powerful calculation can help you filter data and, especially, different…
Best of Both Worlds: Automated and Dynamic SQL Queries from Python
Bring automation to new heights with SQL and Python integrationContinue reading on Towards Data ...
https://towardsdatascience.com/best-of-both-worlds-automated-and-dynamic-sql-queries-from-python-5b74a24501b0
Bring automation to new heights with SQL and Python integrationContinue reading on Towards Data ...
https://towardsdatascience.com/best-of-both-worlds-automated-and-dynamic-sql-queries-from-python-5b74a24501b0
obss / sahi
A lightweight vision library for performing large scale object detection/ instance segmentation.
https://github.com/obss/sahi
A lightweight vision library for performing large scale object detection/ instance segmentation.
https://github.com/obss/sahi
GitHub
GitHub - obss/sahi: Framework agnostic sliced/tiled inference + interactive ui + error analysis plots
Framework agnostic sliced/tiled inference + interactive ui + error analysis plots - obss/sahi
Processing large JSON files in Python without running out of memory
If you need to process a large JSON file in Python, it’s very easy to run out of memory. One common solution is streaming parsing, aka lazy parsing, iterative parsing, or chunked processing. Let’s see how you can apply this technique to JSON processing.
https://pythonspeed.com/articles/json-memory-streaming/
If you need to process a large JSON file in Python, it’s very easy to run out of memory. One common solution is streaming parsing, aka lazy parsing, iterative parsing, or chunked processing. Let’s see how you can apply this technique to JSON processing.
https://pythonspeed.com/articles/json-memory-streaming/
Python⇒Speed
Processing large JSON files in Python without running out of memory
Loading complete JSON files into Python can use too much memory, leading to slowness or crashes. The solution: process JSON data one chunk at a time.
Speed up your Pandas code
Face it, your pandas code is slow. Learn how to speed it up! In this video Rob discusses a key trick to making your code faster! Pandas is an essential tool for any python programmer and data scientist
https://www.youtube.com/watch?v=SAFmrTnEHLg
Face it, your pandas code is slow. Learn how to speed it up! In this video Rob discusses a key trick to making your code faster! Pandas is an essential tool for any python programmer and data scientist
https://www.youtube.com/watch?v=SAFmrTnEHLg
YouTube
Make Your Pandas Code Lightning Fast
Speed up slow pandas/python code by 2500x using this simple trick. Face it, your pandas code is slow. Learn how to speed it up! In this video Rob discusses a key trick to making your code faster! Pandas is an essential tool for any python programmer and data…
What did www.python.org look like from 1996 to 2021?
https://whatdiditlooklike.mementoweb.org/post/639415402106142720/what-did-httpswwwpythonorg-look-like-from
https://whatdiditlooklike.mementoweb.org/post/639415402106142720/what-did-httpswwwpythonorg-look-like-from
Tumblr
What Did https://www.python.org/ Look Like From 1996 To 2021? Links: 1996: https://arquivo.pt/wayback/19961013225840mp_/http://www.python.org/ 1997:...
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