Skip to content

Clementwa0/softwareEng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Software Engineering Repository

Welcome to the Software Engineering repository! This collection is designed to assist beginners in setting up their development environment and to provide foundational knowledge in Python programming and web development.

πŸ“ Project Structure

  • python/: Contains Python scripts and resources to help you get started with Python programming.
  • webdevelopment/: Includes materials and examples related to web development, covering HTML, CSS, and JavaScript basics.
  • Var.py: A Python script demonstrating variable declarations and basic operations.
  • README.md: This file, providing an overview and guidance for the repository.

πŸ› οΈ Getting Started

Prerequisites

Ensure you have the following installed on your system:

Installation

  1. Clone the Repository

    git clone https://github.com/Clementwa0/softwareEng.git
  2. Navigate to the Project Directory

    cd softwareEng
  3. Set Up Your Python Environment

    It's recommended to use a virtual environment:

    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  4. Install Required Packages

    If there are any requirements.txt files in the subdirectories, install the dependencies:

    pip install -r requirements.txt

πŸ“š Learning Resources

  • Python Basics: Explore the python/ directory for scripts and examples that cover fundamental Python concepts.
  • Web Development: Dive into the webdevelopment/ folder to learn about building websites using HTML, CSS, and JavaScript.

🀝 Contributing

Contributions are welcome! If you have suggestions, improvements, or additional resources to add, feel free to fork the repository and submit a pull request.

πŸ“„ License

This project is open-source and available under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors