Computing Option Price and Greeks using Monte Carlo Simulation
https://medium.com/@rmenghani21/computing-option-price-and-greeks-using-monte-carlo-simulation-21a3a24d11ba
https://medium.com/@rmenghani21/computing-option-price-and-greeks-using-monte-carlo-simulation-21a3a24d11ba
Medium
Computing Option Price and Greeks using Monte Carlo Simulation
A comprehensive project focused on pricing a plain Vanilla European option using Monte Carlo simulation in Python.
Tips and Tricks of VS Code that every developer should know.
https://medium.com/@abhishekagarwal582/tips-and-tricks-of-vs-code-that-every-developer-should-know-b58bea600d01
https://medium.com/@abhishekagarwal582/tips-and-tricks-of-vs-code-that-every-developer-should-know-b58bea600d01
Medium
Tips and Tricks of VS Code that every developer should know.
Here are some tips and tricks for Visual Studio Code (VS Code) that every developer should know:
100 days of Python for slow learners
https://medium.com/@jessieliao87/100-days-of-python-for-slow-learners-4c16f9ba2fe7
https://medium.com/@jessieliao87/100-days-of-python-for-slow-learners-4c16f9ba2fe7
Medium
100 days of Python for slow learners
DAY 1
Exception Handling in Python — Complete Guide
https://medium.com/@kalyanmurapaka274/exception-handling-in-python-complete-guide-14e3be5647f4
https://medium.com/@kalyanmurapaka274/exception-handling-in-python-complete-guide-14e3be5647f4
Medium
Exception Handling in Python — Complete Guide
Generally in Python, Errors can be of two types i.e. Syntactical errors and Exceptions. Both seem to be similar but there is a little bit…
Beginner Guide for Machine Learning Project (Titanic Survival Prediction (EDA)) part-1
https://medium.com/@kamalbatcha3009/beginner-guide-for-machine-learning-project-titanic-survival-prediction-eda-part-1-b2811cb0d3d1
https://medium.com/@kamalbatcha3009/beginner-guide-for-machine-learning-project-titanic-survival-prediction-eda-part-1-b2811cb0d3d1
Medium
Beginner Guide for Machine Learning Project (Titanic Survival Prediction (EDA)) part-1
Hello guys! Here after I write an article related to AI/ML and data science weekly once or twice.Today I have to share Exploratory data…
Unlocking Room Mapping Magic with Fuzzy Wuzzy
https://medium.com/@saijola12/unlocking-room-mapping-magic-with-fuzzy-wuzzy-fee0063b4532
https://medium.com/@saijola12/unlocking-room-mapping-magic-with-fuzzy-wuzzy-fee0063b4532
Medium
Unlocking Room Mapping Magic with Fuzzy Wuzzy
Introduction
Obtaining the Latest Filing of Your Favorite Stocks from the EDGAR Submission
https://medium.com/@vkasps/obtaining-the-latest-filing-of-your-favorite-stocks-from-the-edgar-submission-6c9b70f1bad
https://medium.com/@vkasps/obtaining-the-latest-filing-of-your-favorite-stocks-from-the-edgar-submission-6c9b70f1bad
Medium
Obtaining the Latest Filing of Your Favorite Stocks from the EDGAR Submission
Introduction:
In the world of investing, staying up-to-date with the latest filings of your favorite stocks can provide valuable insights…
In the world of investing, staying up-to-date with the latest filings of your favorite stocks can provide valuable insights…
SOLID Principles — with Python&Kotlin Examples
https://medium.com/interviewhackingninja/solid-principles-with-python-kotlin-examples-f7acee967eb4
https://medium.com/interviewhackingninja/solid-principles-with-python-kotlin-examples-f7acee967eb4
Medium
SOLID Principles — with Python&Kotlin Examples
The SOLID principles are a set of five design principles that promote clean, modular, and maintainable code. Each principle focuses on a…
Conda Development Environment for Python
https://abhijit-paul.medium.com/conda-development-environment-for-python-2b629abce428
https://abhijit-paul.medium.com/conda-development-environment-for-python-2b629abce428
Medium
Conda Development Environment for Python
Conda is an open-source package management and environment management system that can be used to create different, isolated coding…
Leetcode 206. Reverse Linked List — Python.
https://medium.com/@alessandroamenta1/leetcode-206-reverse-linked-list-python-cc44781f9a8c
https://medium.com/@alessandroamenta1/leetcode-206-reverse-linked-list-python-cc44781f9a8c
Medium
Leetcode 206. Reverse Linked List — Python.
While this is a relatively simple problem in itself, many interviewees trip up when asked to elegantly reverse a linked list. Furthermore…
Data Wrangling and SQL Project Olist: Brazilian E-Commerce Database
https://inesiameita.medium.com/data-wrangling-and-sql-olist-brazilian-e-commerce-database-4253956dd0a9
https://inesiameita.medium.com/data-wrangling-and-sql-olist-brazilian-e-commerce-database-4253956dd0a9
Medium
Data Wrangling and SQL Project Olist: Brazilian E-Commerce Database
Sales Data Analysis
Create supervised datasets for deep learning using the xeye Python package.
https://medium.com/@mar.salvalaggio/create-supervised-datasets-for-deep-learning-using-the-xeye-python-package-8d04bd225420
https://medium.com/@mar.salvalaggio/create-supervised-datasets-for-deep-learning-using-the-xeye-python-package-8d04bd225420
Medium
Create supervised datasets for deep learning using the xeye Python package.
While writing my master’s degree thesis, I spent a lot of time working and studying deep learning principles and primary model…
How to Use ChatGPT to It's Full Potential: 10 Tips and Tricks
https://medium.com/@rohitsaroj29/how-to-use-chatgpt-to-its-full-potential-10-tips-and-tricks-8e9b8aaed419
https://medium.com/@rohitsaroj29/how-to-use-chatgpt-to-its-full-potential-10-tips-and-tricks-8e9b8aaed419
Medium
How to Use ChatGPT to Its Full Potential: 10 Tips and Tricks
Generate High-Quality Text Quickly and Easily
Duck Typing and Dependency Inversion in Python
https://medium.com/@sergioli/duck-typing-and-dependency-inversion-in-python-f19ffac48099
https://medium.com/@sergioli/duck-typing-and-dependency-inversion-in-python-f19ffac48099
Medium
Duck Typing and Dependency Inversion in Python
The Issue of Tight Coupling