Building My First Mortgage Calculator Using Python
https://medium.com/@aag.jauregui/building-my-first-mortgage-calculator-using-python-8e29d2018e4f
https://medium.com/@aag.jauregui/building-my-first-mortgage-calculator-using-python-8e29d2018e4f
Medium
Building My First Mortgage Calculator Using Python
I am currently learning how to code using Python and coming from a Mortgage Servicing background it was only natural for me to be drawn to…
NVIDIA Algo-Trading: VaR, Q-Q Plots & Stochastic Simulations
https://medium.com/@alexzap922/nvidia-algo-trading-var-q-q-plots-stochastic-simulations-97c0d6a94ad2
https://medium.com/@alexzap922/nvidia-algo-trading-var-q-q-plots-stochastic-simulations-97c0d6a94ad2
Medium
NVIDIA Algo-Trading: VaR, Q-Q Plots & Stochastic Simulations
In this post, we will gain a deeper insight into the latest NVIDIA (NASDAQ: NVDA) stock trends in terms of the Value-at-Risk (VaR), Q-Q…
Taipy: The best Python GUI tool you’ve never heard of?
https://levelup.gitconnected.com/taipy-the-best-python-gui-tool-youve-never-heard-of-f285e3bfb8a4
https://levelup.gitconnected.com/taipy-the-best-python-gui-tool-youve-never-heard-of-f285e3bfb8a4
Medium
Taipy: The best Python GUI tool
Could it be a streamlit killer?
Quick and Easy Way to Read Multiple .CSV File With Pandas
https://levelup.gitconnected.com/quick-and-easy-way-to-read-multiple-csv-file-with-pandas-f99ff5e7adfc
https://levelup.gitconnected.com/quick-and-easy-way-to-read-multiple-csv-file-with-pandas-f99ff5e7adfc
Medium
Quick and Easy Way to Read Multiple .CSV File With Pandas
A 3 step mini guide to kick start your data analysis
ML Tutorial 35 — Hybrid Recommendation Systems and Techniques
https://levelup.gitconnected.com/ml-tutorial-35-hybrid-recommendation-systems-and-techniques-6902bfa470c6
https://levelup.gitconnected.com/ml-tutorial-35-hybrid-recommendation-systems-and-techniques-6902bfa470c6
Medium
ML Tutorial 35 — Hybrid Recommendation Systems and Techniques
Learn how to use hybrid recommendation systems that combine collaborative filtering and content-based filtering techniques.
Cracking the Interview: Maximizing Profit from Stock Trading
https://medium.com/@tech.interview.buddies/cracking-the-interview-maximizing-profit-from-stock-trading-c08604c36553
https://medium.com/@tech.interview.buddies/cracking-the-interview-maximizing-profit-from-stock-trading-c08604c36553
Medium
Cracking the Interview: Maximizing Profit from Stock Trading
In technical interviews, candidates often tackle intriguing puzzles like maximizing profit from stock trading. This challenge not only…
Blog/Content Generator Using Generative AI “LLM Project Using LLAMA 2(Open Source LLM Model from…
https://medium.com/@aaryangupta2201/blog-content-generator-using-generative-ai-llm-project-using-llama-2-open-source-llm-model-from-c305e31bcb74
https://medium.com/@aaryangupta2201/blog-content-generator-using-generative-ai-llm-project-using-llama-2-open-source-llm-model-from-c305e31bcb74
Medium
Blog/Content Generator Using Generative AI “LLM Project Using LLAMA 2(Open Source LLM Model from…
Introducing Llama 2
— — — — — — — — — -
— — — — — — — — — -
Duplicate Data: Ways to eliminate it in Analysis
https://medium.com/@tmgsbhp/duplicate-data-ways-to-eliminate-it-in-analysis-509e0d1681bd
https://medium.com/@tmgsbhp/duplicate-data-ways-to-eliminate-it-in-analysis-509e0d1681bd
Medium
Duplicate Data: Ways to eliminate it in Analysis
Data is the core part of modern analysis and decision-making. But like any valuable resource, it needs upkeep. Duplicate data, those…
Effortless Python Perfection: Mastering Code Formatting with VS Code Extensions
https://medium.com/@craakash/effortless-python-perfection-mastering-code-formatting-with-vs-code-extensions-e7035d58c4a3
https://medium.com/@craakash/effortless-python-perfection-mastering-code-formatting-with-vs-code-extensions-e7035d58c4a3
Medium
Effortless Python Perfection: Mastering Code Formatting with VS Code Extensions
Formatting Python code efficiently and maintaining a consistent code style are crucial for readability and team collaboration. Visual…
Understanding While Loops with Jetbrains
https://medium.com/python-mastery-101/understanding-while-loops-with-jetbrains-757d9c2142e1
https://medium.com/python-mastery-101/understanding-while-loops-with-jetbrains-757d9c2142e1
Medium
Understanding While Loops with Jetbrains
Jetbrains While loop
How to Install a Pipenv Python project as a Submodule Inside Another Pipenv Python project
https://wbrucek.medium.com/how-to-install-a-pipenv-python-project-as-a-submodule-inside-another-pipenv-python-project-d1509c9a41ed
https://wbrucek.medium.com/how-to-install-a-pipenv-python-project-as-a-submodule-inside-another-pipenv-python-project-d1509c9a41ed
Medium
How to Install a Pipenv Python project as a Submodule Inside Another Pipenv Python project
I had troubles making this work, so I’m documenting my learning as I figure this out for the next time I try to do this!
Mastering Linguistic Nuance: The Impact and Ingenuity of Subword Tokenization in Natural Language…
https://medium.com/@evertongomede/mastering-linguistic-nuance-the-impact-and-ingenuity-of-subword-tokenization-in-natural-language-1e9a78b1caef
https://medium.com/@evertongomede/mastering-linguistic-nuance-the-impact-and-ingenuity-of-subword-tokenization-in-natural-language-1e9a78b1caef
Medium
Mastering Linguistic Nuance: The Impact and Ingenuity of Subword Tokenization in Natural Language Processing
Abstract
Conquering the Machine: Mastering Machine Learning with Python (and Maybe a Little Laughter)
https://medium.com/@failuredocumentary/conquering-the-machine-mastering-machine-learning-with-python-and-maybe-a-little-laughter-3287a1a8ae90
https://medium.com/@failuredocumentary/conquering-the-machine-mastering-machine-learning-with-python-and-maybe-a-little-laughter-3287a1a8ae90
Medium
Conquering the Machine: Mastering Machine Learning with Python (and Maybe a Little Laughter)
Photo by Markus Winkler on Unsplash
Beginner’s Guide to Python Operators
https://medium.com/@AlexanderObregon/beginners-guide-to-python-operators-cda215939a97
https://medium.com/@AlexanderObregon/beginners-guide-to-python-operators-cda215939a97
Medium
Beginner’s Guide to Python Operators
Introduction