Build an Image Search Engine using a Weaviate Vector Database
https://medium.com/@sai680513/build-an-image-search-engine-using-a-weaviate-vector-database-9cf26609a119
https://medium.com/@sai680513/build-an-image-search-engine-using-a-weaviate-vector-database-9cf26609a119
Medium
Build an Image Search Engine using a Weaviate Vector Database
Introduction:
Mastering Dropbox API Communication with Python
https://blog.devgenius.io/mastering-dropbox-api-communication-with-python-e2b001b371a8
https://blog.devgenius.io/mastering-dropbox-api-communication-with-python-e2b001b371a8
Medium
Mastering Dropbox API Communication with Python
If your organization relies on Dropbox as a pivotal platform for the internal or external sharing of crucial data, you might be wondering…
A Simple Python Tool to Quickly Send Code to ChatGPT
https://itnext.io/a-simple-python-tool-to-quickly-send-code-to-chatgpt-f0a26fe283f4
https://itnext.io/a-simple-python-tool-to-quickly-send-code-to-chatgpt-f0a26fe283f4
Medium
A Simple Python Tool to Quickly Send Code to ChatGPT
Python is a great language to quickly create tools that can enhance and effectivize various aspects of our work and daily lives. An example…
Welcome to the Game Cheating Course — Memory Scanning
https://medium.com/@acarkeremarda/welcome-to-the-game-cheating-course-memory-scanning-4e07f52c00de
https://medium.com/@acarkeremarda/welcome-to-the-game-cheating-course-memory-scanning-4e07f52c00de
Medium
Welcome to the Game Cheating Course — Memory Scanning
Hello and welcome to a course on game cheating. In this section, we’ll delve into the fundamentals of the operating system and memory…
Searching for Perfect Numbers: From Brute Force to Elegant Algorithms
https://medium.com/@ishaan.cherukuri/searching-for-perfect-numbers-from-brute-force-to-elegant-algorithms-cbee95ae92fc
https://medium.com/@ishaan.cherukuri/searching-for-perfect-numbers-from-brute-force-to-elegant-algorithms-cbee95ae92fc
Medium
Searching for Perfect Numbers: From Brute Force to Elegant Algorithms
Introduction
How to check missing values with Python?
https://code-with-ivy.medium.com/how-to-check-missing-values-with-python-782fdaf91f0f
https://code-with-ivy.medium.com/how-to-check-missing-values-with-python-782fdaf91f0f
Medium
How to check missing values with Python?
You will learn how to check and calculate missing values in specific column, each column and the whole dataset with Python in Pandas
NumPy challenge: Generate a 1D NumPy Array
https://medium.com/@pythonchallengers/numpy-challenge-generate-a-1d-numpy-array-12eb13f4f632
https://medium.com/@pythonchallengers/numpy-challenge-generate-a-1d-numpy-array-12eb13f4f632
Medium
NumPy challenge: Generate a 1D NumPy Array
Create a function called array_numpy(n) that takes an integer n as an argument and returns a 1D NumPy array with values ranging from 0 to…
Python Enchantment: Crafting a Face Recognition App with DeepFace
https://medium.com/@senapksy/python-enchantment-crafting-a-face-recognition-app-with-deepface-ec7bd30aa6ca
https://medium.com/@senapksy/python-enchantment-crafting-a-face-recognition-app-with-deepface-ec7bd30aa6ca
Medium
Python Enchantment: Crafting a Face Recognition App with DeepFace
Hello! In this article, you will learn how to develop a face recognition application using Python and DeepFace technologies. In our…
How to Overview Dataset information with Python?
https://code-with-ivy.medium.com/how-to-overview-dataset-information-with-python-723fe6c1726c
https://code-with-ivy.medium.com/how-to-overview-dataset-information-with-python-723fe6c1726c
Medium
How to Overview Dataset information with Python?
You will learn how to show basic information, find the statistical description, and display the first few rows of dataset with Python
Python Mastery Guide: Interacting with Users Using input() Function
https://medium.com/@dantetaviantz/python-mastery-guide-interacting-with-users-using-input-function-fd8bdbb4603c
https://medium.com/@dantetaviantz/python-mastery-guide-interacting-with-users-using-input-function-fd8bdbb4603c
Medium
Introduction:
Introduction:
Bauhinia CTF 2023 (Python Class Pollution & XSS)
https://medium.com/@edgenask/bauhinia-ctf-2023-17fe1b00a398
https://medium.com/@edgenask/bauhinia-ctf-2023-17fe1b00a398
Medium
Bauhinia CTF 2023 (Python Class Pollution & XSS)
This is a writeup for Bauhinia CTF 2023 Hensel-and-Gretel and Carpe Diem challenges.
Handling Missing Values in Python: A Quick Guide
https://medium.com/@samuelyauladutse/handling-missing-values-in-python-a-quick-guide-c118e25db6dc
https://medium.com/@samuelyauladutse/handling-missing-values-in-python-a-quick-guide-c118e25db6dc
Medium
Handling Missing Values in Python: A Quick Guide
Ensuring accuracy in data through data cleaning
Creating your own GitHub Copilot with Fauxpilot
https://ledinhcuong99.medium.com/creating-your-own-github-copilot-with-fauxpilot-16668a52fddb
https://ledinhcuong99.medium.com/creating-your-own-github-copilot-with-fauxpilot-16668a52fddb
Medium
Creating your own GitHub Copilot with Fauxpilot
Fauxpilot is a self-hosted code suggestion platform that supports multiple programming languages such as Java, Python, or Javascript…
Build a CRUD Serverless API from scratch using AWS Lambda(Python), API Gateway, and DynamoDB.
https://medium.com/@gauthier.kwatatshey/build-a-crud-serverless-api-from-scratch-using-aws-lambda-api-gateway-and-dynamodb-847ef5b48834
https://medium.com/@gauthier.kwatatshey/build-a-crud-serverless-api-from-scratch-using-aws-lambda-api-gateway-and-dynamodb-847ef5b48834
Medium
Build a CRUD Serverless API from scratch using AWS Lambda(Python), API Gateway, and DynamoDB.
1. Introduction