I am trying to make a discord bot where whenever someone pings @everyone in discord then it sends a custom video, this is with python. Please comment...
Hello everyone!!! 👋 This is my first tutorial so please leave feedback :D
So the first thing we will want to do is make a list of the alphabet. Ther...
Hello! I am going to explain how to write a computer virus.
**NOTE: It is not against the law or a crime to make a computer virus. However, if that v...
### - My First Tutorial -
Here a simple tutorial by [Qerewrad](http://repl.it/@qerewrad)
```py
print("hello user")
```
Output: hello user
````py
impor...
5 Good Habits You Need to be a Successful Programmer
The People who Live their life with good habits enjoy happiness, calm and peace in their life. We need to live our life with good habits, which help u...
from random import choice
from turtle import *
from freegames import floor, vector
state = {'score': 0}
path = Turtle(visible=False)
writer = Turtle(...
# Welcome
I'm gonna show you how to use the "os" module to use javascript in python in multiple steps!
1. Create a Javascript file with code in it
F...
This is the program I use for my videos! I separate them by comments for each video! PLEASE NOTE: I do not answer questions through YouTube, I will ho...
Structure of a simple Train and Test data ML program. And How to make your own one.
Structure of a simple Train and Test data; Machine Learning program and how to make your own one with little to no experience in Python 4.0 Programmin...
So, let me guess. You just started Python, and you need to know how to write it (duh). It's actually pretty simple!
First, open up a new repl and on...
Hello! This tutorial is for those who are new to python and have heard this term before but don't know what it means.
What is a Variable?
A variable i...
# starting
welcome to my tutorial today i am going to show you the following functions that are needed in making a shop:
- print("")
- input()
- if
-...
When requesting information from different websites it's very useful to be provided with a python wrapper for their API. But some sites don't have the...
This repl is about strings, their functions, and their uses. It's about string and its index and how can we access each element in a string. Some of t...
if you want to make a little button to appear in the screen that is typing out the word CLICK ME then look at this little code I have made:
https://r...
## 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...
#Learn Python
•Variables
•Print Functions
Ok:
for variables, you do not need any keywords:
```
hello = "hello"
```
print statement syntax:
```
print(*...
# What we will be covering in this first course:
* What is Python?
+ What are its uses
- What is its demand?
* Where can you code in Python?
+ Variab...