Automating Code Quality Control with Pre-commit Hooks
https://medium.com/@gnetkov/automating-code-quality-control-with-pre-commit-hooks-fdbc1ec5cfea
https://medium.com/@gnetkov/automating-code-quality-control-with-pre-commit-hooks-fdbc1ec5cfea
Medium
Automating Code Quality Control with Pre-commit Hooks
Hi, this article is about how to automatically run formatting, linting, and unit tests using pre-commit before each commit in a local…
Do you know how Pandas read function works in background?
https://medium.com/@mohsin.shaikh324/behind-the-scenes-pandas-read-function-04666522e491
https://medium.com/@mohsin.shaikh324/behind-the-scenes-pandas-read-function-04666522e491
Medium
Do you know how Pandas read function works in background?
Understand the step-by-step process, the internal functions involved, and how you can optimize the data loading process for better…
Building a Machine Learning Model with Python: A Step-by-Step Guide
https://mpooja15.medium.com/building-a-machine-learning-model-with-python-a-step-by-step-guide-916b36e1264c
https://mpooja15.medium.com/building-a-machine-learning-model-with-python-a-step-by-step-guide-916b36e1264c
Medium
Building a Machine Learning Model with Python: A Step-by-Step Guide
Introduction
Create Your Own AI RAG Chatbot: A Python Guide with LangChain
https://medium.com/@shreshthg30/create-your-own-ai-rag-chatbot-a-python-guide-with-langchain-5f885b2e71a4
https://medium.com/@shreshthg30/create-your-own-ai-rag-chatbot-a-python-guide-with-langchain-5f885b2e71a4
Medium
Create Your Own AI RAG Chatbot: A Python Guide with LangChain
Who wouldn’t want instant answers from their documents? That’s exactly what RAG chatbots do — combining retrieval with AI generation for…
Advanced RAG using Document Summarisation : Two-Step Retrieval with ChromaDB
https://pvsravanth.medium.com/advanced-rag-using-document-summarisation-two-step-retrieval-with-chromadb-8622de221a94
https://pvsravanth.medium.com/advanced-rag-using-document-summarisation-two-step-retrieval-with-chromadb-8622de221a94
Medium
Advanced RAG using Document Summarisation : Two-Step Retrieval with ChromaDB
Retrieval-Augmented Generation (RAG) is a critical technique for building applications that leverage large language models (LLMs) by…
Unlocking the Power of Behavior-Driven Development (BDD)
https://medium.com/@tejeswar_79802/unlocking-the-power-of-behavior-driven-development-bdd-630d7d99d387
https://medium.com/@tejeswar_79802/unlocking-the-power-of-behavior-driven-development-bdd-630d7d99d387
Medium
Unlocking the Power of Behavior-Driven Development (BDD)
In the ever-evolving landscape of software development, the focus has shifted from simply delivering functional code to building applications that meet users’ expectations and deliver tangible value…
Top Data Analysis Tools in 2024: A Comparative Review with my own project
https://medium.com/the-thinkers-point/top-data-analysis-tools-in-2024-a-comparative-review-with-my-own-project-df09bb70dad0
https://medium.com/the-thinkers-point/top-data-analysis-tools-in-2024-a-comparative-review-with-my-own-project-df09bb70dad0
Medium
Top Data Analysis Tools in 2024: A Comparative Review with my own project
https://www.linkedin.com/posts/zainab-nadeem-52a958294_hranalytics-datadrivendecisions-powerbi-activity-7178547883745361920-eJD2?utm_source=…
Making a notifications forwarding Discord bot using Python and Discord.py
https://xarical.medium.com/making-a-notifications-forwarding-discord-bot-using-python-and-discord-py-16b4ca54702e
https://xarical.medium.com/making-a-notifications-forwarding-discord-bot-using-python-and-discord-py-16b4ca54702e
Medium
Making a notifications forwarding Discord bot using Python and Discord.py
A bot that sends a DM in Discord when there is a new notification on a website of your choosing
Why Python Programming Language is Critical for AI Development
https://medium.com/were-writers/why-python-programming-language-is-critical-for-ai-development-64c6eb5f3534
https://medium.com/were-writers/why-python-programming-language-is-critical-for-ai-development-64c6eb5f3534
Medium
Why Python Programming Language is Critical for AI Development
Discover why Python is pivotal for AI development in 2024, exploring its advantages for machine learning, automation, and the future of AI.
AI Repository Insight Finder: A Streamlit Application for Discovering AI Projects
https://medium.com/@codeaigo/ai-repository-insight-finder-a-streamlit-application-for-discovering-ai-projects-7cb74573cd35
https://medium.com/@codeaigo/ai-repository-insight-finder-a-streamlit-application-for-discovering-ai-projects-7cb74573cd35
Medium
AI Repository Insight Finder: A Streamlit Application for Discovering AI Projects
Introduction
Mastering Unpacking Operators in Python: Everything You Need to Know
https://medium.com/@kevinmenesesgonzalez/mastering-unpacking-operators-in-python-everything-you-need-to-know-5b306b40b7c2
https://medium.com/@kevinmenesesgonzalez/mastering-unpacking-operators-in-python-everything-you-need-to-know-5b306b40b7c2
Medium
Mastering Unpacking Operators in Python: Everything You Need to Know
Introduction
A Simple Command-Line Task Manager in Python.
https://medium.com/@tejeswar_79802/a-simple-command-line-task-manager-in-python-009ab35f3910
https://medium.com/@tejeswar_79802/a-simple-command-line-task-manager-in-python-009ab35f3910
Medium
A Simple Command-Line Task Manager in Python
In the fast-paced world of software development and personal productivity, staying organized and on top of tasks is crucial. While various graphical task management applications exist, sometimes a…
Legacy of Hewlett-Packard: Where Innovation and Technology Always Take the Lead
https://medium.com/insightful-echoes/legacy-of-hewlett-packard-where-innovation-and-technology-always-take-the-lead-dcf675a47039
https://medium.com/insightful-echoes/legacy-of-hewlett-packard-where-innovation-and-technology-always-take-the-lead-dcf675a47039
Medium
Legacy of Hewlett-Packard: Where Innovation and Technology Always Take the Lead
From garage origin in Palo Alto to becoming the world leader in a number of areas in computing, printing, and enterprise technologies, HP …
Cascading Asset Screening & Portfolio Optimization Dashboards with Risk Constraints
https://medium.com/@alexzap922/cascading-asset-screening-portfolio-optimization-dashboards-with-risk-constraints-b99deb4cf850
https://medium.com/@alexzap922/cascading-asset-screening-portfolio-optimization-dashboards-with-risk-constraints-b99deb4cf850
Medium
Cascading Asset Screening & Portfolio Optimization Dashboards with Risk Constraints
How to build & integrate risk-adjusted portfolio optimization, FMP & asset screening static/interactive dashboards in Python
Create a chi-square distribution using Python in Excel and test it
https://tracyrenee61.medium.com/create-a-chi-square-distribution-using-python-in-excel-and-test-it-7226d53fbaf8
https://tracyrenee61.medium.com/create-a-chi-square-distribution-using-python-in-excel-and-test-it-7226d53fbaf8
Medium
Create a chi-square distribution using Python in Excel and test it
In my last post I detailed how to create a lognormal distribution and test it using Python in Excel, and it can be read here…
Part 2: Data Quality Dashboard: A Visual Approach to Monitoring Expectations in Databricks.
https://medium.com/@hitesh09parab/part-2-data-quality-dashboard-a-visual-approach-to-monitoring-expectations-in-databricks-4c490fc25891
https://medium.com/@hitesh09parab/part-2-data-quality-dashboard-a-visual-approach-to-monitoring-expectations-in-databricks-4c490fc25891
Medium
Part 2: Data Quality Dashboard: A Visual Approach to Monitoring Expectations in Databricks.
Ensuring data quality is vital for accurate business decision-making. A data quality dashboard provides a quick and efficient way to…