Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Engineering Scripts

This repository contains interactive Python scripts for exploring concepts across multiple STEM fields, including signal theory, control theory, mathematics, and physics. Each script is designed to provide hands-on experimentation, simulations, and visualizations to make complex concepts easier to understand.

Phased array beam steering

📂 Repository Structure

  • scripts/ → Collection of Python scripts organized by topic.

⚙️ Setup

Create and activate a Python virtual environment, then install dependencies:

python -m venv venv
source venv/bin/activate   # Linux / macOS
venv\Scripts\activate      # Windows

pip install -r requirements.txt

Run any script from the scripts folder:

python scripts/<topic>/<script_name>.py

🎯 Purpose

This repository aims to:

  • Provide educational visualizations for STEM concepts
  • Offer simple, reusable Python examples for learning and teaching
  • Help students and engineers develop intuition through experimentation

🤝 Contributing

Contributions are welcome! To add a new topic or script:

  1. Fork the repository
  2. Add your script in the appropriate scripts/<topic>/ folder
  3. Include clear comments and visualizations
  4. Open a Pull Request

⭐ If you find this repository useful, consider starring it!

About

Education scripts to understand engineering concepts

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages