Level Up Your Python: Mastering Class Methods for Efficient Object-Oriented Programming
https://ravi-m.medium.com/level-up-your-python-mastering-class-methods-for-efficient-object-oriented-programming-8ca78e800f4a
https://ravi-m.medium.com/level-up-your-python-mastering-class-methods-for-efficient-object-oriented-programming-8ca78e800f4a
Medium
Level Up Your Python: Mastering Class Methods for Efficient Object-Oriented Programming
Boost your understanding of object-oriented concepts and design patterns
The Power of Django Template Tags: A Comprehensive Guide for Web Developers
https://mehedi-khan.medium.com/the-power-of-django-template-tags-a-comprehensive-guide-for-web-developers-9413343c5777
https://mehedi-khan.medium.com/the-power-of-django-template-tags-a-comprehensive-guide-for-web-developers-9413343c5777
Medium
The Power of Django Template Tags: A Comprehensive Guide for Web Developers
Introduction
The Factory and Repository Pattern with SQLAlchemy and Pydantic
https://medium.com/@lawsontaylor/the-factory-and-repository-pattern-with-sqlalchemy-and-pydantic-33cea9ae14e0
https://medium.com/@lawsontaylor/the-factory-and-repository-pattern-with-sqlalchemy-and-pydantic-33cea9ae14e0
Medium
The Factory and Repository Pattern with SQLAlchemy and Pydantic
Implementing the factory and repository pattern in a SQLAlchemy and Pydantic application to simplify everything.
Unlocking the Power of Large Language Models (LLMs) in Python: A Comprehensive Guide
https://medium.com/@techriyaz/unlocking-the-power-of-large-language-models-llms-in-python-a-comprehensive-guide-19803de6406d
https://medium.com/@techriyaz/unlocking-the-power-of-large-language-models-llms-in-python-a-comprehensive-guide-19803de6406d
Medium
Unlocking the Power of Large Language Models (LLMs) in Python: A Comprehensive Guide
Introduction :
GonnaCry Ransomware: An Educational Tool for Understanding Cyber Threats
https://medium.com/@elniak/gonnacry-ransomware-an-educational-tool-for-understanding-cyber-threats-b438e0a13698
https://medium.com/@elniak/gonnacry-ransomware-an-educational-tool-for-understanding-cyber-threats-b438e0a13698
Medium
GonnaCry Ransomware: An Educational Tool for Understanding Cyber Threats
Dive into the mechanics of GonnaCry ransomware and its impact on Linux systems. Discover how it operates, spreads, and how you can…
PyGWalker: Simplifying Data Exploration and Visualization for Everyone in Python
https://ravi-m.medium.com/python-pygwalker-simplifying-data-exploration-and-visualization-for-everyone-ed84cc7b7db4
https://ravi-m.medium.com/python-pygwalker-simplifying-data-exploration-and-visualization-for-everyone-ed84cc7b7db4
Medium
PyGWalker: Simplifying Data Exploration and Visualization for Everyone in Python
Unveiling Data Insights: A Look at PyGWalker for Streamlined Exploration and Visualization
Advanced Guide to Behavior-Driven Development with Behave in Python
https://medium.com/@moraneus/advanced-guide-to-behavior-driven-development-with-behave-in-python-aaa3fa5e4c54
https://medium.com/@moraneus/advanced-guide-to-behavior-driven-development-with-behave-in-python-aaa3fa5e4c54
Medium
Advanced Guide to Behavior-Driven Development with Behave in Python
Behavior-driven development (BDD) bridges the gap between software development and business expectations, ensuring that the final product…
Unlocking a Career in Data & Analytics
https://medium.com/@christiegreen_96067/unlocking-a-career-in-data-analytics-757f1cc15f2c
https://medium.com/@christiegreen_96067/unlocking-a-career-in-data-analytics-757f1cc15f2c
Medium
Unlocking a Career in Data & Analytics
In my previous post, I explained why I transitioned from a career in Engineering to Data. For those of you who may be interested in making…
Qualitative Data Analysis: Python, Research Theory, Whisper, NVivo, and more.
https://medium.com/@htobochnik/qualitative-data-analysis-python-research-theory-whisper-nvivo-and-more-fff7e028df68
https://medium.com/@htobochnik/qualitative-data-analysis-python-research-theory-whisper-nvivo-and-more-fff7e028df68
Medium
Qualitative Data Analysis: Python, Research Theory, Whisper, NVivo, and more.
This article contains three distinct sections. Each can be read individually. All Python code is contained in section 2.
Developing an IA tool for Investing platform Due Diligence using LLM and RAG
https://medium.com/@bsouleymane78/developing-an-ia-tool-for-investing-platform-due-diligence-using-llm-and-rag-06a8c6c375ff
https://medium.com/@bsouleymane78/developing-an-ia-tool-for-investing-platform-due-diligence-using-llm-and-rag-06a8c6c375ff
Medium
Developing an IA tool for Investing platform Due Diligence using LLM and RAG
Go through my journey to develop a AI tool using Generative AI and Python to perform Due Diligence of investing platforms.
AIML in English : Chapter 1 : Linear Regression
https://medium.com/@Swift.Learner/aiml-in-english-chapter-1-linear-regression-52b49bb983c6
https://medium.com/@Swift.Learner/aiml-in-english-chapter-1-linear-regression-52b49bb983c6
Medium
AIML in English : Chapter 1 : Linear Regression
The Concept
Demystifying Constructors and Destructors in Python: A Beginner’s Guide
https://medium.com/@abhishekjainindore24/demystifying-constructors-and-destructors-in-python-a-beginners-guide-b5bd6988f4bb
https://medium.com/@abhishekjainindore24/demystifying-constructors-and-destructors-in-python-a-beginners-guide-b5bd6988f4bb
Medium
Demystifying Constructors and Destructors in Python: A Beginner’s Guide
In Python, constructors and destructors are special methods associated with classes, playing a vital role in the life cycle of objects…
Don’t Know What is Python GIL? This May be the Easiest Tutorial
https://towardsdatascience.com/dont-know-what-is-python-gil-this-may-be-the-easiest-tutorial-3b99805d2225
https://towardsdatascience.com/dont-know-what-is-python-gil-this-may-be-the-easiest-tutorial-3b99805d2225
Towards Data Science
Probably the Easiest Tutorial for Python Threads, Processes and GIL | Towards Data Science
Illustrating by Diagrams and Codes, Less Dry Concepts