6 Simple OSINT Python Scripts to Add to Your Toolkit.
https://medium.com/@grant_on_the_line/6-simple-osint-python-scripts-to-add-to-your-toolkit-a704e6b29671
https://medium.com/@grant_on_the_line/6-simple-osint-python-scripts-to-add-to-your-toolkit-a704e6b29671
Medium
6 Simple OSINT Python Scripts to Add to Your Toolkit.
I’ve put together 6 easy python scripts to add to your OSINT toolkit. These are basic scripts you can use to make quick searches or to help…
GPT Auto Web-Scraping: A Powerful Tool for Efficient Data Extraction
https://medium.com/@bourgeoistomas/gpt-auto-web-scraping-a-powerful-tool-for-efficient-data-extraction-d0085b8be40d
https://medium.com/@bourgeoistomas/gpt-auto-web-scraping-a-powerful-tool-for-efficient-data-extraction-d0085b8be40d
Medium
GPT Auto Web-Scraping: A Powerful Tool for Efficient Data Extraction
This tool simplifies the data extraction process, allowing users to deal with the painfull cons of the traditional webscrapping.
Performance Metrics for Machine Learning Models ( Part 1: Mean Squared Error — MSE)
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-1-regression-models-a92d61ec12f
https://dr-alvin-ang.medium.com/performance-metrics-for-machine-learning-models-part-1-regression-models-a92d61ec12f
Medium
Performance Metrics for Machine Learning Models ( Part 1: Mean Squared Error — MSE)
Regression Metrics using Python by Dr. Alvin Ang
House Prices Analysis: Advanced Regression Techniques
https://medium.com/@Akhilsharma30/house-prices-analysis-advanced-regression-techniques-bb444f471080
https://medium.com/@Akhilsharma30/house-prices-analysis-advanced-regression-techniques-bb444f471080
Medium
House Prices Analysis: Advanced Regression Techniques
Data Analysis using ML
Tasks to learn some unique concepts of python language.
https://medium.com/@jatin080402/tasks-to-learn-some-unique-concepts-of-python-language-aae6b209c79f
https://medium.com/@jatin080402/tasks-to-learn-some-unique-concepts-of-python-language-aae6b209c79f
Medium
Tasks to learn some unique concepts of python language.
TASK: Using while loop try to run two function parallelly(using Multi Threading).
Using Python to implement several concepts like sending messages and creatinh API.
https://medium.com/@jatin080402/using-python-to-implement-several-concepts-like-sending-messages-and-creatinh-api-b430d0a0b7ca
https://medium.com/@jatin080402/using-python-to-implement-several-concepts-like-sending-messages-and-creatinh-api-b430d0a0b7ca
Medium
Using Python to implement several concepts like sending messages and creatinh API.
TASK : Python that can send WhatsApp messages, send emails, and send SMS messages to a number.
Validation Results of a Parametric Model for European Equity Index Futures
https://medium.com/@francesco.landolfi/validation-results-of-a-parametric-model-for-european-equity-index-futures-158707611e94
https://medium.com/@francesco.landolfi/validation-results-of-a-parametric-model-for-european-equity-index-futures-158707611e94
Medium
Validation Results of a Parametric Model for European Equity Index Futures
Introduction
Transitioning from HTTP to WebSockets in FastAPI: A Step-by-Step Guide
https://medium.com/@rahulbagai/transitioning-from-http-to-websockets-in-fastapi-a-step-by-step-guide-ed213ebfc6d3
https://medium.com/@rahulbagai/transitioning-from-http-to-websockets-in-fastapi-a-step-by-step-guide-ed213ebfc6d3
Medium
Transitioning from HTTP to WebSockets in FastAPI: A Step-by-Step Guide
Hey there! In this article, we’re going to dive into the exciting world of FastAPI and Websockets and see how they can create some…
📝 Advanced Unit Testing For Production in FastAPI
https://medium.com/@mehmetcanfarsak/advanced-unit-testing-for-production-in-fastapi-8a1275d62c9d
https://medium.com/@mehmetcanfarsak/advanced-unit-testing-for-production-in-fastapi-8a1275d62c9d
Medium
📝 Advanced Unit Testing For Production in FastAPI
🚦 Intro
Harnessing the Power of Multi-Threading in Python: A Journey Through Efficiency and Speed
https://medium.com/@manishpaul903041/harnessing-the-power-of-multi-threading-in-python-a-journey-through-efficiency-and-speed-d36ce7e405b
https://medium.com/@manishpaul903041/harnessing-the-power-of-multi-threading-in-python-a-journey-through-efficiency-and-speed-d36ce7e405b
Medium
Harnessing the Power of Multi-Threading in Python: A Journey Through Efficiency and Speed
Introduction:
College recommendation app using Langchain and Streamlit
https://medium.com/@luvvaggarwal2002/college-recommendation-app-using-langchain-and-streamlit-3b350ae36185
https://medium.com/@luvvaggarwal2002/college-recommendation-app-using-langchain-and-streamlit-3b350ae36185
Medium
College recommendation app using Langchain and Streamlit
I have created an application that helps you recommend colleges for a Master’s in computer science based on user profiles using artificial…
Data Preprocessing for the GenAI project
https://medium.com/@luvvaggarwal2002/data-preprocessing-for-the-genai-project-2b982d4275f0
https://medium.com/@luvvaggarwal2002/data-preprocessing-for-the-genai-project-2b982d4275f0
Medium
Data Preprocessing for the GenAI project
In this article, I am discussing Data preprocessing from data collection, data cleaning, and imputing for creating Dataset for the…
FastAPI-Celery-Flower-Docker async example — part2
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part2-3ef830974d7
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part2-3ef830974d7
Medium
FastAPI-Celery-Flower-Docker async example — part2
Introduction
Understanding Series and DataFrames (Pandas) in Detail: Mastering Data Structures
https://nsworldinfo.medium.com/understanding-series-and-dataframes-pandas-in-detail-mastering-data-structures-35a5a6960382
https://nsworldinfo.medium.com/understanding-series-and-dataframes-pandas-in-detail-mastering-data-structures-35a5a6960382
Medium
Understanding Series and DataFrames (Pandas) in Detail: Mastering Data Structures
When working with data in Python, one of the most popular libraries to manipulate and analyze data is Pandas. Pandas provides two main data…
An in-depth look at objects and types in the C layer of CPython interpreter
https://medium.com/@mahdihaghverdi/in-depth-look-at-objects-and-types-in-the-c-layer-of-cpython-interpreter-255bf195b3ea
https://medium.com/@mahdihaghverdi/in-depth-look-at-objects-and-types-in-the-c-layer-of-cpython-interpreter-255bf195b3ea
Medium
An in-depth look at objects and types in the C-layer of CPython interpreter
How Python objects are implemented under the hood of CPython interpreter?
FastAPI-Celery-Flower-Docker async example — part6
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part6-3317181c9445
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part6-3317181c9445
Medium
FastAPI-Celery-Flower-Docker async example — part6
Introduction
FastAPI-Celery-Flower-Docker async example — part5
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part5-9ce614db4747
https://medium.com/@wilde.consult/fastapi-celery-flower-docker-async-example-part5-9ce614db4747
Medium
FastAPI-Celery-Flower-Docker async example — part5
Introduction