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/
MachineLearningMastery.com
A Gentle Introduction to Serialization for Python - MachineLearningMastery.com
Serialization refers to the process of converting a data object (e.g., Python objects, Tensorflow models) into a format that allows us to store or transmit the data and then recreate the object when needed using the reverse process of deserialization. There…
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…
Object Localization using PyTorch, Part 1
In part one of this series on object localization with pytorch, you will learn the theory behind object localization, and learn how to set up the dataset for the task.
https://blog.paperspace.com/object-localization-using-pytorch-1/
In part one of this series on object localization with pytorch, you will learn the theory behind object localization, and learn how to set up the dataset for the task.
https://blog.paperspace.com/object-localization-using-pytorch-1/
Show HN: Miniboss, versatile local container management with Python
https://github.com/afroisalreadyinu/miniboss
https://github.com/afroisalreadyinu/miniboss
GitHub
GitHub - afroisalreadyinu/miniboss: The most versatile way to manage containers locally
The most versatile way to manage containers locally - afroisalreadyinu/miniboss
Python in Visual Studio Code – March 2022 Release
https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2022-release/
https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2022-release/
Microsoft News
Python in Visual Studio Code – March 2022 Release
The March 2022 release of the Python Extension for Visual Studio Code is now available and it includes support for pre-release versions and changes to the interpreter selector on the status bar.
MDAnalysis
A Python library to analyze molecular dynamics simulations.
https://github.com/MDAnalysis/mdanalysis
A Python library to analyze molecular dynamics simulations.
https://github.com/MDAnalysis/mdanalysis
GitHub
GitHub - MDAnalysis/mdanalysis: MDAnalysis is a Python library to analyze molecular dynamics simulations.
MDAnalysis is a Python library to analyze molecular dynamics simulations. - MDAnalysis/mdanalysis
Python Range: Explained With Many Examples
A range is most often used in Python for loops. This article explains how to use ranges and how they work, using lots of code examples.
https://python.land/deep-dives/python-range
A range is most often used in Python for loops. This article explains how to use ranges and how they work, using lots of code examples.
https://python.land/deep-dives/python-range
Python Land
Python range() Function: How-To Tutorial With Examples • Python Land
Learn how to use Python's range() function and how it works (iterability). This tutorial includes lots of code examples.
Quick and impressive Python app: Auto-Tweet Your Words using Speech Recognition in Python
https://www.reddit.com/r/madeinpython/comments/tawzxc/quick_and_impressive_python_app_autotweet_your/
https://www.reddit.com/r/madeinpython/comments/tawzxc/quick_and_impressive_python_app_autotweet_your/
reddit
Quick and impressive Python app: Auto-Tweet Your Words using...
Posted in r/madeinpython by u/turpyturp • 1 point and 0 comments
Modify Iterables While Iterating in Python
https://rednafi.github.io/reflections/modify-iterables-while-iterating-in-python.html
https://rednafi.github.io/reflections/modify-iterables-while-iterating-in-python.html
TRACARDI
TRACARDI is an API-first solution, low-code / no-code platform aimed at any e-commerce business that wants to start using user data for marketing purposes.
https://github.com/tracardi/tracardi
TRACARDI is an API-first solution, low-code / no-code platform aimed at any e-commerce business that wants to start using user data for marketing purposes.
https://github.com/tracardi/tracardi
GitHub
GitHub - Tracardi/tracardi: TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any…
TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any company that need inexpensive CDP to intergrate with. - GitHub - Tracardi/tracardi: TRACARDI is ...