(just wrote this up in a few minutes, so there might be typos and stuff)
(the reader is expected to have at least basic knowledge of python)
(and prog...
Teaches you how to code in python. By `PYer`
This tutorial excpects some basic knowledge of coding in another language.

# Make your own animation - Tutorial!
##### 🐍 A step by step tutorial on making a *python* animation 🐍
> Ma...
# Making your own programming language with Python
### Why make your own language?
When you write your own programming language, you control the ent...
Hello repl.it!
If you've ever made a text-based RPG, chat application, or easter-egg filled number guessing game, you've probably collected a passwor...
# 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...
Im making this tutorial series because almost every language i've seen posted to repl talk doesn't use parsing algorithms and I think it would be nice...
Let's talk about the Riemann Sum!!
Okay, so the Riemann Sum does the same thing that an integral does, as it is essentially measuring the area under...
Warning: This is very, very long, but I wanted to put everything together in one place.
A couple weeks ago, I thought about numpy arrays and wondered...
# Cryptography 101
**Note:** Many ciphers are labeled "Coming soon..." since the explanations will be long and would preferably be added in edits to...
# **UPDATE: Repl.it has [Native OPUS and Discord Music Bot](https://repl.it/talk/announcements/Discord-Music-Bots-Native-Support/50173) support so yo...
**Code Cracker Tutorial**
*This tutorial is meant for beginners to intermediate. This tutorial is fairly simple, with some complex concepts to it. In...
# Hey guys and welcome to this tutorial
###### ~~bruh why am i doing it like a youtube video XD~~
Before we start, thanks to all who have upvoted any...
Python 3: Saving data in an uneditable, unreadable file!
Introducing Pickle! This module allows you to store data in a .dat file. It saves it in binary so people cant snoop around in your files, but you can...
The last tutorial didn't really give an in depth explanation as to what everything was doing aside from some comments, however for parsing I feel I sh...
## Intro
After my recent post, [Discord Reverse Proxy](https://repl.it/talk/x/x/87047), there have been a lot of people, like @Baconman321 and @Dynam...
Hello, today I will be teaching you how to make a discord bot in python.
First thing you need to do is make a discord bot client (https://discord.com/...
In my university they made engineers write a program in C (programming language) that prints out the **sine wave**. Many of my friends do engineering...
# 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...
So I saw that there was no (complete) flask tutorials here, so I'm going to start this series.
***
Now before we start, its assumed that you already k...