Creating a Voice Assistant for your Knowledge Base using Langchain in Python
https://medium.com/@ebojacky/creating-a-voice-assistant-for-your-knowledge-base-using-langchain-in-python-81df4b482db8
https://medium.com/@ebojacky/creating-a-voice-assistant-for-your-knowledge-base-using-langchain-in-python-81df4b482db8
Medium
Creating a Voice Assistant for your Knowledge Base using Langchain in Python
In this tutorial, we will walk you through the process of creating your very own voice assistant for a knowledge base using…
Create Your Own Superconductor Simulation (With Python)
https://philip-mocz.medium.com/create-your-own-superconductor-simulation-with-python-a206162945e
https://philip-mocz.medium.com/create-your-own-superconductor-simulation-with-python-a206162945e
Medium
Create Your Own Superconductor Simulation (With Python)
In today’s recreational coding exercise, we will look at an equation for superconductors, in particular, the time-dependent complex…
Python for Options Trading (1): Selecting a Call Spread with the Highest Probability of Profit.
https://medium.com/@rgaveiga/python-for-options-trading-1-selecting-a-call-spread-with-the-highest-probability-of-profit-8e61c9d325d6
https://medium.com/@rgaveiga/python-for-options-trading-1-selecting-a-call-spread-with-the-highest-probability-of-profit-8e61c9d325d6
Medium
Python for Options Trading (1): Selecting a Call Spread with the Highest Probability of Profit
EDIT: The library has undergone significant changes, rendering the code from the previous version of this article incompatible. As a…
“Size Matters: Python’s File Symphony”
https://medium.com/@nocturnalcloud.dev/size-matters-pythons-file-symphony-4702b54bb8ec
https://medium.com/@nocturnalcloud.dev/size-matters-pythons-file-symphony-4702b54bb8ec
Medium
“Size Matters: Python’s File Symphony”
People can say what they want but in computer programs size matters. If you have too big of files eating all your memory its gonna be a sad…
I‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve found
https://plotnikova1111.medium.com/i-d-been-writing-for-1-year-on-fastapi-after-5-year-experience-on-django-and-here-what-ive-found-45530fd77418
https://plotnikova1111.medium.com/i-d-been-writing-for-1-year-on-fastapi-after-5-year-experience-on-django-and-here-what-ive-found-45530fd77418
Medium
I‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve found
For whom this article is written — for people who just started their way in backend development and are deciding now what a framework to…
Python for Data Science: Python Programming Fundamentals I
https://medium.com/@sawsanyusuf/python-for-data-science-python-programming-fundamentals-i-acb6be9c7a55
https://medium.com/@sawsanyusuf/python-for-data-science-python-programming-fundamentals-i-acb6be9c7a55
Medium
Python for Data Science: Python Programming Fundamentals I
In our previous article, we explored Python data structures and how they can help us organize and manipulate data. Now, let’s take a closer…
Building a Simple Rule-Based Chatbot in Python using NLTK
https://medium.com/@jawahirqarafi.jq/building-a-simple-rule-based-chatbot-in-python-using-nltk-a725cf9450ca
https://medium.com/@jawahirqarafi.jq/building-a-simple-rule-based-chatbot-in-python-using-nltk-a725cf9450ca
Medium
Building a Simple Rule-Based Chatbot in Python using NLTK
Creating a chatbot using Python can be an exciting and rewarding project. In this tutorial, we’ll walk you through the steps to build a…
Three Simple Things About Regression That Every Data Scientist Should Know
https://keith-mcnulty.medium.com/three-simple-things-about-regression-that-every-data-scientist-should-know-d38ee17c5563
https://keith-mcnulty.medium.com/three-simple-things-about-regression-that-every-data-scientist-should-know-d38ee17c5563
Medium
Three Simple Things About Regression That Every Data Scientist Should Know
Understanding these three things will improve how you go about linear and generalized linear modeling
Supercharge Your Python skills: The Power of itertools and more_itertools Unleashed with examples
https://medium.com/@tahasamavati/supercharge-your-python-skills-unleashing-the-power-of-itertools-and-more-itertools-in-python-with-dd803e65e083
https://medium.com/@tahasamavati/supercharge-your-python-skills-unleashing-the-power-of-itertools-and-more-itertools-in-python-with-dd803e65e083
Medium
Supercharge Your Python skills: Unleashing the Power of itertools and more_itertools in Python with…
In the realm of data manipulation, Python’s itertools module stands as a versatile and essential toolkit. Whether you're a data engineer…
Featurewiz: A Python Package for Quick and Easy Feature Engineering
https://medium.com/chat-gpt-now-writes-all-my-articles/featurewiz-a-python-package-for-quick-and-easy-feature-engineering-2f0aead14c7e
https://medium.com/chat-gpt-now-writes-all-my-articles/featurewiz-a-python-package-for-quick-and-easy-feature-engineering-2f0aead14c7e
Medium
Featurewiz: A Python Package for Quick and Easy Feature Engineering
What is Featurewiz?
“The First Trading Day of a Month” Effect... Is that real?
https://medium.com/@yatshunlee/the-first-trading-day-of-a-month-effect-is-that-real-2de1785436a1
https://medium.com/@yatshunlee/the-first-trading-day-of-a-month-effect-is-that-real-2de1785436a1
Medium
“The First Trading Day of a Month” Effect... Is that real?
One day my friend brought this observation to me… as a statistician, what would you do?
Advanced Visualization Techniques: Week 2, Day 12
https://medium.com/@afterhourscoding/advanced-visualization-techniques-week-2-day-12-f02def4a2fc4
https://medium.com/@afterhourscoding/advanced-visualization-techniques-week-2-day-12-f02def4a2fc4
Medium
Advanced Visualization Techniques: Week 2, Day 12
Welcome back to Day 12 of our “Python for Data Science: 100 Days to Mastery” program! Over the past few days, you’ve navigated through the…
Python Unleashed: Cracking the Leetcode 100 — Arrays and Hashing
https://levelup.gitconnected.com/python-unleashed-cracking-the-leetcode-100-arrays-and-hashing-a187def7f66
https://levelup.gitconnected.com/python-unleashed-cracking-the-leetcode-100-arrays-and-hashing-a187def7f66
Medium
Python Unleashed: Cracking the Leetcode 100 — Arrays and Hashing
LC Problems
Phase Shift Keying Modulation: An Introduction and Simulation in Python
https://levelup.gitconnected.com/phase-shift-keying-modulation-an-introduction-and-simulation-in-python-7fda95529cf8
https://levelup.gitconnected.com/phase-shift-keying-modulation-an-introduction-and-simulation-in-python-7fda95529cf8
Medium
Phase Shift Keying Modulation: An Introduction and Simulation in Python
Simulate digital communication in Python
Python’s AST Demystified: From Parsing to Code Instrumentation
https://levelup.gitconnected.com/pythons-ast-demystified-from-parsing-to-code-instrumentation-9db608e7eaf3
https://levelup.gitconnected.com/pythons-ast-demystified-from-parsing-to-code-instrumentation-9db608e7eaf3
Medium
Python’s AST Demystified: From Parsing to Code Instrumentation
Explore, Inspect, and Modify Python’s Abstract Syntax Tree Like Never Before
A Beginners Guide to Apache Airflow (and Docker) — Part 1
https://levelup.gitconnected.com/a-beginners-guide-to-apache-airflow-and-docker-part-1-b58197e6b19
https://levelup.gitconnected.com/a-beginners-guide-to-apache-airflow-and-docker-part-1-b58197e6b19
Medium
A Beginners Guide to Apache Airflow (and Docker) — Part 1
I recently got involved in writing unit and integration test scripts using Apache Airflow and wanted to write a beginner's guide article…