Easy ways to make your python code more Concise and efficient!
I just wanted to share some tricks to make code more concise and more efficient that are really simple to implement
# F-Strings
___
F-Strings come in...
# Introduction
### Pull up the attached code!
With all the great things about Python people are talking about, it can feel like there just aren't any...
# INTRO
What's up, guys! I'm back, DSAJagat, aka cyan from amongus. In this post, I'll be showing you how to make an application! these steps are so e...
# [Discord.py] Discord Bot with fully functioning web dashboard!
Hello everyone and today I will be going through how to make a discord bot, a websit...
# What is Python Anyways?
Python is a programming language made for readability and is great for large projects such as :
Web development with flask
C...
Welcome to Part 4 of my learning Python tutorial. In this tutorial we are going to quickly finish our e-banking thing, then we will make a dice rollin...
Welcome back to Part 3 of my Python tutorial here on replit. Yes, this is the third one today but school is boring so here I am doing this. In the las...
Learn to code Python! Part 2: Data, if and variables!
Hello and welcome back to my Python tutorial, if you haven't already make sure to check out [Part 1](https://replit.com/talk/learn/Learn-to-code-in-py...
Learn to code in python! Part 1: Basic Concepts and Setup
# Learn to code in python! Part 1: Basic Concepts and Setup
Hello to-be master coders! You have decided to learn Python, this is great news! If you ar...
# DISCLAIMER: THERE IS NO default TURTLE IN TURTLE ITS JUST AN ARROW THAT'S LOKS LIKE ITS FROM GOOGLE MAPS
Turtle is a python lib and is very easy to...
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...