Build simple authentication API using FAST API with ES256 encryption in 10 mins
https://dc1888.medium.com/build-simple-authentication-api-using-fast-api-with-es256-encryption-in-10-mins-f8c0113937a
https://dc1888.medium.com/build-simple-authentication-api-using-fast-api-with-es256-encryption-in-10-mins-f8c0113937a
Medium
Build simple authentication API using FAST API with ES256 encryption in 10 mins
Good day to everyone! In this article, we will learn about how to create an authentication API using FAST API with ES256 encryption JWT…
8 Interesting Facts About Python Programming Language
https://pub.towardsai.net/8-interesting-facts-about-python-programming-language-ff8ccba88cad
https://pub.towardsai.net/8-interesting-facts-about-python-programming-language-ff8ccba88cad
Medium
8 Interesting Facts About Python Programming Language
Python is a programming language created by Guido Van Rossum that has quickly risen to become one of the most popular in the world. It is…
Building a CLI Spotify playlist generator using Python & Spotipy
https://medium.com/@ethanj129/building-a-cli-spotify-playlist-generator-using-python-spotipy-3b32b63a25da
https://medium.com/@ethanj129/building-a-cli-spotify-playlist-generator-using-python-spotipy-3b32b63a25da
Medium
Building a CLI Spotify playlist generator using Python & Spotipy
This article builds upon the great work by @rob_med to create a fully-fledged CLI playlist generator using Python!
Tensorflow: building and training a model with basic operations
https://dacus-augustus.medium.com/tensorflow-building-and-training-a-model-with-basic-operations-d232bb6243e7
https://dacus-augustus.medium.com/tensorflow-building-and-training-a-model-with-basic-operations-d232bb6243e7
Medium
Tensorflow: building and training a model with basic operations
In this article I am going to show you how to build a deep learning model in Tensorflow from basic tensor variables and operations, after…
What factors influence the academic performance of students in the given region?
https://medium.com/@23100138/what-factors-influence-the-academic-performance-of-students-in-the-given-region-ef063f329139
https://medium.com/@23100138/what-factors-influence-the-academic-performance-of-students-in-the-given-region-ef063f329139
Medium
What factors influence the academic performance of students in the given region?
Numerous studies have been conducted to evaluate the factors influencing academic performance of students in different countries in their…
How does Azure Kubernetes service perform zero downtime updates?
https://stevenloaiza.medium.com/how-does-azure-kubernetes-service-perform-zero-downtime-updates-99820e17a84a
https://stevenloaiza.medium.com/how-does-azure-kubernetes-service-perform-zero-downtime-updates-99820e17a84a
Medium
How does Azure Kubernetes service perform zero downtime updates?
The article gives an overview of the workflow and demonstrates updating a deployed model via python.
I Started Learning Python | Here’s My Day #01
https://medium.com/@futureprogrammer/i-started-learning-python-heres-my-day-01-c1705b97dbf4
https://medium.com/@futureprogrammer/i-started-learning-python-heres-my-day-01-c1705b97dbf4
Medium
I Started Learning Python | Here’s My Day #01
So after I failed to qualify for a Public sector Med school. I came back to do some online writing. I figured out that I got some good…
Kivy Navigation Bar and Multiple Screens Example
https://nrodrig1.medium.com/kivy-navigation-bar-and-multiple-screens-example-ccabee104bb6
https://nrodrig1.medium.com/kivy-navigation-bar-and-multiple-screens-example-ccabee104bb6
Medium
Kivy Navigation Bar and Multiple Screens Example
ScreenManager and MDNavigationDrawer (mostly .kv file)
Learning Track to Master Natural Language Processing (NLP)
https://syrian.medium.com/learning-track-to-master-natural-language-processing-nlp-4149060ee6cf
https://syrian.medium.com/learning-track-to-master-natural-language-processing-nlp-4149060ee6cf
Medium
Learning Track to Master Natural Language Processing (NLP)
I will try to answer those frequent questions I get usually: Where to start in NLP? What techniques should I know in NLP before start…
Reading and Processing Data from an Excel File with django-rest-framework
https://medium.com/@i-wizard/reading-and-processing-data-from-an-excel-file-with-django-rest-framework-14f9f3302c7a
https://medium.com/@i-wizard/reading-and-processing-data-from-an-excel-file-with-django-rest-framework-14f9f3302c7a
Medium
Reading and Processing Data from an Excel File with django-rest-framework
Python is an excellent language when it comes to data processing, and that’s one of the perks we django addicts enjoy while reading and…
Byte string, Unicode string, Raw string? A Guide to all strings in Python
https://frankligy.medium.com/byte-string-unicode-string-raw-string-a-guide-to-all-strings-in-python-684c4c4960ba
https://frankligy.medium.com/byte-string-unicode-string-raw-string-a-guide-to-all-strings-in-python-684c4c4960ba
Medium
Byte string, Unicode string, Raw string? A Guide to all strings in Python
Differences, usages, Python versus NumPy versus Pandas?