W3Resources Python Solutions

A collection of Python solutions to W3Resources problems by Aayush Kholay.

View project on GitHub

🧠 W3Resources Python Exercise Solutions

Welcome to the W3Resources Python Solutions repository!
This project contains beginner to intermediate-level solutions to Python programming exercises from W3Resources.


🏗️ Project Structure

📁 kholay47-w3resources-solutions/
├── 📜 README.md
├── 📜 LICENSE
├── 🧩 Exercise02.py → Convert integers to strings
├── 🧩 Exercise03.py → Multiply all elements by 2
├── 🧩 Exercise04.py → Extract odd numbers
├── 🧩 Exercise05.py → Replace odd numbers with -1
├── 🧩 Exercise06.py → Integers to booleans
├── 🧩 Exercise07.py → Negate even numbers
├── 🧩 Exercise10.py → Indices of non-zero elements
├── 🧩 Exercise11.py → Reverse a list
├── 🧩 Exercise12.py → Identity matrix (3x3)
├── 🧩 Exercise13.py → 1D to 2D list
├── 🧩 Exercise14.py → Stack lists vertically
├── 🧩 Exercise15.py → Common elements
├── 🧩 Exercise16.py → 5x5 matrix of row values
├── 🧩 Exercise17.py → Find index of max element
├── 🧩 Exercise18.py → Normalize list values
├── 🧩 Exercise19.py → Dot product of two lists

🎯 Goals

  • Strengthen Python fundamentals
  • Practice problem-solving skills
  • Create a resource for beginners
  • Build a clean GitHub Pages showcase

🚀 How to Use

  1. Clone the repository:
    git clone https://github.com/kholay47/w3resources-solutions.git
    cd kholay47-w3resources-solutions
    
  2. Run any Python file:
    python Exercise04.py
    
  3. Explore and learn!

🧱 Built With

  • 🐍 Python 3
  • 📝 VS Code
  • 💡 Exercises from W3Resources

📄 License

This repository is licensed under the MIT License.


🌐 GitHub Pages

You can view this project on GitHub Pages
URL: https://kholay47.github.io/w3resources-solutions/ (once hosted)


Made with ❤️ by Aayush Kholay