/var/logmarcus chiu

/var/log

❯

Computer

❯

Computer/Programming Languages

❯

Computer Languages - General-Purpose Programming Languages (GPL)

❯

Python

Python - Projects

Created on Aug 18, 2019 · Last Modified on Mar 20, 2026

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
  • ai-voice-chat - https://github.com/TheRealMarcusChiu/ai-voice-chat-agent