Extract piano notes from wav files in Python
https://medium.com/@gallaghersam95/extract-piano-notes-from-wav-files-in-python-3954a1876e8e
https://medium.com/@gallaghersam95/extract-piano-notes-from-wav-files-in-python-3954a1876e8e
Medium
Extract piano notes from wav files in Python
Preamble
Exploring Python; Reading files in pandas with Python Simplified.
https://medium.com/@fifehanadekunle/exploring-python-reading-files-in-pandas-with-python-simplified-47bc176f6abd
https://medium.com/@fifehanadekunle/exploring-python-reading-files-in-pandas-with-python-simplified-47bc176f6abd
Medium
Exploring Python; Reading files in pandas with Python Simplified.
Pandas is a popular Python library for data manipulation and analysis. It provides efficient and convenient tools for reading, writing, and working with structured data, which is why it’s often used…
Controlling speaker funtions using python
https://medium.com/@prateeksrivastav598/controlling-speaker-funtions-using-python-c52b00f45fe2
https://medium.com/@prateeksrivastav598/controlling-speaker-funtions-using-python-c52b00f45fe2
Medium
Controlling speaker funtions using python
Controlling the functions of your Linux computer’s speaker using Python typically involves interacting with the ALSA (Advanced Linux Sound…
LeetCode Problem 1873 Calculate Special Bonus — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-1873-calculate-special-bonus-leetcode-30-days-of-pandas-3fe8f01b07a0
https://medium.com/@robertsevan/leetcode-problem-1873-calculate-special-bonus-leetcode-30-days-of-pandas-3fe8f01b07a0
Medium
LeetCode Problem 1873 Calculate Special Bonus — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Building a RESTFUL API with Flask
https://medium.com/@trihoang09/building-a-restful-api-with-flask-961f3d880b6e
https://medium.com/@trihoang09/building-a-restful-api-with-flask-961f3d880b6e
Medium
Building a RESTFUL API with Flask
Introduction
Unveiling MStore API 3.9.9: Unauthenticated Privilege Escalation
https://medium.com/@pentesterclubpvtltd/unveiling-mstore-api-3-9-9-unauthenticated-privilege-escalation-d0a1414536b4
https://medium.com/@pentesterclubpvtltd/unveiling-mstore-api-3-9-9-unauthenticated-privilege-escalation-d0a1414536b4
Medium
Unveiling MStore API 3.9.9: Unauthenticated Privilege Escalation
Hello YouTube viewers! Welcome back to our channel. In this exciting video, we are going to unveil the latest version of MStore API…
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…