A downloadable project

This is a tutorial that teaches you how to use Python in steps.


Download

Download
Name_The_File.py 939 bytes
Download
pythonw.exe 93 kB

Install instructions

Download Python and the file "Name_The_File"

If you downloaded Python but cannot run it, download Python 3.8.2 on python.org

Comments

Log in with itch.io to leave a comment.

Show post...

Try a web flask with python and use this link.

repl.com

here is the command 

from flask import Flask app = Flask('app') @app.route('/') def Web_flask(): return 'Web Flask ' app.run(host='0.0.0.0', port=8080)