Authentication in Python Flask Without a Database: Pros, Cons, and Recommendations
https://medium.com/@yustriaakbar/authentication-in-python-flask-without-a-database-pros-cons-and-recommendations-32aa90f56e4a
https://medium.com/@yustriaakbar/authentication-in-python-flask-without-a-database-pros-cons-and-recommendations-32aa90f56e4a
Medium
Authentication in Python Flask Without a Database: Pros, Cons, and Recommendations
Auth in Python Without Database
How to authenticate to AWS EKS API Server from Lambda (python)
https://medium.com/@jvdev/how-to-authenticate-to-aws-eks-api-server-from-lambda-python-c2b0510cc009
https://medium.com/@jvdev/how-to-authenticate-to-aws-eks-api-server-from-lambda-python-c2b0510cc009
Medium
How to authenticate to AWS EKS API Server from Lambda (python)
So you want to update, delete, patch Kubernetes pods, deployments, etc on a cluster running on AWS EKS from a lambda function that uses…
How to integrate Postgres with ERPNext/Frappe ( both Local and Remote )
https://medium.com/@yoboy907/how-to-integrate-postgres-with-erpnext-frappe-both-local-and-remote-a17885c2472a
https://medium.com/@yoboy907/how-to-integrate-postgres-with-erpnext-frappe-both-local-and-remote-a17885c2472a
Medium
How to integrate Postgres with ERPNext/Frappe ( both Local and Remote )
Just 5 simple steps !!!
Understanding Efficient Concurrency in Python with One Article
https://python.plainenglish.io/understanding-efficient-concurrency-in-python-with-one-article-65d0071715e7
https://python.plainenglish.io/understanding-efficient-concurrency-in-python-with-one-article-65d0071715e7
Medium
Understanding Efficient Concurrency in Python with One Article
Processes, Threads and Coroutines for Enhanced Efficiency and Performance.
Top 10 AI Skills for 2024:#POST 62
https://medium.com/@sravanmonty/top-10-ai-skills-for-2024-85fb72704382
https://medium.com/@sravanmonty/top-10-ai-skills-for-2024-85fb72704382
Medium
Top 10 AI Skills for 2024:#POST 62
Have you ever wondered about the exciting world of Artificial Intelligence (AI)? Picture yourself in a thrilling journey, navigating through the vast sea of knowledge. In this article, we’ll unravel…
World Happiness Report: Visualizations in Plotly
https://medium.com/@kavengik/world-happiness-report-visualizations-in-plotly-60323c1f6009
https://medium.com/@kavengik/world-happiness-report-visualizations-in-plotly-60323c1f6009
Medium
World Happiness Report: Visualizations in Plotly
I recently decided to add Plotly to my visualization tool kit. Every passing day, as I acquaint myself with the library’s visualizations, I…
Dynamic Secrets: HashiCorp Vault, PostgreSQL and Python
https://medium.com/@kerrache.massipssa/dynamic-secrets-hashicorp-vault-postgresql-and-python-40197b4a178e
https://medium.com/@kerrache.massipssa/dynamic-secrets-hashicorp-vault-postgresql-and-python-40197b4a178e
Medium
Dynamic Secrets: HashiCorp Vault, PostgreSQL and Python
It is standard security practice to isolate secrets from code, and developers should not concern themselves with the origin of these…
Automated Login and Screenshot Capture with Selenium in Python
https://medium.com/@deepml1818/automated-login-and-screenshot-capture-with-selenium-in-python-8d9cc6916386
https://medium.com/@deepml1818/automated-login-and-screenshot-capture-with-selenium-in-python-8d9cc6916386
Medium
Automated Login and Screenshot Capture with Selenium in Python
Let’s break down the code into smaller parts and explain each section:
Visualization using Pandas: Graphs made easy
https://medium.com/@nishi.paul.in/visualization-using-pandas-graphs-made-easy-67c281f16205
https://medium.com/@nishi.paul.in/visualization-using-pandas-graphs-made-easy-67c281f16205
Medium
Visualization using Pandas: Graphs made easy
The profession of data analyst, data scientist, and maybe few others, requires the ability to generate information out of the data. This…
The 7 Types of Cohesion You Need to Know to Be the Best Software Engineer with Pythonic Code…
https://bestsoftwareengineer.medium.com/the-7-types-of-cohesion-you-need-to-know-to-be-the-best-software-engineer-with-pythonic-code-e224e2fa36ce
https://bestsoftwareengineer.medium.com/the-7-types-of-cohesion-you-need-to-know-to-be-the-best-software-engineer-with-pythonic-code-e224e2fa36ce
Medium
The 7 Types of Cohesion You Need to Know to Be the Best Software Engineer with Pythonic Code Samples
In this blog post, you will learn what cohesion is, why it’s important, and the seven types of cohesion, which are coincidental cohesion…
How AI can be used to accelerate the drug discovery process
https://abdulkaderhelwan.medium.com/how-ai-can-be-used-to-accelerate-the-drug-discovery-process-330844bf40c1
https://abdulkaderhelwan.medium.com/how-ai-can-be-used-to-accelerate-the-drug-discovery-process-330844bf40c1
Medium
How AI can be used to accelerate the drug discovery process
Drug discovery is a complex and time-consuming process that involves identifying new drug candidates, testing their efficacy and toxicity…
Computational Linguistics: Detecting AI-Generated Text
https://pub.towardsai.net/computational-linguistics-detecting-ai-generated-text-cd5367884bbc
https://pub.towardsai.net/computational-linguistics-detecting-ai-generated-text-cd5367884bbc
Medium
Computational Linguistics: Detecting AI-Generated Text
AI Content Indicators: ASL, Readability, Simplicity and Burstiness.
Understanding Market Regimes with Hidden Markov Models
https://janelleturing.medium.com/understanding-market-regimes-with-hidden-markov-models-ababf9a92e12
https://janelleturing.medium.com/understanding-market-regimes-with-hidden-markov-models-ababf9a92e12
Medium
Understanding Market Regimes with Hidden Markov Models
Hidden Markov Models (HMMs) are a powerful tool for analyzing sequential data and identifying underlying states within a system. In the…
Mastering E-commerce Product Recommendations in Python
https://medium.com/datafabrica/mastering-e-commerce-product-recommendations-in-python-7c12a4bf0c2c
https://medium.com/datafabrica/mastering-e-commerce-product-recommendations-in-python-7c12a4bf0c2c
Medium
Mastering E-commerce Product Recommendations in Python
Using RFM Scores and TF-IDF Scores for Product Recommendations
Understanding Django ORM Foreign Key Deletion Constraints
https://mccall167.medium.com/understanding-django-orm-foreign-key-deletion-constraints-2791dc86e4b0
https://mccall167.medium.com/understanding-django-orm-foreign-key-deletion-constraints-2791dc86e4b0
Medium
Understanding Django ORM Foreign Key Deletion Constraints
TABLE OF CONTENTS: