Jacob MacLeod
@JacobMacLeod
I made a python blockchain system! I posted it on GitHub at https://github.com/jacob-and-nathan/Python-Blockchain-System.
To be honest, I don't really
Python
Hi! I'm making an online IDE, and I need to do syntax highlighting.
The first box (which is under the submit button) allows you to do terminal comman
Python
SixBeeps I don't know much about Flask, but since the output's still HTML, Here's what I'd do:
1.) Whenever the user types a new letter into the textarea, run some function to redo the highlighting.
2.) In the highlight function, go through each word. If a word is a keyword, surround it with an inline tag with a class of "keyword".
3.) In your CSS, add a rule like
.keyword {
display: inline;
color: blue;
}
`3 years ago
I am wondering if it would be possible to add flask support on repl.it? I’m not sure how it would work, just curious!
AlexanderBirabe There is flask support for python. It's one of the examples when you create a new python script.
from flask import Flask
app = Flask('app')
@app.route('/')
def hello_world():
return 'Hello, World!'
app.run(host='0.0.0.0', port=8080)
`3 years ago
This is our submission for the about me challenge, hope you like it!
(we are two brothers with a shared account)
https://about-me-challenge.jacobmacle
HTML, CSS, JS
I am trying to use the yahoo finance libary to get prices of stocks. I am using this webpage 'https://pypi.org/project/yahoo-finance/' and am trying t
Python
TannerTommy I have never used yahoo finance library so I know nothing about it. I came here to look for the Best Demat trading account as I am interested in it. If you know anything about it, let me know soon.
10 months ago
Felecia-UlphiUl Lol, dude, this is something very difficult for me, I first want to figure out what companies are in the finance field and start figuring it out. Since now there are some savings that I want to invest in order to make a profit, but I cannot yet understand how and where it is better to invest these savings2 years ago