
Dice Code:
import random
dice1 = random.randint(1,6)
dice2 = random.randint(1,6)
sum = dice1 + dice2
print(sum)
Text Shuffling Code:
import random
list = ["Warsaw", "Berlin", "Amsterdam","Rio De Janeiro", "California"]
random.shuffle(list)
print(list)
~Also available on my Github -> https://github.com/4R1FF1N/Learn-Python/tree/main/Random
Almost every company in the world has a Web Application powering their company, this can be a contact website, business or even E-commerce.
Understanding how to write Web Applications (or websites) is important in today's day and age.
#1 - Simple Web Application, in this part I explain how to write out first web app & run our web-server.
Commands:
Windows Key (the 4-windows key) -> CMD -> pip install pyinstaller
pyinstaller --onefile [file.py]
Learn Python without ANY experience. I will take you through the absolute basics of Programming & Programming in Python.
Consistency is extremely important in MASTERING any skill. This is why I recommend coming back to this course & programming outside of the course to become a Master in Python!
No prior coding experience? No problem! Our step-by-step lessons are designed for absolute beginners, with clear explanations to build your confidence. You’ll learn how to work with Python’s powerful libraries to create Your own programs, automate tasks & much more!
This course will cover the following:
Basic Programming & Tips
How To Get Started (Code Editor, Required Extensions & More)
Requirements to Program (a working PC with FREE storage is enough)
Basics of Python
Advanced Programming
Making Websites With Flask as a Bonus & Example of Possibilities of Python
(HTML, CSS, JS will also be included)
Making Programs with Python
Running your own Python Server & Development Server
Web Scraping with Python
Using Linux For Python
Automating Tasks with Python
Running Automatic System Commands With Python
File Handling & Editing (Reading, Inserting, Removing..etc)
Making Web Requests Through Command Line
Compiling Python Programs Into .exe Files & Executables
Requirements:
Working PC with FREE Storage & Atleast 8GB of RAM
Internet
Willing To Learn