├── Chapter 1: The Shell.md ├── Chapter 2: GNU EMACS.md ├── Chapter 3: Python Basics.md ├── Chapter 4: Python Libraries.md ├── Chapter 5: Distributed Development.md ├── License.md ├── README.md ├── References.md ├── demo.sh └── temperature_conversion.py /Chapter 1: The Shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/Chapter 1: The Shell.md -------------------------------------------------------------------------------- /Chapter 2: GNU EMACS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/Chapter 2: GNU EMACS.md -------------------------------------------------------------------------------- /Chapter 3: Python Basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/Chapter 3: Python Basics.md -------------------------------------------------------------------------------- /Chapter 4: Python Libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/Chapter 4: Python Libraries.md -------------------------------------------------------------------------------- /Chapter 5: Distributed Development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/Chapter 5: Distributed Development.md -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/README.md -------------------------------------------------------------------------------- /References.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/References.md -------------------------------------------------------------------------------- /demo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/demo.sh -------------------------------------------------------------------------------- /temperature_conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NingWang1729/Introduction-to-Software-Construction/HEAD/temperature_conversion.py --------------------------------------------------------------------------------