John Cook: Dump a pickle file to a readable text file
Link: https://www.johndcook.com/blog/2022/08/16/python-pickle/
I got a data file from a client recently in “pickle” format. I happen to know that pickle is a binary format for serializing Python objects, but trying to open a pickle file could be a puzzle if you d
Link: https://www.johndcook.com/blog/2022/08/16/python-pickle/
I got a data file from a client recently in “pickle” format. I happen to know that pickle is a binary format for serializing Python objects, but trying to open a pickle file could be a puzzle if you d
John D. Cook | Applied Mathematics Consulting
Dump a Python pickle file to a readable text file
How to convert a pickle file to a readable text file. Makes nested structures much easier to read.
PyCoder’s Weekly: Issue #538 (Aug. 16, 2022)
Link: https://pycoders.com/issues/538
#538 – AUGUST 16, 2022 View in Browser » NLP Forward With Transformer Models and Attention What’s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machin
Link: https://pycoders.com/issues/538
#538 – AUGUST 16, 2022 View in Browser » NLP Forward With Transformer Models and Attention What’s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machin
Pycoders
PyCoder’s Weekly | Issue #538
Issue #538 of the PyCoder’s Weekly newsletter, published Aug. 16, 2022.
James Bennett: Understanding async Python for the web
Link: https://www.b-list.org/weblog/2022/aug/16/async/
Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing n
Link: https://www.b-list.org/weblog/2022/aug/16/async/
Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing n
Python Bytes: #297 I AM the documentation
Link: https://pythonbytes.fm/episodes/show/297/i-am-the-documentation
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RNrwpaG_bMk' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/297/i-am-the-documentation
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RNrwpaG_bMk' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
I AM the documentation
News and announcements from the Python community for the week of Aug 16th, 2022
PyBites: Annotate all the things! Why you should care about Python type hints …
Link: https://pybit.es/articles/pp82-annotate-all-the-things-why-you-should-care-about-python-type-hints/
Listen now:
This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek.
We talk about his background, how he learns / keeps up with Python’s fast
Link: https://pybit.es/articles/pp82-annotate-all-the-things-why-you-should-care-about-python-type-hints/
Listen now:
This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek.
We talk about his background, how he learns / keeps up with Python’s fast
Pybites
Annotate All The Things! Why You Should Care About Python Type Hints ... - Pybites
This week we have Will Frey on the podcast: ML engineer, Python "knowledge dictionary" and type hints fan & geek.
John Ludhi/nbshare.io: Numpy Array vs Vector
Link: https://www.nbshare.io/notebook/396264078/Numpy-Array-vs-Vector/
Numpy Array vs Vector
This notebook explains the difference between Numpy Array and Vector.
If you are new to Numpy, please checkout numpy basics tutorial first.
Let us create
Link: https://www.nbshare.io/notebook/396264078/Numpy-Array-vs-Vector/
Numpy Array vs Vector
This notebook explains the difference between Numpy Array and Vector.
If you are new to Numpy, please checkout numpy basics tutorial first.
Let us create
Kushal Das: johnnycanencrypt 0.7.0 released
Link: https://kushaldas.in/posts/johnnycanencrypt-0-7-0-released.html
Today I released Johnnycanencrypt 0.7.0. It has breaking change of some function names.
create_newkey renamed to create_key
import_cert renamed to import_key
But, the major work done are in few dif
Link: https://kushaldas.in/posts/johnnycanencrypt-0-7-0-released.html
Today I released Johnnycanencrypt 0.7.0. It has breaking change of some function names.
create_newkey renamed to create_key
import_cert renamed to import_key
But, the major work done are in few dif
Python for Beginners: Check For Disjoint Sets in Python
Link: https://www.pythonforbeginners.com/basics/check-for-disjoint-sets-in-python
In python, sets are container objects that are used to store unique immutable objects. In this article, we will discuss disjoint sets in python. We will also discuss different approaches to check for
Link: https://www.pythonforbeginners.com/basics/check-for-disjoint-sets-in-python
In python, sets are container objects that are used to store unique immutable objects. In this article, we will discuss disjoint sets in python. We will also discuss different approaches to check for
PythonForBeginners.com
Check For Disjoint Sets in Python - PythonForBeginners.com
Check For Disjoint Sets in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: How to Find an Absolute Value in Python
Link: https://realpython.com/python-absolute-value/
Absolute values are commonly used in mathematics, physics, and engineering. Although the school definition of an absolute value might seem straightforward, you can actually look at the concept from ma
Link: https://realpython.com/python-absolute-value/
Absolute values are commonly used in mathematics, physics, and engineering. Although the school definition of an absolute value might seem straightforward, you can actually look at the concept from ma
Realpython
How to Find an Absolute Value in Python – Real Python
Learn how to calculate the Python absolute value with abs(), implement the math behind it from scratch, and customize it in your own classes.
Read the Docs: Read the Docs newsletter - August 2022
Link: https://blog.readthedocs.com/newsletter-august-2022/
We continue to be excited about the expanded capacity we have with an additional team member.
Our focus for July has been around a lot of marketing and positioning,
trying to better understand how ou
Link: https://blog.readthedocs.com/newsletter-august-2022/
We continue to be excited about the expanded capacity we have with an additional team member.
Our focus for July has been around a lot of marketing and positioning,
trying to better understand how ou
Codementor: Why is Python a Perfect Choice for Developing Fintech Products?
Link: https://www.codementor.io/gerrardcooper14/why-is-python-a-perfect-choice-for-developing-fintech-products-1k0mrn3k8w
find the top 5 reasons why Python is an ideal programming language for developing Fintech web apps.
Link: https://www.codementor.io/gerrardcooper14/why-is-python-a-perfect-choice-for-developing-fintech-products-1k0mrn3k8w
find the top 5 reasons why Python is an ideal programming language for developing Fintech web apps.
Codementor: How to use MQTT in Python (Paho)
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-python-paho-1wb54yon1o
This article introduces how to use the Paho MQTT client library in the Python project, and implements connection, subscribe, messaging, etc of MQTT.
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-python-paho-1wb54yon1o
This article introduces how to use the Paho MQTT client library in the Python project, and implements connection, subscribe, messaging, etc of MQTT.
Python⇒Speed: Invasive procedures: Python affordances for performance measurement
Link: https://pythonspeed.com/articles/measuring-python-performance/
When your Python code is too slow, you need to identify the bottleneck that’s causing it: you need to understand what your code is doing.
Luckily, beyond pre-existing profiling tools, there are also a
Link: https://pythonspeed.com/articles/measuring-python-performance/
When your Python code is too slow, you need to identify the bottleneck that’s causing it: you need to understand what your code is doing.
Luckily, beyond pre-existing profiling tools, there are also a
Python⇒Speed
Invasive procedures: Python affordances for performance measurement
Learn a variety of—sometimes horrible—ways to instrument and measure performance in Python.
Hynek Schlawack: Easier Crediting of Contributors on GitHub
Link: https://hynek.me/til/easier-crediting-contributors-github/
Git has the concept of co-authors of a commit. You’ve probably seen it in the web UI, when multiple people are listed to have committed something. I want to be gracious with credit where it’s due and
Link: https://hynek.me/til/easier-crediting-contributors-github/
Git has the concept of co-authors of a commit. You’ve probably seen it in the web UI, when multiple people are listed to have committed something. I want to be gracious with credit where it’s due and
Hynek Schlawack
Easier Crediting of Contributors on GitHub
GitHub has the concept of co-authors of a commit. You’ve probably seen it in the web UI, when multiple people are listed to have committed something. I want to be gracious with credit where it’s due and I’ve found ways to make it easier.
Mike Driscoll: How to Rotate and Mirror Images with Python and Pillow (Video)
Link: https://www.blog.pythonlibrary.org/2022/08/18/how-to-rotate-and-mirror-images-with-python-and-pillow-video/
In this video tutorial, you will learn how to rotate and mirror images with Python and the Pillow package. This is also known as transposing an image.
Want to learn more about working with images wit
Link: https://www.blog.pythonlibrary.org/2022/08/18/how-to-rotate-and-mirror-images-with-python-and-pillow-video/
In this video tutorial, you will learn how to rotate and mirror images with Python and the Pillow package. This is also known as transposing an image.
Want to learn more about working with images wit
Mouse Vs Python
How to Rotate and Mirror Images with Python and Pillow (Video) - Mouse Vs Python
In this video tutorial, you will learn how to rotate and mirror images with Python and the Pillow package. This is also known as transposing an image.
Anwesha Das: How to add a renew hook for certbot?
Link: http://anweshadas.in/how-to-add-a-renew-hook-for-certbot/
After moving the foss.trainingserver to a new location, we found that TLS certificate was expired. I had looked and figured out that though certbot renewed the certificate, it never reloaded the nginx
Link: http://anweshadas.in/how-to-add-a-renew-hook-for-certbot/
After moving the foss.trainingserver to a new location, we found that TLS certificate was expired. I had looked and figured out that though certbot renewed the certificate, it never reloaded the nginx
Law Explained India
How to add a renew hook for certbot?
After moving the foss.trainingserver to a new location, we found that TLS certificate was expired. I had looked and figured out that though certbot renewed the certificate, it never reloaded the nginx. Now to make sure that nginx is reloaded next time, we…
Shannon -jj Behrens: Python: My Favorite Python Tricks for LeetCode Questions
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Jjinux
Python: My Favorite Python Tricks for LeetCode Questions
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python trick...
John Ludhi/nbshare.io: PySpark Substr and Substring
Link: https://www.nbshare.io/notebook/150872632/PySpark-Substr-and-Substring/
PySpark Substr and Substring
substring(col_name, pos, len) - Substring starts at pos and is of length len when str is String type or returns the slice of byte array that starts at pos i
Link: https://www.nbshare.io/notebook/150872632/PySpark-Substr-and-Substring/
PySpark Substr and Substring
substring(col_name, pos, len) - Substring starts at pos and is of length len when str is String type or returns the slice of byte array that starts at pos i
PyBites: The importance of practicing gratitude
Link: https://pybit.es/articles/pp83-the-importance-of-practicing-gratitude/
Listen now:
This week we talk about gratitude.
Why? We spotted a trend that people are not saying thanks enough. We often suppose things are “just” working, forgetting that there is actually a lot of
Link: https://pybit.es/articles/pp83-the-importance-of-practicing-gratitude/
Listen now:
This week we talk about gratitude.
Why? We spotted a trend that people are not saying thanks enough. We often suppose things are “just” working, forgetting that there is actually a lot of
PyBites
The Importance Of Practicing Gratitude - PyBites
This week we talk about gratitude.
Real Python: The Real Python Podcast – Episode #122: Configuring a Coding Environment on Windows & Using TOML With Python
Link: https://realpython.com/podcasts/rpp/122/
Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is h
Link: https://realpython.com/podcasts/rpp/122/
Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is h
Realpython
Episode #122: Configuring a Coding Environment on Windows & Using TOML With Python – The Real Python Podcast
Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles…
Python for Beginners: Check For Superset in Python
Link: https://www.pythonforbeginners.com/basics/check-for-superset-in-python
In python, we use sets to store unique immutable objects. In this article, we will discuss what is a superset of a set. We will also discuss ways to check for superset in Python.
What is a Superset?
Link: https://www.pythonforbeginners.com/basics/check-for-superset-in-python
In python, we use sets to store unique immutable objects. In this article, we will discuss what is a superset of a set. We will also discuss ways to check for superset in Python.
What is a Superset?
PythonForBeginners.com
Check For Superset in Python - PythonForBeginners.com
Check For Superset in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.