Skip to content

rldejournett01/python-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Vault: A Overview Journey

Welcome to Rodney's Python Vault -- a personal, evolving Python project that showcases stuff I've learned with Python.

This broken into 'level-based' modules that demo a range a Python topics: from simple things to more advanced.

Project Structure

python-vault/ β”‚ β”œβ”€β”€ main.py # Main launcher menu for all modules β”œβ”€β”€ README.md # You're here! β”‚ β”œβ”€β”€ level_1_basics/ # Beginner Python scripts β”‚ β”œβ”€β”€ hello_world.py β”‚ └── basic_calculator.py β”‚ β”œβ”€β”€ level_2_intermediate/ # OOP, algorithms, testing, etc β”‚ └── (coming soon) β”‚ β”œβ”€β”€ level_3_web_api_automation/ # Web scraping, APIs, automation β”‚ └── (coming soon) β”‚ β”œβ”€β”€ level_4_data_science/ # Pandas, Matplotlib, data analysis β”‚ └── (coming soon) β”‚ β”œβ”€β”€ level_5_machine_learning/ # ML models, classification, regression β”‚ └── (coming soon) β”‚ β”œβ”€β”€ level_6_gui_integration/ # Dashboards and full integration β”‚ └── (coming soon) β”‚ └── utils/ # Reusable functions or helpers └── (coming soon)


πŸš€ How to Run

  1. Clone or download this repo
git clone https://github.com/yourusername/python-vault.git
cd python-vault

2. Run the main launcher

```bash
python main.py

Completed Modules
Level	Module Name	            What It Covers
1	    hello_world.py	        Print, user input, f-strings
1	    basic_calculator.py	    Functions, loops, conditionals, error handling

🧭 Purpose
This project helps me:

Reinforce every Python concept through coding

Build a strong personal codebase I can showcase

Learn real tools used in development, data, and automation

Stay consistent and curious while growing in my craft

πŸ“Œ Coming Soon
Data structures and algorithms

Web scraping tools

REST API usage and automation

Data science + visualization

Machine learning models

A complete GUI dashboard app

πŸ’‘ Want to Learn From This?
Fork it, run it, or follow along as I keep adding levels.
Feedback, collabs, or tips are welcome!

πŸ”— Connect
Rodney Dejournett
πŸ“§ rldejournett01@gmail.com
πŸ”— LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages