Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Jacob MacLeod

@JacobMacLeod
  • Online-Linux-Code-Editor-2

    Cover page
    Made with Python

    This is a flask-based python code editor for the programming of linux/windows/mac computers remotely from the web browser of another device

    Recent comments (0)
Repls
Community
JacobMacLeod
JacobMacLeod
shared a Post
3 years ago
Here's my Python Blockchain Program!
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 Blockchain
Python
JacobMacLeod
JacobMacLeod
shared a Post
3 years ago
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
Online IDE
Python
SixBeeps
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
JacobMacLeod
JacobMacLeod
shared a Post
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
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
JacobMacLeod
JacobMacLeod
shared a Post
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
About Me Challenge
HTML, CSS, JS
eco27
eco27
great work!3 years ago
JacobMacLeod
JacobMacLeod
shared a Post
3 years ago
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
Stock Trading Bot
Python
TannerTommy
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
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
YuvMalik
YuvMalik
Same problem 2 years ago