Welcome to the Python Basics repository! This repository is designed for beginners to learn fundamental Python concepts through simple and illustrative code examples.
Explore the code examples to understand key Python basics.
- Clone or download this repository to your local machine.
- Navigate to each Python file in the root directory to explore the code examples.
- Modify and experiment with the code to deepen your understanding of Python basics.
A few updated scripts with examples and comments will follow. The files will have the 00-05 notation. The purpose is to brush up on the basics, mastering the basis is the key to progression.
- 00_python_basics.py - contains several basic syntax usage and breakdown
- 01_fortune_cookie.py - contains aplication of the basic principles like range, random, input, type conversion.
- 02_list_loops_dicts.py - syntax and manipulations for lists, loops, dictionaries.
- 03_word_counter.py - contains a word counter script that uses the basic principles touched in the repo.
- 04_functions_and_more.py - contains basic function concepts and usage along with a few practical examples.
- 05_number_guesser.py - number guesser console app that uses basic concepts and logic.
If you have additional examples, improvements, or corrections, feel free to contribute! Fork this repository, make your changes, and submit a pull request.
Happy coding!