Rohan P
@Roar123
Stock Market Visualizer
Hi everyone, I'm proud to present Stock Market Visualizer, the best way to view stock/ETF statistics from the comfort of the P
Python
drexelhub This could be the future for investment. I have worked with your app before, and it is really very handy and easy to use. Recently pennystocks.today wrote about it on their blog, I saw it there, and when I found this thread, I felt lucky to say thank you. I've been investing in gold for years, and keeping all the stocks in one app was difficult for me before, but I'm glad that now I can see all the stocks here and on pennystocks. Thank you! Keep working, bro10 months ago
Sigint Is it working? Can you tell us how you set the algorithms to work? I heard about such visualizers, but I never saw one in action. It looks exciting. My friend works for https://thefrugalexpat.com/vtsax-vs-fzrox-who-is-the-best/, and he told me that they use such visualizers to predict the market direction. Traders use it as a technical analysis method. I don't know if it is true, but it looks impressive.1 year ago
Color Search
Hi everyone, I made a program which allows you to search for colors. This was a very cool project for me to do as I used a webscraper to
Python
BhaskarRana I have recently created an online color picker using simple HTML, CSS, and JavaScript. It took me around a week to complete it and I actually spent several hours to achieve it.
Here is the link:
https://programmersportal.com/html-color-picker/
Please do like if you find it nice.1 year ago
Intro
This is exactly what it sounds like - a binary calculator, complete with steps so you can view the program's process and bask in the beautiful g
Python
Viper2211 This is great!
And I agree @AtticusKuhn. My mom has been pressuring me to learn how to convert numbers into binary for so long, and I finally did it because of you @Roar1233 years ago
AtticusKuhn I like how it shows the steps of how a human would go about calculating binary.3 years ago
In honor of April Fools
I've rewritten many of Python's builtin functions to do wacky things.
Here's the challenge
Fork this repl and ask someone to
Python
ThusEndingTheStory
from repr import *
ModuleNotFoundError: No module named 'repr'
repl process died unexpectedly: exit status 1
Error processing line 1 of /opt/virtualenvs/python3/lib/python3.8/site-packages/google_auth-1.35.0-py3.9-nspkg.pth:
Fatal Python error: initimportsize: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "/usr/lib/python3.8/site.py", line 175, in addpackage
exec(line)
File "", line 1, in
File "/usr/lib/python3.8/import9 months ago
Back and Better than Ever
I know you guys have probably seen a lot of Hangman programs - it is a very common coding challenge. In fact when I started
Python
nergsane2 Incredible occupation the competitor list and the orders were a smart idea to a game like executioner. hair transplant turkey7 months ago
hamzamaqsood3 If you would like to talk about Halo, you can, but not on Repl Talk (which is mostly for chinese buffets near me programming-related things). If you'd like to talk about it, feel free to on the Repl.it Discord server8 months ago
I've been learning JS and I am liking it a lot so far. I am using https://www.learn-js.org/ because I like their format and style, but some convention
HTML, CSS, JS
eco27 nice to see that you are learning some javascript!
here are a few more good practices to consider:
use === instead of == - the difference is that == does a type conversion before checking equality so you get stuff like true == [] being true, while === does not do a type conversion but rather checks strict equality
DO NOT USE EVAL - eval is a dangerous function and with unsanitized input it could totally break your application
use lambdas everywhere - arrow functions are a great addition and 3 years ago
Introduction
I have been working extensively with ANSI Escape Sequences in Python3 for my current project and I noticed that the escape code for yello
Python
Mastermind in Python
The classic game of Mastermind is now implemented in Python, meaning you can play the codebreaking game in the comfort of the co
Python
AmazingMech2418 I've always enjoyed this game. Also, great job on making it in Python! By the way, I got it in 3.
image3 years ago