Git is a distributed version control software for saving changes without overwriting. Every developer has a copy of the entire repository. Changes are stored in SHA hashes for fast compression
NumPy is Python's fundamental scientific computing package. Provides N-dimensional array object and sophisticated broadcasting functions. Includes tools for C/C++ and Fortran code integration. Offers linear algebra, Fourier transform, and random number capabilities
Download and install Git. Create or locate repository. Open Git CMD and navigate to target directory. Copy repository URL and paste into command line. Clone process starts and displays progress
PyCharm Community or Professional version required. Python installation needed, available from python.org
Built-in terminal accessible via View > Terminal menu. Default terminal can be set through Tools > Options > Terminal
Windows uses cls command, Linux uses clear command. Windows offers keyboard shortcut Ctrl+L. Linux provides ANSI escape codes for screen clearing