Show HN: Improve your Python regex skills with 75 interactive exercises
https://github.com/learnbyexample/py_regular_expressions/tree/master/interactive_exercises
https://github.com/learnbyexample/py_regular_expressions/tree/master/interactive_exercises
GitHub
py_regular_expressions/interactive_exercises at master · learnbyexample/py_regular_expressions
Learn Python Regular Expressions step by step from beginner to advanced levels - learnbyexample/py_regular_expressions
Experimental APIs in Python 3.10 and the future of trust stores
Let's see the new APIs in action and how their addition could mean a bright future for trust stores in Python.
https://sethmlarson.dev/blog/2021-11-27/experimental-python-3.10-apis-and-trust-stores
Let's see the new APIs in action and how their addition could mean a bright future for trust stores in Python.
https://sethmlarson.dev/blog/2021-11-27/experimental-python-3.10-apis-and-trust-stores
Seth Michael Larson
Experimental APIs in Python 3.10 and the future of trust stores
⚠️ The APIs mentioned below aren't documented in the Python docs or release notes and are experimental. I recommend not using them until they are stable.
In Python 3.10.0 there were a few new APIs...
In Python 3.10.0 there were a few new APIs...
API Authentication with Tokens
In this article I'm going to show you a few common patterns for client authentication based on ...
http://blog.miguelgrinberg.com/post/api-authentication-with-tokens
In this article I'm going to show you a few common patterns for client authentication based on ...
http://blog.miguelgrinberg.com/post/api-authentication-with-tokens
Miguelgrinberg
API Authentication with Tokens
In this article I'm going to show you a few common patterns for client authentication based on tokens, and how can they be implemented in a Python API back end. This method of authentication works…
How to Write Awesome Python Classes
It’s a kind of magicContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-write-awesome-python-classes-f2e1f05e51a9
It’s a kind of magicContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-write-awesome-python-classes-f2e1f05e51a9
Medium
How to Write Awesome Python Classes
It’s a kind of magic
Run a website off a Google Sheets Database, with Hugo
How to build a static website from a database hosted in Google Sheets with Jupyter + Pandas, Hugo Static Site Generator, and Netlify Hosting.
https://www.markhansen.co.nz/build-a-website-off-a-google-sheets-database-using-hugo-netlify/
How to build a static website from a database hosted in Google Sheets with Jupyter + Pandas, Hugo Static Site Generator, and Netlify Hosting.
https://www.markhansen.co.nz/build-a-website-off-a-google-sheets-database-using-hugo-netlify/
Mark Hansen's Blog
Run a website off a Google Sheets Database, with Hugo
How to build a static website from a database hosted in Google Sheets with Jupyter + Pandas, Hugo Static Site Generator, and Netlify Hosting.
Create a Cold War-Era Numbers Station with Twilio Voice and Python Flask
In this tutorial, you’ll learn how to build a Python Flask application that will encrypt a message of your choice into a string of numbers. You’ll then use the Twilio Voice API via the Python helper library to accept an incoming call and read out the coded message to the caller in as creepy a voice as you can manage.
https://www.twilio.com/blog/cold-war-numbers-station-twilio-voice-python-flask
In this tutorial, you’ll learn how to build a Python Flask application that will encrypt a message of your choice into a string of numbers. You’ll then use the Twilio Voice API via the Python helper library to accept an incoming call and read out the coded message to the caller in as creepy a voice as you can manage.
https://www.twilio.com/blog/cold-war-numbers-station-twilio-voice-python-flask
Twilio Blog
Create a Cold War-Era Numbers Station with Twilio Voice and Python Flask
Twilio posts cloud communications trends, customer stories, and tips for building scalable voice and SMS applications with Twilio's APIs.
Mito: One of the Coolest Python Libraries You Have Ever Seen
Here is my take on this cool Python library and why you should give it a tryContinue reading on ...
https://towardsdatascience.com/mito-one-of-the-coolest-python-libraries-you-have-ever-seen-5261dbfedceb
Here is my take on this cool Python library and why you should give it a tryContinue reading on ...
https://towardsdatascience.com/mito-one-of-the-coolest-python-libraries-you-have-ever-seen-5261dbfedceb
5 Python open-source tools to extract text and tabular data from PDF Files
This article is a comprehensive overview of different open-source tools to extract text and tabular ...
https://towardsdatascience.com/5-python-open-source-tools-to-extract-text-and-tabular-data-from-pdf-files-9359cdde6b56
This article is a comprehensive overview of different open-source tools to extract text and tabular ...
https://towardsdatascience.com/5-python-open-source-tools-to-extract-text-and-tabular-data-from-pdf-files-9359cdde6b56
How to Easily Cluster Textual Data in Python
With this method, you’ll never have to manually cluster survey answers ever againContinue ...
https://towardsdatascience.com/how-to-easily-cluster-textual-data-in-python-ab27040b07d8
With this method, you’ll never have to manually cluster survey answers ever againContinue ...
https://towardsdatascience.com/how-to-easily-cluster-textual-data-in-python-ab27040b07d8
Introduction to Clustering in Python with PyCaret
A step-by-step, beginner-friendly tutorial for unsupervised clustering tasks in Python ...
https://towardsdatascience.com/introduction-to-clustering-in-python-with-pycaret-5d869b9714a3
A step-by-step, beginner-friendly tutorial for unsupervised clustering tasks in Python ...
https://towardsdatascience.com/introduction-to-clustering-in-python-with-pycaret-5d869b9714a3
Medium
Introduction to Clustering in Python with PyCaret
A step-by-step, beginner-friendly tutorial for unsupervised clustering tasks in Python using PyCaret
Django 4.0 released
The Django team is happy to announce the release of Django 4.0.
The release notes cover the ...
https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
The Django team is happy to announce the release of Django 4.0.
The release notes cover the ...
https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
API Authentication with Tokens
This article shows you a few common patterns for client authentication based on tokens, and how they can be implemented in a Python API back end.
https://blog.miguelgrinberg.com/post/api-authentication-with-tokens
This article shows you a few common patterns for client authentication based on tokens, and how they can be implemented in a Python API back end.
https://blog.miguelgrinberg.com/post/api-authentication-with-tokens
Miguelgrinberg
API Authentication with Tokens
In this article I'm going to show you a few common patterns for client authentication based on tokens, and how can they be implemented in a Python API back end. This method of authentication works…
How to write and deploy a monitoring and notification service within minutes. For free.
Did you ever wish for a service that repeatedly checks and pings you once it observes a specified event? — Learn how to build and deploy it.
https://t.co/METeYvAKWW
Did you ever wish for a service that repeatedly checks and pings you once it observes a specified event? — Learn how to build and deploy it.
https://t.co/METeYvAKWW
A Tour of Python's itertools Library
In this tutorial you will take an extensive tour of Python's itertools modules and learn all about how to use iterators in the process.
https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/
In this tutorial you will take an extensive tour of Python's itertools modules and learn all about how to use iterators in the process.
https://www.blog.pythonlibrary.org/2021/12/07/a-tour-of-pythons-itertools-library/
Mouse Vs Python
A Tour of Python's itertools Library - Mouse Vs Python
In this tutorial you will take an extensive tour of Python's itertools modules and learn all about how to use iterators in the process
TachibanaYoshino / AnimeGANv2
Open Source. The improved version of AnimeGAN. Landscape photos/videos to anime
https://github.com/TachibanaYoshino/AnimeGANv2
Open Source. The improved version of AnimeGAN. Landscape photos/videos to anime
https://github.com/TachibanaYoshino/AnimeGANv2
GitHub
GitHub - TachibanaYoshino/AnimeGANv2: [Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime - TachibanaYoshino/AnimeGANv2
PyTorch Lightning for Dummies - A Tutorial and Overview
The ultimate PyTorch Lightning tutorial. Learn how it compares with vanilla PyTorch, and how to build and train models with PyTorch Lightning.
https://www.assemblyai.com/blog/pytorch-lightning-for-dummies/
The ultimate PyTorch Lightning tutorial. Learn how it compares with vanilla PyTorch, and how to build and train models with PyTorch Lightning.
https://www.assemblyai.com/blog/pytorch-lightning-for-dummies/
News, Tutorials, AI Research
PyTorch Lightning for Dummies - A Tutorial and Overview
In this tutorial we’ll explore the differences between Lightning and ordinary PyTorch, understand the Lightning workflow, and then build and train a model to see Lightning in action.