Option Pricing With Black Scholes In Python
https://medium.com/@rahul-mohan-data-portfolio/option-pricing-with-black-scholes-in-python-40810ed6edaf
https://medium.com/@rahul-mohan-data-portfolio/option-pricing-with-black-scholes-in-python-40810ed6edaf
Medium
Option Pricing With Black Scholes In Python
After some studying of option contracts and how they are priced, I came across the Black-Scholes-Merton model which is used to determine…
AI Art and its Impact on Artists: A Detailed Blog Post
https://medium.com/@saadnoorafridi/ai-art-and-its-impact-on-artists-a-detailed-blog-post-0a99c7e2e876
https://medium.com/@saadnoorafridi/ai-art-and-its-impact-on-artists-a-detailed-blog-post-0a99c7e2e876
Medium
AI Art and its Impact on Artists: A Detailed Blog Post
AI art is a rapidly growing field, with new tools and techniques emerging all the time. While AI art has the potential to revolutionize the creative process, it is also important to be aware of the…
AI in Finance: The Future is Now
https://medium.com/@saadnoorafridi/ai-in-finance-the-future-is-now-85cdea248f59
https://medium.com/@saadnoorafridi/ai-in-finance-the-future-is-now-85cdea248f59
Medium
AI in Finance: The Future is Now
Artificial intelligence (AI) is rapidly transforming the financial industry, with the potential to revolutionize everything from trading and investment to risk management and customer service…
Knowledge Extraction in the Age of Information: Leveraging Colab, LangChain, and ChatGPT
https://smartlever.medium.com/knowledge-extraction-in-the-age-of-information-leveraging-colab-langchain-and-chatgpt-938f7ffec98f
https://smartlever.medium.com/knowledge-extraction-in-the-age-of-information-leveraging-colab-langchain-and-chatgpt-938f7ffec98f
Medium
Knowledge Extraction in the Age of Information: Leveraging Colab, LangChain, and ChatGPT
“Information is not knowledge.” — Albert Einstein
IPv4 Socket Surveillance — Tracing using kprobe, kretprobe and maps with BCC
https://douglasmakey.medium.com/ipv4-socket-surveillance-tracing-using-kprobe-kretprobe-and-maps-with-bcc-e865a7bfcda8
https://douglasmakey.medium.com/ipv4-socket-surveillance-tracing-using-kprobe-kretprobe-and-maps-with-bcc-e865a7bfcda8
Medium
IPv4 Socket Surveillance — Tracing using kprobe, kretprobe and maps with BCC
In my previous article, I explored the fundamentals of eBPF, a technology enabling interaction with the Linux kernel without altering…
How I started to Learn Python without paying a single dime
https://medium.com/@fasakinhenry/how-i-started-to-learn-python-without-paying-a-single-dime-c5a31fe59840
https://medium.com/@fasakinhenry/how-i-started-to-learn-python-without-paying-a-single-dime-c5a31fe59840
Medium
How I started to Learn Python without paying a single dime
Today I got deferred from cohort 18 ALX cohort because my monthly score was around 34% and I could not meet the monthly requirement of the…
Codecademy Python: Tic-Tac-Toe Terminal Project.
https://medium.com/@dev.j.dixon/codecademy-python-tic-tac-toe-terminal-project-b33e92b3979a
https://medium.com/@dev.j.dixon/codecademy-python-tic-tac-toe-terminal-project-b33e92b3979a
Medium
Codecademy Python: Tic-Tac-Toe Terminal Project.
I thought this would be a fun project to undertake, and make better over time. I got the gameplay loop finished and now looking to make a…
Handling Empty and Optional Fields in Django
https://medium.com/@maruthurnavin/handling-empty-and-optional-fields-in-django-b7ef7979e83e
https://medium.com/@maruthurnavin/handling-empty-and-optional-fields-in-django-b7ef7979e83e
Medium
Handling Empty and Optional Fields in Django
Django, a popular web framework for Python, offers a robust and flexible way to define database models for your applications. When working…
Efficient “For Loop” in Python, every Data Scientist/Analyst should know
https://anmol3015.medium.com/efficient-for-loop-in-python-every-data-scientist-analyst-should-know-333bfebd4a1e
https://anmol3015.medium.com/efficient-for-loop-in-python-every-data-scientist-analyst-should-know-333bfebd4a1e
Medium
Efficient “For Loop” in Python, every Data Scientist/Analyst should know
Introduction
Mastering the Art of Visualization: Python and Seaborn Unleashed
https://jclewis1989.medium.com/mastering-the-art-of-visualization-python-and-seaborn-unleashed-3762981a2585
https://jclewis1989.medium.com/mastering-the-art-of-visualization-python-and-seaborn-unleashed-3762981a2585
Medium
Mastering the Art of Visualization: Python and Seaborn Unleashed
Hey there! Welcome to my blog where I post about my journey as a self-taught developer. You can find my GitHub by clicking HERE.
Collect Your Spotify Playlists in Python
https://in-a.medium.com/collect-your-spotify-playlists-in-python-2be87f61f170
https://in-a.medium.com/collect-your-spotify-playlists-in-python-2be87f61f170
Medium
Collect Your Spotify Playlists in Python
In this article, I will explain how to extract Spotify data by using ‘Spotify API’. Before diving into ‘Spotify API’, it would be better…
Experiment 11 — LLM Generates a Website to do Astrology
https://medium.com/@hackerm0m/experiment-11-llm-generates-a-website-to-do-astrology-e07413065c63
https://medium.com/@hackerm0m/experiment-11-llm-generates-a-website-to-do-astrology-e07413065c63
Medium
Experiment 11 — LLM Generates a Website to do Astrology
# Generating a Flask Web App
Today I generated a web app using a few lines of chat gpt prompts. I dont think it would run on a server…
Today I generated a web app using a few lines of chat gpt prompts. I dont think it would run on a server…
Scraping Data from API Response Using Scrapy Python
https://medium.com/@naputami/scraping-data-from-api-response-using-scrapy-python-43f86c3328b7
https://medium.com/@naputami/scraping-data-from-api-response-using-scrapy-python-43f86c3328b7
Medium
Scraping Data from API Response Using Scrapy Python
Data scraping is a method to obtain data from a website. One common method of data scraping is to scrape data from the HTML component…
NumPy: Essential Library for Scientific Computing in Python
https://luiggitrejo.medium.com/numpy-essential-library-for-scientific-computing-in-python-7eb0dfa3f826
https://luiggitrejo.medium.com/numpy-essential-library-for-scientific-computing-in-python-7eb0dfa3f826
Medium
NumPy: Essential Library for Scientific Computing in Python
NumPy, which stands for “Numerical Python,” is a fundamental library for scientific computing in Python. It provides support for large…
Unleash Your Inner Data Scientist: Predicting House Prices with Python
https://medium.com/@maheshgadge/unleash-your-inner-data-scientist-predicting-house-prices-with-python-ad9d3381586b
https://medium.com/@maheshgadge/unleash-your-inner-data-scientist-predicting-house-prices-with-python-ad9d3381586b
Medium
Unleash Your Inner Data Scientist: Predicting House Prices with Python
Do you ever find yourself daydreaming about predicting the future, or more specifically, predicting the price of houses? Well, it might not…