Exploring Agentic Workflows in AI: A Practical Approach with CrewAI, OpeRouter.ai and OpenHermes
https://medium.com/@LakshmiNarayana_U/exploring-agentic-workflows-in-ai-a-practical-approach-with-crewai-operouter-ai-and-openhermes-cb7abd493285
https://medium.com/@LakshmiNarayana_U/exploring-agentic-workflows-in-ai-a-practical-approach-with-crewai-operouter-ai-and-openhermes-cb7abd493285
Medium
Exploring Agentic Workflows in AI: A Practical Approach with CrewAI, OpeRouter.ai and OpenHermes
Agentic Workflows: A Step Forward Towards AGI
Leetcode 235 : Lowest Common Ancestor of a Binary Search Tree (Solution )
https://sawdeepa.medium.com/leetcode-235-lowest-common-ancestor-of-a-binary-search-tree-solution-afc22375a318
https://sawdeepa.medium.com/leetcode-235-lowest-common-ancestor-of-a-binary-search-tree-solution-afc22375a318
Medium
Leetcode 235 : Lowest Common Ancestor of a Binary Search Tree (Solution )
The code implements the lowest common ancestor (LCA) algorithm for a binary search tree (BST). It uses a single while loop to traverse the…
Deploy DJango API to AWS Ec2 Ubuntu with NGinx
https://medium.com/@radhakantaroy.me/deploy-django-api-to-aws-ec2-ubuntu-with-nginx-4bfdcf7e3949
https://medium.com/@radhakantaroy.me/deploy-django-api-to-aws-ec2-ubuntu-with-nginx-4bfdcf7e3949
Medium
Deploy DJango API to AWS Ec2 Ubuntu with NGinx
How is it going folks 🙋🏻♂️, Deploying DJango API on AWS EC2 instance is easy setup just follow me through.
Getting Started with AWS Boto3: Automate AWS Tasks with Python
https://medium.com/@keerthik9879/getting-started-with-aws-boto3-automate-aws-tasks-with-python-a25af3976e6b
https://medium.com/@keerthik9879/getting-started-with-aws-boto3-automate-aws-tasks-with-python-a25af3976e6b
Medium
Getting Started with AWS Boto3: Automate AWS Tasks with Python
AWS (Amazon Web Services) provides a powerful suite of cloud services, and Boto3 is the official AWS SDK for Python, allowing developers to…
Top-5 Python Frontend Libraries for Data Science: Part 2
https://python.plainenglish.io/top-5-python-frontend-libraries-for-data-science-part-2-4d07a48d2fde
https://python.plainenglish.io/top-5-python-frontend-libraries-for-data-science-part-2-4d07a48d2fde
Medium
Top-5 Python Frontend Libraries for Data Science: Part 2
5 more Python libraries for creating web apps, dashboards, forms, or just showcasing your machine learning models and data pipelines.
Unleash the Power of Your Data: Altair in Dash for Captivating Visualizations
https://medium.com/@farrandi19/unleash-the-power-of-your-data-c12259727ed9
https://medium.com/@farrandi19/unleash-the-power-of-your-data-c12259727ed9
Medium
Unleash the Power of Your Data: Altair in Dash for Captivating Visualizations
In this age of technological advancement, large volumes of information and data are being generated every second. With this, the ability to…
Leetcode 215 : Kth Largest Elemt in the Array (solution in python )
https://sawdeepa.medium.com/leetcode-215-kth-largest-elemt-in-the-array-solution-in-python-4c7cd3453b0b
https://sawdeepa.medium.com/leetcode-215-kth-largest-elemt-in-the-array-solution-in-python-4c7cd3453b0b
Medium
Leetcode 215 : Kth Largest Elemt in the Array (solution in python )
This code implements a method `findKthLargest` to find the kth largest element in a list of numbers `nums` using a min-heap. Here’s an…
[Python-Automatic] specified source folder to the “Archive” folder on the desktop
https://medium.com/@colombia202324/python-automatic-specified-source-folder-to-the-archive-folder-on-the-desktop-e2b5c5287abb
https://medium.com/@colombia202324/python-automatic-specified-source-folder-to-the-archive-folder-on-the-desktop-e2b5c5287abb
Medium
[Python-Automatic] specified source folder to the “Archive” folder on the desktop
This code archives the files in the specified source folder to the “Archive” folder on the desktop, and adds a unique counter to the…
The Ultimate Guide to loc and iloc in Python Pandas
https://medium.com/@pythonfundamentals/the-ultimate-guide-to-loc-and-iloc-in-python-pandas-66bfd26b7fec
https://medium.com/@pythonfundamentals/the-ultimate-guide-to-loc-and-iloc-in-python-pandas-66bfd26b7fec
Medium
The Ultimate Guide to loc and iloc in Python Pandas
How to Select and Filter Data in Python
Mastering Python’s Dunder Methods: A Practical Guide to Enhancing Custom Classes
https://medium.com/@chigwel/mastering-pythons-dunder-methods-a-practical-guide-to-enhancing-custom-classes-56228efa565c
https://medium.com/@chigwel/mastering-pythons-dunder-methods-a-practical-guide-to-enhancing-custom-classes-56228efa565c
Medium
Mastering Python’s Dunder Methods: A Practical Guide to Enhancing Custom Classes
Introduction
Simplifying Data Search with Python and Elasticsearch
https://medium.com/@beckhamvino93/simplifying-data-search-with-python-and-elasticsearch-5c46a06b1b5d
https://medium.com/@beckhamvino93/simplifying-data-search-with-python-and-elasticsearch-5c46a06b1b5d
Medium
Simplifying Data Search with Python and Elasticsearch
Introduction
Code Smells — Recognizing Poor Code Quality
https://medium.com/@tahsinsoyakk/code-smells-recognizing-poor-code-quality-31b9ab5ee4db
https://medium.com/@tahsinsoyakk/code-smells-recognizing-poor-code-quality-31b9ab5ee4db
Medium
Code Smells — Recognizing Poor Code Quality
Recognizing when code exhibits poor quality is crucial for maintaining a healthy and maintainable software project. Here are common…
Conda+Poetry: Note while experimenting with how they work together ( macOS, 2021 14" MBP )
https://medium.com/@life-is-short-so-enjoy-it/conda-poetry-note-while-experimenting-with-how-they-work-together-macos-2021-14-mbp-17ef8780cdac
https://medium.com/@life-is-short-so-enjoy-it/conda-poetry-note-while-experimenting-with-how-they-work-together-macos-2021-14-mbp-17ef8780cdac
Medium
Conda+Poetry: Note while experimenting with how they work together ( macOS, 2021 14" MBP )
Wondered how Conda and Poetry combination can work together
Discovering AWS Lambda: Your First Steps
https://medium.com/@iamsagarbhatt/discovering-aws-lambda-your-first-steps-e3ac98005294
https://medium.com/@iamsagarbhatt/discovering-aws-lambda-your-first-steps-e3ac98005294
Medium
Discovering AWS Lambda: Your First Steps
In today’s fast-paced world of cloud computing, AWS Lambda has emerged as a revolutionary service that simplifies the process of building…
Exploring Behavioral Finance Models in Algorithmic Trading
https://janelleturing.medium.com/exploring-behavioral-finance-models-in-algorithmic-trading-f43242d200b4
https://janelleturing.medium.com/exploring-behavioral-finance-models-in-algorithmic-trading-f43242d200b4
Medium
Exploring Behavioral Finance Models in Algorithmic Trading
Behavioral finance is a fascinating field that combines psychology and finance to understand how human behavior influences financial markets. In algorithmic trading, exploiting human cognitive biases…