Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with Python -> html
Post: RE: Help with Python -> html

Thank you, I managed to resolve it. Appreciate your guidance!
lukeyd General Coding Help 6 2,124 Aug-01-2021, 03:17 PM
    Thread: Help with Python -> html
Post: RE: Help with Python -> html

Hey Sorry - im extremely new to this. Can you show me as an example so I know what you mean?
lukeyd General Coding Help 6 2,124 Aug-01-2021, 01:14 PM
    Thread: Help with Python -> html
Post: RE: Help with Python -> html

Sorry, So the full app.py is this; from flask import Flask, render_template, request app = Flask(__name__) @app.route("/") def index(): return render_template("index.html") file = open("block...
lukeyd General Coding Help 6 2,124 Aug-01-2021, 12:46 PM
    Thread: Help with Python -> html
Post: Help with Python -> html

Good afternoon I'm quite new to Python and I am trying to get the result of a script to show into a html tag - so within my app.py I have the following code; file = open("blocks.txt", "r") line_coun...
lukeyd General Coding Help 6 2,124 Aug-01-2021, 12:39 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020