Welcome to the Python Workshop Repository!
This GitHub repo is for a Python workshop that Kudzayi (Bam) and I worked on. It was conducted at Uncommon and sponsored by BlackPython Devs on Froday 19 July 2024. You can find more details about the workshop in this LinkedIn post.
- Datatypes
- Variables
- Lists
- Boolean (ifs, True, False)
- Loops
- Functions
- Libraries (random library)
By the end of this workshop, participants should be able to create a basic text-based Rock Paper Scissors game using all the content covered during the session.
-
Download and Install Python:
- Visit the official Python website to download the latest version of Python for your operating system.
- Follow the installation instructions provided on the website to set up Python on your system.
-
Using Repl.it:
- Alternatively, you can use Repl.it, an online coding platform.
- Visit Repl.it and create an account if you don't have one.
- Create a new Python project to start coding without any local setup required.
Happy coding!