Results of the Survey
### First things first:
Some people claimed that I was doing this just to get upvotes, and I’m not, I’m just genuinely interes...
How make a GUI Celsius to Fahrenheit Converter in Tkinter for absolute beginners!
# In this tutorial, I will teach how to make an app that converts Celsius into Fahrenheit, so let's get started! I wrote it up in a few minutes so the...
Hello, and welcome to this tutorial! We are going to be calculating Pi (3.1415...) using the Nilakantha series.
The series is quite basic.
First, you...
Kind of extremely new, just wanted to know, I'm trying to add a simple plot module I've seen on my classes of python just to keep myself familiarized...
Hi. I am going to tell new people who don't know how to code. CODE(Python)! In the first step, you should try to make the robot say something. for exa...
# Making a simple API with Flask and repl.it db
Hi everyone! Today I'll be showing you all a way to make a simple api on repl it. first, let me walk...
# How to add fake loading to your python program
___
The easiest way is to print something over and over again (like 0's and 1's) but the best way (in...
Word vectors - Why they are fundamental for NLP and how to create them (part 1)
[repl.it file](https://repl.it/@nuvic/aispells#word_vectors.py)
Who is this for: If you're a developer interested in NLP and don't know where to begi...
# Lesson 3: Lists and Loops
A **list** is another way to store things, but it can hold a lot of things. Lets look at a few examples:
- Lets say our pa...
# Lesson 2: Variables
Now that we know how to make our program say things, let’s talk about **variables**. A **variable** is a way to store something....
# Lesson 1: Hello World
Lets start with getting a program to say “Hello World!” In Python, when we want the computer to “say” something we use the pr...
# __Simple Webbot Tutorial!__
This is a Repl project that shows how webbot can be used to automate certain tasks on the internet.
## What Is Webbot?
W...
MLR - Multiple Linear Regression Tutorial - Python
# What's Linear Regression?
Linear Regression describes the relationship between variables by fitting a line to the observed data.
_____
# Why do we n...
## Introduction
Data Scientist has become one of the most in-demand and [exciting](https://www.linkedin.com/pulse/new-sexiest-job-21st-century-kees-gr...
How to make a Python Maze Game in.. guess what? Python!
# Fun little Maze Game
## Step One - import some stuff
```py
import os
import random
from colorama import Back, Style
from getch import getch
```
##...
In this tutorial, you will learn how to make a **global login system**. What this means is that the player's data will save even if they end the code....
## Python Text Styles!
Today we're going to learn:
- italic, bold, underline
- all the colors (I know)
Alright! Let's begin:
```python
print("Welcom...
# Customize your IDE with Reflux
Hey all, welcome to my **official** Reflux tutorial, where I explain how to use my tool to customize the look of you...
Hello! I know I've been pretty inactive in Repl Talk (I've been doing [Github](https://github.com/BD103) and PyPI Packages), but I decided to make thi...
###### HAHAHAAH, the emoji md works! >:)
# Make your own animation - Tutorial!
##### 🐍 A step by step tutorial on making a *python* animation 🐍
> Ma...
# Discord Bot ~~24/7~~
That's not Possible **( ゚д゚)つ** Bye.
**Just Kidding**. Well with this Method you can make your Bot go Online ~~for as long as...
Username and Passwords in repl (username is wilsons and password is school)
This template should help you know how to create passwords and username.
If you want to use this, the username is: wilsons and password is: school
(It...