Factsheet
Faris Masad
Haya Odeh
Faris Masad
Haya Odeh
Videos
Hey , I saw tutorial for running code on replit 24/7 without using any plan, does replit still support such way, I am using it to automate an operation on my telegram account for approximately every 1min.
Had been using Replit for code mentoring and absolutely loved it. Took a break from mentoring and now returned to find that… they removed their name-giving REPL 🤯 WTF, that was the main feature for me, and essential to teaching how to code interactively.
For those who don't know, REPL stands for “Read–eval–print loop” and is what you get when you open a terminal, Python interpreter, etc.
My teaching style is interactive, using interpreted languages: let's drop this line of code in the REPL, execute it, see what it does. Play with the objects in memory, peek inside. Having to use print statements and a debugger to do this is the bane of my existence.
The platform was great for collaborative learning and exploratory coding, now it's broken for me. Anybody know a good alternative of a collaborative coding platform with REPL? Thankful for any advise.
I am trying to submit my first project in the learn scientific computing with python course and whenever I try to run the code I wrote in arithmetic_arranger.py I just get an error saying no module named "pytest"?
EDIT:Can be fixed by adding pkgs.python38Packages.pytest to the replit.nix hidden file