I\'m following this tutorial on how to extend Python with C\\C++ code.
The section named \"Building the extension module with GCC for Microsoft Windows\" fails for m
For Linux, Ubuntu users to resolve the issue of missing Python.h while compiling, simply run the following command in your terminal to install the development package of python:
In Terminal: sudo apt-get install python-dev
sudo apt-get install python-dev
Good luck