Updating Python Version Turned into a Disaster
https://medium.com/@alwayshappy12339/updating-python-version-turned-into-a-disaster-f158f8312821
https://medium.com/@alwayshappy12339/updating-python-version-turned-into-a-disaster-f158f8312821
Medium
Updating Python Version Turned into a Disaster
Recently, I was tasked with updating Python 3.9 to 3.12 on Amazon Linux. As a talented and experienced person, I quickly opened ChatGPT to…
How to start programming in Python?: 7 steps
https://medium.com/@rafixqwerty/how-to-start-programming-in-python-7-steps-02ef41b5a3a7
https://medium.com/@rafixqwerty/how-to-start-programming-in-python-7-steps-02ef41b5a3a7
Medium
How to start programming in Python?: 7 steps
Python is a versatile and beginner-friendly programming language known for its simplicity and readability. Whether you’re new to…
A Beginner's Guide to Artificial Intelligence (AI)
https://medium.com/@rahemansurpura/a-beginners-guide-to-artificial-intelligence-ai-c70da330db5a
https://medium.com/@rahemansurpura/a-beginners-guide-to-artificial-intelligence-ai-c70da330db5a
Medium
A Beginner's Guide to Artificial Intelligence (AI)
Artificial Intelligence, commonly referred to as AI, is one of the most exciting and rapidly advancing fields in technology today. It has…
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