# Day 6 — Modules, Patterns, and SEO Basics

---

## 🧠 Day 6 — Just Enough to Keep Going

Today felt like one of those days where I didn’t push too hard, but I didn’t let it go to waste either. It was more *brain work* than hands-on coding — but still, I showed up.

---

## ✅ What I Did

### 🐍 Python – Modules & `pip`

* Learned what **modules** are and why they're useful
    
* Explored how to install and use packages with `pip`
    
* Looked into `math`, `random`, and `datetime` modules
    
* Did a couple of small experiments using installed packages
    

### 💻 C++ – Pattern Problems Using Loops

* Practiced solving classic pattern questions using nested loops:
    
    * Square, triangle, pyramid patterns
        
    * Number-based and star patterns
        
* It was a bit confusing at first, but satisfying once it clicked
    

### 🌐 Web Development – SEO & Core Web Vitals

* Watched some intro content on **SEO**:
    
    * Why it matters
        
    * How Google ranks pages
        
    * Importance of clean HTML and proper tag usage
        
* Learned about **Core Web Vitals** like:
    
    * LCP (Largest Contentful Paint)
        
    * FID (First Input Delay)
        
    * CLS (Cumulative Layout Shift)
        
* No code written today — just concept-level learning
    

---

## 🔗 GitHub Pushes

* `cpp-practice/loops/patterns-day6.cpp`
    
* `python-vault/modules/`[`day6.py`](http://day6.py)
    
* No major HTML updates today…
    

---

## 🧠 Reflections

> Some days are about exploring new tools.  
> Not building things — just understanding the toolbox better.

Not every session has output.  
But every session builds the base.

---

Still here. Still learning. Logged and done.
