Python Projects
- master example - https://github.com/TheRealMarcusChiu/PythonMasterExample
- flask
- https://code.tutsplus.com/tutorials/creating-a-web-app-from-scratch-using-python-flask-and-mysql—cms-22972
from flask.ext.mysql import MySQL
is deprecated
use
from flask_mysqldb import MySQL
- https://code.tutsplus.com/tutorials/creating-a-web-app-from-scratch-using-python-flask-and-mysql—cms-22972
- ai-voice-chat - https://github.com/TheRealMarcusChiu/ai-voice-chat-agent