Skip to content

Instantly share code, notes, and snippets.

View abdullahrkw's full-sized avatar
🎯
Focusing

Abdullah abdullahrkw

🎯
Focusing
View GitHub Profile
@abdullahrkw
abdullahrkw / donut.md
Last active July 30, 2023 18:52
Drawing Torus or Donut as a Parametric surface in Python

You can follow the theory of parametric surfaces here

This is my python code that uses matplotlib and python

# %%
import numpy as np
import matplotlib.pyplot as plt

# %%