requirements.txt vs setup.py in Python
Understanding the purpose of requirements.txt, setup.py and setup.cfg in Python when developing and ...
https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af
Understanding the purpose of requirements.txt, setup.py and setup.cfg in Python when developing and ...
https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af
D-Tale: One of the Best Python Libraries You Have Ever Seen
Here is my take on this must-have Python library and why you should give it a tryContinue reading ...
https://towardsdatascience.com/d-tale-one-of-the-best-python-libraries-you-have-ever-seen-c2deecdfd2b
Here is my take on this must-have Python library and why you should give it a tryContinue reading ...
https://towardsdatascience.com/d-tale-one-of-the-best-python-libraries-you-have-ever-seen-c2deecdfd2b
Working With Audio Data in Python
In this video Kaggle Grandmaster Rob shows you how to use python and librosa to work with audio data.
https://www.youtube.com/watch?v=ZqpSb5p1xQo
In this video Kaggle Grandmaster Rob shows you how to use python and librosa to work with audio data.
https://www.youtube.com/watch?v=ZqpSb5p1xQo
YouTube
Audio Data Processing in Python
In this video Kaggle Grandmaster Rob shows you how to use python and librosa to work with audio data. We import play and visualize the data.
Timeline:
00:00 Introduction
00:54 The Dataset
01:44 Package Imports
03:20 Audio Terms to Know
05:30 Reading and…
Timeline:
00:00 Introduction
00:54 The Dataset
01:44 Package Imports
03:20 Audio Terms to Know
05:30 Reading and…
How to create 1000+ unique NFT-style images (like Cryptopunk)
Learn how to use Python to generate a collection of unique profile-picture avatar by layering images from a directory. This is the technique used bymany popular NFT collections like Cryptopunks or Bored Ape.
https://www.youtube.com/watch?v=o0qNS_pOVqw
Learn how to use Python to generate a collection of unique profile-picture avatar by layering images from a directory. This is the technique used bymany popular NFT collections like Cryptopunks or Bored Ape.
https://www.youtube.com/watch?v=o0qNS_pOVqw
YouTube
How to create 1000+ unique NFT-style images (like Cryptopunk) | Python Tutorial
In this project, we will use Python to generate a collection of unique profile-picture avatar by layering images from a directory. This is the technique used bymany popular NFT collections like Cryptopunks or Bored Ape.
🖼 Download Images: https://pixegami…
🖼 Download Images: https://pixegami…
Optimizing Memory Usage in Python Applications
Find out why your Python apps are using too much memory and reduce their RAM usage with these simple tricks and efficient data structures.
https://martinheinz.dev/blog/68
Find out why your Python apps are using too much memory and reduce their RAM usage with these simple tricks and efficient data structures.
https://martinheinz.dev/blog/68
martinheinz.dev
Optimizing Memory Usage in Python Applications
<p>
When it comes to performance optimization, people usually focus only on speed and CPU usage. Rarely is anyone concerned with memory consumption, well, ...
When it comes to performance optimization, people usually focus only on speed and CPU usage. Rarely is anyone concerned with memory consumption, well, ...
gkbrk / slowloris
Low bandwidth DoS tool. Slowloris rewrite in Python.
https://github.com/gkbrk/slowloris
Low bandwidth DoS tool. Slowloris rewrite in Python.
https://github.com/gkbrk/slowloris
GitHub
GitHub - gkbrk/slowloris: Low bandwidth DoS tool. Slowloris rewrite in Python.
Low bandwidth DoS tool. Slowloris rewrite in Python. - gkbrk/slowloris
A Gentle Introduction to Serialization for Python
In this post, you will discover how to use two common serialization libraries in Python to serialize data objects (namely pickle and HDF5) such as dictionaries and Tensorflow models in Python for storage and transmission
https://machinelearningmastery.com/a-gentle-introduction-to-serialization-for-python/
In this post, you will discover how to use two common serialization libraries in Python to serialize data objects (namely pickle and HDF5) such as dictionaries and Tensorflow models in Python for storage and transmission
https://machinelearningmastery.com/a-gentle-introduction-to-serialization-for-python/
Simple code to unlock all read-only PDFs in current folder without the password
https://www.reddit.com/r/Python/comments/t32z2o/simple_code_to_unlock_all_readonly_pdfs_in/
https://www.reddit.com/r/Python/comments/t32z2o/simple_code_to_unlock_all_readonly_pdfs_in/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Build a User-Friendly CLI from Pure Python Functions
DynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article explains how DynaCLI makes writing Command Line Interfaces in Python easy and efficient, using as an example a function to generate a QR code that records a person’s vaccination status.
https://rzayev-sehriyar.medium.com/build-a-user-friendly-cli-from-pure-python-functions-348858c61022
DynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article explains how DynaCLI makes writing Command Line Interfaces in Python easy and efficient, using as an example a function to generate a QR code that records a person’s vaccination status.
https://rzayev-sehriyar.medium.com/build-a-user-friendly-cli-from-pure-python-functions-348858c61022
Medium
Build a User-Friendly CLI from Pure Python Functions
DynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article…
A Better Structlog Processor for Python for CloudWatch Logs Using AWS Lambda
https://dltj.org/article/python-structlog-for-aws-lambda-cloudwatch/
https://dltj.org/article/python-structlog-for-aws-lambda-cloudwatch/
Disruptive Library Technology Jester
A Better Structlog Processor for Python for CloudWatch Logs Using AWS Lambda
I was introduced to structured logs at work, and this ol’ hacker thinks that is a darn good idea. For a new program I’m writing, I wanted to put that into use. The program uses AWS Lambdas, and the log entries for the Lambdas end up in CloudWatch Logs.…
arc298 / instagram-scraper
Scrapes an instagram user's photos and videos
https://github.com/arc298/instagram-scraper
Scrapes an instagram user's photos and videos
https://github.com/arc298/instagram-scraper
Family of key Python contributor Storchaka has left Ukraine safely with community help
https://www.reddit.com/r/Python/comments/t9dd6n/family_of_key_python_contributor_storchaka_has/
https://www.reddit.com/r/Python/comments/t9dd6n/family_of_key_python_contributor_storchaka_has/
reddit
Family of key Python contributor Storchaka has left Ukraine safely...
Posted in r/Python by u/amancoreseg • 1,260 points and 19 comments
commaai / openpilot
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 150 supported car makes and models.
https://github.com/commaai/openpilot
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 150 supported car makes and models.
https://github.com/commaai/openpilot
GitHub
GitHub - commaai/openpilot: openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system…
openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars. - commaai/openpilot
Refactoring a Python Codebase with LibCST
https://engineering.instawork.com/refactoring-a-python-codebase-with-libcst-fc645ecc1f09
https://engineering.instawork.com/refactoring-a-python-codebase-with-libcst-fc645ecc1f09
Medium
Refactoring a Python Codebase with LibCST
How can an engineering team maintain consistent conventions in a growing codebase? When working on new code, engineers add new patterns to…