https://github.com/npwitk/gts123-introduction-to-computers-and-programming-lab
A repository of Python files from the GTS123 course at SIIT, covering programming basics, control flow, data structures, functions, and an introduction to libraries like NumPy.
https://github.com/npwitk/gts123-introduction-to-computers-and-programming-lab
python
Last synced: 9 months ago
JSON representation
A repository of Python files from the GTS123 course at SIIT, covering programming basics, control flow, data structures, functions, and an introduction to libraries like NumPy.
- Host: GitHub
- URL: https://github.com/npwitk/gts123-introduction-to-computers-and-programming-lab
- Owner: npwitk
- License: mit
- Created: 2024-12-17T04:29:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:38:36.000Z (over 1 year ago)
- Last Synced: 2025-08-10T15:44:16.432Z (10 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTS123: Introduction to Computers and Programming (Laboratory)
This repository contains Python files for **GTS123: Introduction to Computers and Programming**, a one-semester course at SIIT, Thammasat University. The course introduces basic programming concepts and hands-on practice with Python, covering topics such as variables, input/output, control flow (`if`, `else`, loops), data structures (lists, dictionaries, sets), functions, and an introduction to libraries like NumPy for numerical computations.
The repository is organized by weekly lab topics, starting from basic concepts to more advanced topics.
I have also provided practice quizzes for both the midterm and final exams from our year.
