Real Python Tutorials
Build a Guitar Synthesizer: Play Musical Tablature in Python
In this tutorial, you'll build a guitar synthesizer using the Karplus-Strong algorithm in Python. You'll model vibrating strings, simulate strumming techniques, read musical notation and tablature, and apply audio effects. By the end, you'll have created a digital guitar that can play any song.
Jun 19, 2024 intermediate projects
Explore Real Python
Rounding Numbers in Python
Jun 18, 2024 intermediate best-practices python
Python Mappings: A Comprehensive Guide
Jun 12, 2024 intermediate python
Listing All Files in a Directory With Python
Jun 11, 2024 intermediate
Python News: What's New From May 2024
Jun 10, 2024 community
What Are CRUD Operations?
May 29, 2024 intermediate api databases web-dev
What Is the __pycache__ Folder in Python?
May 13, 2024 intermediate python