https://github.com/korex26/collegecodingprojectsengr102
This repository contains an overview of my coding projects from my ENGR102 coding focused class at Texas A&M. Each folder contains a Prompts file with all the project prompts and their respective file(s). View the README for specific background information regarding the class.
https://github.com/korex26/collegecodingprojectsengr102
engineering engr102 mechatronics texasam
Last synced: about 1 year ago
JSON representation
This repository contains an overview of my coding projects from my ENGR102 coding focused class at Texas A&M. Each folder contains a Prompts file with all the project prompts and their respective file(s). View the README for specific background information regarding the class.
- Host: GitHub
- URL: https://github.com/korex26/collegecodingprojectsengr102
- Owner: Korex26
- License: mit
- Created: 2024-07-20T01:56:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T05:08:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T06:11:53.629Z (over 1 year ago)
- Topics: engineering, engr102, mechatronics, texasam
- Language: Python
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ABOUT
- This repository contains an overview of my coding projects from my ENGR102 coding focused class at Texas A&M.
- Each folder contains a prompt file with all the project prompts and their respective file(s).
CLASS BACKGROUND INFORMATION
- ENGR 102 Engineering Lab I - Computation.
- Credits 2. 1 Lecture Hour. 3 Lab Hours.
- Introduction to the design and development of computer applications for engineers; computation to enhance problem solving abilities; basic concepts of software design through the implementation and debugging of student-written programs; introduction to engineering majors, career exploration, engineering practice within realistic constraints, e.g. economic, environmental, ethical, health and safety, and sustainability; pathways to success in engineering.
- (ENGR 102, Engineering Development in Python) Use of PyCharm and Spyder software to perform coding assignments in Python. Topics included Sequential Steps, Variables, Assignment, Data Types Input/Output, Modules, Calling Functions, Conditionals, Boolean Expressions, Creating & Testing Programs, Basic Debugging, Loops, Iteration, Arrays, Lists of Data, Top-Down Design of Programs, Advanced Functions, Scope, File Input & Output, Systematic Debugging, Functions & use in top-down/bottom-up design.