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.
- 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.
Ensure you have the following installed on your system:
- Python: The programming language used throughout this repository.
- Visual Studio Code (VS Code): A versatile IDE for code editing and debugging.
-
Clone the Repository
git clone https://github.com/Clementwa0/softwareEng.git
-
Navigate to the Project Directory
cd softwareEng -
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`
-
Install Required Packages
If there are any
requirements.txtfiles in the subdirectories, install the dependencies:pip install -r requirements.txt
- 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.
Contributions are welcome! If you have suggestions, improvements, or additional resources to add, feel free to fork the repository and submit a pull request.
This project is open-source and available under the MIT License.