I want to learn from scratch, am a beginner
doxr
May 16, 2023, 10:18pm
2
Welcome to Ask + Replit, @JosephIfeoluwa1 .
What do you want to learn? How to use Replit?
Here:
Here’s a full tutorial on Replit
Replit is what you use to code online when you can’t use your computer. It has Java, HTML/CSS/JS, Node.js, Python, and a bunch more languages. This means Replit can host fullstack projects, static websites, and CLI. You also can use Terminal/Shell (same thing) to further make use of your coding experience because Replit is just like a place you can code online. You can run code and Replit will automatically host websites (like this: {projectname}.{username}.repl.co) for free or if it’s a command line project, other people can see your projects. Almost any language you can think of (except TI-Basic) can be on Replit (either already made or I bet you can do something with replit.nix). If you want others to code projects for you, then, you can post a bounty, which basically works like this: you post a bounty that if other people do, they get a reward of a set amount of “Cycles,” which is the virtual currency that Replit uses (I think each one is a cent).
Obviously, there are some restrictions that you aren’t held to on your own computer (No root access, it can’t execute EXE because it’s Linux, and no proxies. You can find a full list of not allowed things at Replit ToS but these are just things you are not allowed to do, not technical restrictions). Then there is the annoying factor of random outages that apparently weren’t frequent before but now happen multiple times a week. Proof: yesterday was the first time I saw “All systems are go” so if your Repl isn’t working and it’s not because of the code, check https://status.replit.com/ and see if Replit’s working properly. There are also some other bad things with Replit like everything else. One thing to remember is Egress; that is outbound data and whatever (I don’t get it either.) but the most I know about it is that it’s the amount of data that your repl sends.
~0.3GiB per day for Free
~1.6GiB per day for Hacker
~3.3GiB per day for Pro
If you need answers about Replit, find a bug on Replit, need some coding help, or just want to generally speak about coding, then Replit Ask is the place to go. Looks like you figured that out (Welcome to Ask!) but you should read the guidelines and how to post before actually posting. One thing that is important is details; it lets everyone know what exactly you’re dealing with.
I don’t know if you asked for a tutorial on Replit but if you just want help on how to use Replit, then finding or creating something on Replit Ask is the best way to go for help using Replit.
There’s also more detailed, less general help here: docs.replit.com
If you need more specific or general help, you can post at Ask. Also, if you need coding help, it depends on what language you want to learn, but a lot of people recommend Python. My recommendation is Javascript. Ask specific coding questions at #code-help
4 Likes
You can also visit the docs to get some info on how to use Replit
If you want to learn how to code, I’d recommend W3Schools for that.
Hope this helped =)
system
Closed
May 24, 2023, 12:25pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.