## Build a tiny URL shortener, using a remote database
 in repl.it!**
Make sure you have...
3 days ago, Discord.js [merged a pull request to the master branch](https://github.com/discordjs/discord.js/pull/5067) that requires you to have Node....
Machine learning for beginners in R #1Introduction to KNN& Reading data from a dataset.
Hello world!
This is, in fact, my first tutorial on here, so I hope it is comprehensive and easy to work with. In this tutorial, i am going to show yo...
# How to Learn a Language
This tutorial will teach you how to find a language you want to learn, stick with it, and understand it.
## 1. Find a Good L...
So, you probably came here because you can’t think of what to code. Well, you came to the right place! Here I will show you some ways to get inspired....
# Before we begin:
I couldn't find any other basic Python tutorials so I decided to make one, but I apologize if there are any other tutorials that I...
SSH stands for "Secure Shell", and it basically allows you to connect to your computer remotely. Here's a screenshot of `ssh`ing into Ubuntu from a Wi...
Python hacking! Get code from any website without inspect!
# Welcome to this hacking tutorial (not really hacking though)
### Let's see how to get HTML,CSS,js code from any website via python!
#### Let's star...
Thanks to [this] (https://www.youtube.com/watch?v=pvimAM_SLic) youtuber for first introducing me to this problem.
---
In this tutorial, we’ll be sol...
Ok, so assuming you've already read [Part 1](https://repl.it/talk/learn/How-to-Make-A-Discord-Bot-Rewrite-2020-Part-1/46059) of my Tutorial Series, le...
# Python Basics
***
***What is Python?***
Python is a general-purpose computer language.
Created by Guido van Rossum, and released in 1991.
And it par...
# How to Make a Python Email Bot
In this tutorial we will be learning how to make a python program that can read emails and respond based on the conte...
## Difference
We just covered a tutorial on [Using Web APIs in Python](https://repl.it/talk/learn/Using-Web-APIs-in-Python/20777), where we got data f...
Disclaimer: Python 3 only and console only
## Using Colorama ##
one of the simplest ways I've found of colouring and styling my text in python is by...
# Hey guys! This is a tutorial about **HOW TO CLEAN THE SENTENCE OF BAD WORDS**
So you should install `npm i bad-words`
and then:
```js
const Filter...
Today I will be teaching you how to make a search bar with the simple alert function and a variable and function you will be creating!
To start with...
#### If you want to bypass any schools block, just hit run and you will be in a virtual browser. Please note that sound is not supported, as soon as R...
This is going to be a tutorial for beginners who know the basics of python. That is floats, and input and print. So, were going to start with two line...
Hey everyone as promised, I will be posting another tutorial.
Did you know my Bot is Called Moderation, and what is a Moderation Bot if can't ban or k...
# Yall
like Node JS right?
How about making web servers in Node JS?
Sometimes though, don't you get the obsession to make your program run *faster*?...
# A Beginner's Crash Course on Dlang
**Unfortunately for us, it is hard to make a D repl. Luckily, @CodeLongAndPros and @StudentFires released a [temp...
# **Repl.it Authentication V2**
So, my first tutorial [v1](https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/23558) was pretty successful! I guess...
Hi everyone,
I put together a little [Snake](https://repl.it/@ericqweinstein/SSSnake) game based on [the arcade game _Blockade_](https://en.wikipedia...
Golang, or Go if you don't have much time is a language developed by Google as a replacement for C++ and C#. So it includes the good things about C++...
Configuring the RUN button (Java and Python Examples)
This tutorial will help you configure the RUN button in your repl.it project. Specifically, this example shows Python and Java files, but the informa...
How to make a full discord bot (24/7 hosting INCLUDED!) PART I
Ok so many of you most likely have come from glitch.com because they released a rule where now they block 3rd party pings which keep our bot(s) up. So...