Harnessing the Power of Supabase in Python with supabase-py
https://medium.com/@rohitverma_69543/harnessing-the-power-of-supabase-in-python-with-supabase-py-03f36a97c482
https://medium.com/@rohitverma_69543/harnessing-the-power-of-supabase-in-python-with-supabase-py-03f36a97c482
Medium
Harnessing the Power of Supabase in Python with supabase-py
Welcome to the world of serverless backend development, where Supabase reigns supreme! If you’re a Python enthusiast looking to integrate…
Using the Duo Admin API to Gather Cross-tenant Administrator Email Addresses
https://markernest.medium.com/using-the-duo-admin-api-to-gather-cross-tenant-administrator-email-addresses-e7e392becf5f
https://markernest.medium.com/using-the-duo-admin-api-to-gather-cross-tenant-administrator-email-addresses-e7e392becf5f
Medium
Using the Duo Admin API to Gather Cross-tenant Administrator Email Addresses
tl;dr — A threat actor can create a free Duo tenant, upgrade to a trial premium service plan to create an Admin API, and programmatically…
Discovering Streamlit: A Game-Changer for Building simple but powerful Data-Driven Applications
https://mrjvo.medium.com/discovering-streamlit-a-game-changer-for-building-llm-and-data-driven-applications-87744971189c
https://mrjvo.medium.com/discovering-streamlit-a-game-changer-for-building-llm-and-data-driven-applications-87744971189c
Medium
Discovering Streamlit: A Game-Changer for Building simple but powerful Data-Driven Applications
I recently stumbled upon an incredible platform to help us develop Large Language Models (LLMs) and data-driven applications. It’s called…
Llamaindex Query Pipelines: Quickstart Guide to the Declarative Query API
https://pub.towardsai.net/llamaindex-query-pipelines-quickstart-guide-to-the-declarative-query-api-b949c041c95c
https://pub.towardsai.net/llamaindex-query-pipelines-quickstart-guide-to-the-declarative-query-api-b949c041c95c
Medium
Llamaindex Query Pipelines: Quickstart Guide to the Declarative Query API
A quick introduction and a how-to guide for some use cases
Embracing Abstraction: A Dive into Abstract Classes in Python
https://medium.com/@abhishekjainindore24/embracing-abstraction-a-dive-into-abstract-classes-in-python-0faf6d83948d
https://medium.com/@abhishekjainindore24/embracing-abstraction-a-dive-into-abstract-classes-in-python-0faf6d83948d
Medium
Embracing Abstraction: A Dive into Abstract Classes in Python
Definition: An abstract class is a class that cannot be instantiated and may contain abstract methods — methods without a defined…
TL;DR? MY NLP-POWERED SUMMARIZER HAS YOU COVERED!
https://medium.com/@sneha.ahens12/tl-dr-my-nlp-powered-summarizer-has-you-covered-970bdf79bea1
https://medium.com/@sneha.ahens12/tl-dr-my-nlp-powered-summarizer-has-you-covered-970bdf79bea1
Medium
TL;DR? MY NLP-POWERED SUMMARIZER HAS YOU COVERED!
We’ve all been there — staring blankly at an overly long, dense text wondering “What are the main points here?” and “Do I REALLY have to…
UNDERSTANDING THE STORIES DATA TELLS: ANALYTICS SKILLS FOR IMPACTFUL DEVELOPMENT
https://medium.com/@sneha.ahens12/understanding-the-stories-data-tells-analytics-skills-for-impactful-development-6d219b73a210
https://medium.com/@sneha.ahens12/understanding-the-stories-data-tells-analytics-skills-for-impactful-development-6d219b73a210
Medium
UNDERSTANDING THE STORIES DATA TELLS: ANALYTICS SKILLS FOR IMPACTFUL DEVELOPMENT
In today’s data-driven world, the ability to derive insights from data is becoming an increasingly valuable skill across many roles…
FINANCE AND TECH, A POWERFUL PAIR: LEVERAGING DATA SCIENCE TO DETECT CREDIT CARD FRAUD
https://medium.com/@sneha.ahens12/finance-and-tech-a-powerful-pair-leveraging-data-science-to-detect-credit-card-fraud-dd538b93d3c0
https://medium.com/@sneha.ahens12/finance-and-tech-a-powerful-pair-leveraging-data-science-to-detect-credit-card-fraud-dd538b93d3c0
Medium
FINANCE AND TECH, A POWERFUL PAIR: LEVERAGING DATA SCIENCE TO DETECT CREDIT CARD FRAUD
As someone traversing both the tech and finance worlds, I wanted to work on a project that combined these interests. Fraud detection seemed…
HOW DEMOGRAPHICS SHAPE EMPLOYMENT PROSPECTS
https://medium.com/@sneha.ahens12/how-demographics-shape-employment-prospects-3fc5baadbdb6
https://medium.com/@sneha.ahens12/how-demographics-shape-employment-prospects-3fc5baadbdb6
Medium
HOW DEMOGRAPHICS SHAPE EMPLOYMENT PROSPECTS
The job market can feel like a fickle beast these days. With economic uncertainty and frequent hiring freezes, landing a job involves…
Tackling the “Externally Managed Environment” error while using Pip3
https://medium.com/@Po1s1n/tackling-the-externally-managed-environment-error-while-using-pip3-6d45b367c561
https://medium.com/@Po1s1n/tackling-the-externally-managed-environment-error-while-using-pip3-6d45b367c561
Medium
Tackling the “Externally Managed Environment” error while using Pip3
I got this message when trying to install some modules I needed to play with some code from a book I am reading. As the above image…
Is it to late to learn Python now that AI will take over
https://medium.com/@creatix/is-it-to-late-to-learn-python-now-that-ai-will-take-over-001d1f53af8c
https://medium.com/@creatix/is-it-to-late-to-learn-python-now-that-ai-will-take-over-001d1f53af8c
Medium
Is it to late to learn Python now that AI will take over
February 7, 2024
Check if all leaves are at same level
https://vibhutigaharwar.medium.com/check-if-all-leaves-are-at-same-level-3c1a205bd2e6
https://vibhutigaharwar.medium.com/check-if-all-leaves-are-at-same-level-3c1a205bd2e6
Medium
Check if all leaves are at same level
Given a binary tree with n nodes, check if all leaves are at same level or not. Return true/false depending on whether all the leaf nodes…
Descriptive vs Discriminative Classifiers: 10 Intriguing Insights for Effective Classification
https://levelup.gitconnected.com/descriptive-vs-discriminative-classifiers-10-intriguing-insights-for-effective-classification-dfbb55375a06
https://levelup.gitconnected.com/descriptive-vs-discriminative-classifiers-10-intriguing-insights-for-effective-classification-dfbb55375a06
Medium
Descriptive vs Discriminative Classifiers: 10 Intriguing Insights for Effective Classification
Introduction: Understanding the Role of Classifiers in Classification
The Amazing Technique of Returning Results in Python Functions
https://levelup.gitconnected.com/the-amazing-technique-of-returning-results-in-python-functions-8f7683c055ab
https://levelup.gitconnected.com/the-amazing-technique-of-returning-results-in-python-functions-8f7683c055ab
Medium
The Amazing Technique of Returning Results in Python Functions
Without a doubt, functions are one of the most important concepts in the Python language. When programming, we break down big problems from…
Rust Fundamentals: Delving into Variable Scope for Beginners
https://levelup.gitconnected.com/rust-fundamentals-delving-into-variable-scope-for-beginners-5fb2e7c32bd8
https://levelup.gitconnected.com/rust-fundamentals-delving-into-variable-scope-for-beginners-5fb2e7c32bd8
Medium
Rust Fundamentals: Delving into Variable Scope for Beginners
Let’s learn about scope in Rust and Python.
Discover How to Optimize AWS Costs with Automated EC2 Instance Management
https://foreveryonenow.medium.com/discover-how-to-optimize-aws-costs-with-automated-ec2-instance-management-689f5ce01860
https://foreveryonenow.medium.com/discover-how-to-optimize-aws-costs-with-automated-ec2-instance-management-689f5ce01860
Medium
Discover How to Optimize AWS Costs with Automated EC2 Instance Management
Hey folks,
Understanding Python’s Object-Oriented Paradigm: Exploring the Concept of ‘Everything is an Object’
https://medium.com/@cardonasean123/understanding-pythons-object-oriented-paradigm-exploring-the-concept-of-everything-is-an-object-cf912890eb6f
https://medium.com/@cardonasean123/understanding-pythons-object-oriented-paradigm-exploring-the-concept-of-everything-is-an-object-cf912890eb6f
Medium
Understanding Python’s Object-Oriented Paradigm: Exploring the Concept of ‘Everything is an Object’
Introduction to Python’s Object-Oriented Paradigm
Predicting Restaurant Profits with Linear Regression: A Beginner’s Guide
https://medium.com/@ybarot1/foreseeing-eatery-benefits-with-direct-relapse-a-beginners-guide-have-you-ever-pondered-how-126edc19363a
https://medium.com/@ybarot1/foreseeing-eatery-benefits-with-direct-relapse-a-beginners-guide-have-you-ever-pondered-how-126edc19363a
Medium
Predicting Restaurant Profits with Linear Regression: A Beginner’s Guide
Have you ever wondered how businesses use data to make decisions? In this blog post, we’ll explore the fascinating world of data-driven…