Skip to content

bbognar1992/learning-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Lab

Welcome to Learning Lab! This repository is my personal learning space where I explore, experiment, and practice coding with multiple technologies. Currently, it includes projects and exercises focused on Python and JavaScript, structured by language and course to keep track of progress.

Table of Contents

Overview

This repository is divided into sections for different languages, with subfolders containing exercises, projects, and sample code as I learn. Each file or folder represents a lesson or project that helped me understand new concepts and build my skillset.

Currently covered technologies:

  • Python: Projects and exercises from Learn Python 3 the Hard Way and Python PCAP Associate prep.
  • JavaScript: Beginner exercises to explore syntax, logic, and the fundamentals.

Folder Structure

Here’s an overview of the folder structure:

├── LICENSE
├── README.md
├── js                      # JavaScript projects and exercises
└── python                  # Python learning resources
    ├── learn_python_3_the_hard_way
    │   ├── [exercises by lesson number and topic]
    └── prep-python-pcap-associate
        ├── [exercises and mini-projects for certification prep]
        ├── data_types.ipynb
        └── print.ipynb

Each folder is organized by exercise or project title, making it easy to track my learning journey step-by-step.

Getting Started

Feel free to explore the code! Each folder includes standalone scripts or Jupyter notebooks, so you can run any exercise or project directly to see the output. This setup lets me break down complex topics into manageable lessons.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

About

A personal repository for hands-on learning across various programming languages, frameworks, and technologies. Here, I explore and practice skills in Python, JavaScript, React, and more. This space includes code snippets, projects, and exercises, capturing my journey through the tech stack as I build, experiment, and deepen my understanding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors