OCTAVE - Scientific and numerical computation
GANTT Project - Project management
FIJI ImageJ - Image processing package
JEMS - Electron Microscopy Simulation
DAMASK - Crystal Plasticity Software
Ansys Granta EduPack
ANSYS - Student, Workbench, Mechanical and CFD.
ABAQUS Student, FEA
Desmos - Advanced Graphing Calculator
Wolfram Alpha - for any mathematics or computing solutions
gnuplot - command-line and GUI program that can generate plots
Create a GitHub repository with the necessary details.
Clone the Repository to Your Local Machine:
After creating the repository on GitHub, you need to clone it to your local machine using Git. To do this, copy the repository URL from the repository page.
Open a terminal (cmd) on your local machine.
Navigate to the directory where you want to clone the repository.
Run the following command, replacing with the URL you copied:
Create and manage a virtual environment within your project folder, follow these steps:
All steps for Windows operating system.
Navigate to Your Project Folder:
Open your terminal or command prompt and navigate to the root directory of your project where you want to create the virtual environment.
Create a Virtual Environment:
In the terminal, run the following command to create a virtual environment named venv (you can choose a different name if you prefer):
Deactivate the Virtual Environment:
When you're done working on your project, you can deactivate the virtual environment:
To generate a requirements.txt file that lists all the packages installed in your virtual environment, you can use the following command