{"id":21478387,"url":"https://github.com/mathworks-teaching-resources/fundamentals-of-programming","last_synced_at":"2025-07-15T11:30:52.554Z","repository":{"id":44158451,"uuid":"436693082","full_name":"MathWorks-Teaching-Resources/Fundamentals-of-Programming","owner":"MathWorks-Teaching-Resources","description":"An overview of programming concepts including arrays, strings, loops, and algorithms with a project.","archived":false,"fork":false,"pushed_at":"2024-10-17T18:48:31.000Z","size":17620,"stargazers_count":24,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"release","last_synced_at":"2024-10-20T03:21:45.237Z","etag":null,"topics":["algorithms","arrays","cwm","loops","matlab","matlab-live-script","programming","programming-exercises","programming-fundamentals","strings"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MathWorks-Teaching-Resources.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-09T16:53:35.000Z","updated_at":"2024-10-17T18:48:34.000Z","dependencies_parsed_at":"2023-11-27T23:23:11.901Z","dependency_job_id":"1c742295-fc9a-42f8-b04e-0bbf8000cde1","html_url":"https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FFundamentals-of-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FFundamentals-of-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FFundamentals-of-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathWorks-Teaching-Resources%2FFundamentals-of-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathWorks-Teaching-Resources","download_url":"https://codeload.github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226033471,"owners_count":17563169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","arrays","cwm","loops","matlab","matlab-live-script","programming","programming-exercises","programming-fundamentals","strings"],"created_at":"2024-11-23T11:17:58.739Z","updated_at":"2024-11-23T11:17:59.232Z","avatar_url":"https://github.com/MathWorks-Teaching-Resources.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# \u003cspan style=\"color:rgb(213,80,0)\"\u003eFundamentals of Programming\u003c/span\u003e\n\n\n[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=README.mlx)\n\n[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2FFundamentals-of-Programming%2Frelease%2FImages%2FTestedWith.json)](https://MathWorks-Teaching-Resources.github.io/Fundamentals-of-Programming)\n\n**Curriculum Module**\n\n_Created with R2024a. Compatible with R2024a and later releases._\n\n# Information\n\nThis curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that  teach fundamental concepts and basic terminology related to programming computers. This includes discussion of inputs and outputs, numbers, strings, arrays, branches and loops. This content is broken into six instructional live scripts and one project where live script instructions are paired with a plain code practice script. Solutions are available to instuctors upon request.\n\n## Background\n\nYou can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. Fundamentals of Programming includes an introduction to programming which includes discussion of errors, documentation, and other commonly encountered challenges for beginners. Data introduces double and string data types. Arrays introduces 1, 2, and 3\\-D arrays, as well as a brief overview of matrix operations. Applications include both text and image data. Branches introduces the concept of conditional branching in the form of if/else branches and switch statements. Loops introduces the concept of conditional looping in the form of for loops and while loops. Chaos Game Project provides a scaffolded approach to implementing the chaos game by combining skills from each of the other scripts. The final script, Algorithms, introduces algorithms, pseudocode, and testing. Additional files include the navigation file Main Menu and the Collected Pro Tips.\n\n\nThe instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the \u003cimg src=\"Images/EndIcon.png\" width=\"19\" alt=\"EndIcon.png\"\u003e Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.\n\n## Contact Us\n\nSolutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:onlineteaching@mathworks.com) if you would like to request solutions, provide feedback, or if you have a question.\n\n\n## Prerequisites\n\nThis module assumes familiarity with basic mathematics at a high school level. One exercise in Data.mlx requires the use of the quadratic formula, for instance. Understanding the chaos game requires locating points on a Cartesian coordinate system and understanding of either vectors or midpoints. Trigonometric functions are used as example functions. With respect to programming knowledge, this module is intended for absolute beginners who have used simple calculators in the past.\n\n\n## Getting Started\n### Accessing the Module\n### **On MATLAB Online:**\n\nUse the [\u003cimg src=\"Images/OpenInMO.png\" width=\"136\" alt=\"OpenInMO.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.\n\n### **On Desktop:**\n\nDownload or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double\\-click on [FundamentalsofProgramming.prj](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=README.mlx). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start. \n\n\nEnsure you have all the required products (listed below) installed. If you need to include a product, add it using the Add\\-On Explorer. To install an add\\-on, go to the **Home** tab and select  \u003cimg src=\"Images/AddOnsIcon.png\" width=\"16\" alt=\"AddOnsIcon.png\"\u003e **Add-Ons** \u003e **Get Add-Ons**. \n\n\n## Products\n\nMATLAB® is used throughout. Image Processing Toolbox™ is used for \u003csamp\u003eimsplit\u003c/samp\u003e in \u003csamp\u003eArrays.mlx\u003c/samp\u003e.\n\n# Scripts\n## [**Introduction.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Introduction.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/Earth-Moon-Rocket.png\" width=\"171\" alt=\"Earth-Moon-Rocket.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Introduction.mlx) \u003cbr\u003e  | $\\bullet$ recognize and use the terms input and output. \u003cbr\u003e $\\bullet$ recognize, interpret, and respond to messages about syntax errors. \u003cbr\u003e $\\bullet$ recognize and interpret comments in code. \u003cbr\u003e $\\bullet$ use documentation and search to learn more about how to use a programming language. \u003cbr\u003e $\\bullet$ recognize and explain the importance of attention to detail when coding. \u003cbr\u003e   |\n|      |       |\n\n## [**Data.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Data.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/Fading-Pi.png\" width=\"171\" alt=\"Fading-Pi.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Data.mlx) \u003cbr\u003e  | $\\bullet$ recognize and explain that floating point arithmetic does not operate under the same rules as real number arithmetic. \u003cbr\u003e $\\bullet$ apply the limitations of floating point arithmetic to computation. \u003cbr\u003e $\\bullet$ recognize and use strings to store and communicate textual data. \u003cbr\u003e $\\bullet$ recognize and use whitespace in string operations. \u003cbr\u003e $\\bullet$ recognize and interpret special characters that are neither text nor numbers. \u003cbr\u003e $\\bullet$ recognize and explain simple consequences of the interactions between data types. \u003cbr\u003e   |\n|      |       |\n\n## [**Arrays.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Arrays.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/Computer-Thoughtbubble.png\" width=\"171\" alt=\"Computer-Thoughtbubble.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Arrays.mlx) \u003cbr\u003e  | $\\bullet$ identify, create, and use vectors and matrices containing numbers or text. \u003cbr\u003e $\\bullet$ use vector indexing to extract information from a vector or matrix. \u003cbr\u003e $\\bullet$ identify standard file types and the corresponding extensions. \u003cbr\u003e $\\bullet$ explain why file type matters and import data from external files. \u003cbr\u003e $\\bullet$ recognize and use three dimensional arrays. \u003cbr\u003e   |\n|      |       |\n\n## [**Branches.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Branches.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/Maze.png\" width=\"171\" alt=\"Maze.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Branches.mlx) \u003cbr\u003e  | $\\bullet$ recognize and apply if/then branching logic to solve problems. \u003cbr\u003e $\\bullet$ recognize and apply switch branching logic to solve problems. \u003cbr\u003e   |\n|      |       |\n\n## [**Loops.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Loops.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/SeasonLoopFinal.png\" width=\"171\" alt=\"SeasonLoopFinal.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Loops.mlx) \u003cbr\u003e  | $\\bullet$ use for loop logic and syntax to write and execute iterative code. \u003cbr\u003e $\\bullet$ use while loop logic and syntax to write and execute repetitive code, and decide when it is the correct method. \u003cbr\u003e   |\n|      |       |\n\n## [**Chaos Game Project**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/ChaosGameProject.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/ChaosGameAngle.png\" width=\"83\" alt=\"ChaosGameAngle.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/ChaosGameProject.mlx) [\u003cimg src=\"Images/ChaosGameSquare.png\" width=\"83\" alt=\"ChaosGameSquare.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/ChaosGameProject.mlx) \u003cbr\u003e  | $\\bullet$ apply conditional branching and looping logic in context to solve problems. \u003cbr\u003e $\\bullet$ explain that different programming solutions to the same problem can run in very different amounts of time. \u003cbr\u003e $\\bullet$ identify common file formats and their extensions. \u003cbr\u003e $\\bullet$ communicate results by exporting data from a program in a standard, shareable file format. \u003cbr\u003e   |\n|      |       |\n\n## [**Algorithms.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Algorithms.mlx) \n|      |      |\n| :-- | :-- |\n|  | **In this script, students will...** \u003cbr\u003e   |\n| [\u003cimg src=\"Images/Algo-flowchart.png\" width=\"171\" alt=\"Algo-flowchart.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/Algorithms.mlx) \u003cbr\u003e  | $\\bullet$ explain the concept of an algorithm. \u003cbr\u003e $\\bullet$ implement an algorithm presented in pseudocode. \u003cbr\u003e $\\bullet$ explain the importance of testing both code and algorithms. \u003cbr\u003e   |\n|      |       |\n\n# Additional Scripts\n\n[Main Menu](./MainMenu.mlx) \\- Just the link sections of this script for navigation\n\n\n[Collected Pro Tips](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Fundamentals-of-Programming\u0026project=FundamentalsofProgramming.prj\u0026file=Scripts/CollectedProTips.mlx) \\- Notes on how to implement particular concepts in MATLAB\n\n# License\n\nThe license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming/blob/release/LICENSE.md).\n\n# Related Courseware Modules\n|      |      |      |\n| :-- | :-- | :-- |\n| **Courseware Module** \u003cbr\u003e  | **Sample Content** \u003cbr\u003e  | **Available on:** \u003cbr\u003e   |\n| [**Treasure Hunt Game: Learn to Code**](https://www.mathworks.com/matlabcentral/fileexchange/123265-treasure-hunt) \u003cbr\u003e Build and customize an interactive searching game \u003cbr\u003e  | \u003cimg src=\"Images/TreasureHuntAnimation.gif\" width=\"171\" alt=\"TreasureHuntAnimation.gif\"\u003e \u003cbr\u003e  | [\u003cimg src=\"Images/OpenInFX.png\" width=\"91\" alt=\"OpenInFX.png\"\u003e](https://www.mathworks.com/matlabcentral/fileexchange/123265-treasure-hunt) \u003cbr\u003e [\u003cimg src=\"Images/OpenInMO.png\" width=\"136\" alt=\"OpenInMO.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Treasure-Hunt\u0026project=TreasureHunt.prj) \u003cbr\u003e [GitHub](https://github.com/MathWorks-Teaching-Resources/Treasure-Hunt) \u003cbr\u003e   |\n| [**Programming: Structuring Code**](https://www.mathworks.com/matlabcentral/fileexchange/115905-programming-structuring-code) \u003cbr\u003e Learn how to organize your code into functions,  \u003cbr\u003e debug, comment, and share \u003cbr\u003e  | \u003cimg src=\"Images/RGB-Turkeys.png\" width=\"171\" alt=\"RGB-Turkeys.png\"\u003e \u003cbr\u003e  | [\u003cimg src=\"Images/OpenInFX.png\" width=\"91\" alt=\"OpenInFX.png\"\u003e](https://www.mathworks.com/matlabcentral/fileexchange/115905-programming-structuring-code) \u003cbr\u003e [\u003cimg src=\"Images/OpenInMO.png\" width=\"136\" alt=\"OpenInMO.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-Structuring-Code\u0026project=StructuringCode.prj) \u003cbr\u003e [GitHub](https://github.com/MathWorks-Teaching-Resources/Programming-Structuring-Code) \u003cbr\u003e   |\n| [**Programming: Organizing Data**](https://www.mathworks.com/matlabcentral/fileexchange/115900-programming-organizing-data) \u003cbr\u003e Learn more about strings, numeric data types,  \u003cbr\u003e memory, and ways of storing data \u003cbr\u003e  | \u003cimg src=\"Images/sst.png\" width=\"171\" alt=\"sst.png\"\u003e \u003cbr\u003e  | [\u003cimg src=\"Images/OpenInFX.png\" width=\"91\" alt=\"OpenInFX.png\"\u003e](https://www.mathworks.com/matlabcentral/fileexchange/115900-programming-organizing-data) \u003cbr\u003e [\u003cimg src=\"Images/OpenInMO.png\" width=\"136\" alt=\"OpenInMO.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-Organizing-Data\u0026project=OrganizingData.prj) \u003cbr\u003e [GitHub](https://github.com/MathWorks-Teaching-Resources/Programming-Organizing-Data) \u003cbr\u003e   |\n| [**Programming: A Starter Project Using MATLAB and Python**](https://www.mathworks.com/matlabcentral/fileexchange/116490-programming-a-starter-project-using-matlab-and-python) \u003cbr\u003e Use MATLAB, Python, and the OpenWeather API  \u003cbr\u003e together to implement a weather prediction dashboard \u003cbr\u003e  | \u003cimg src=\"Images/TokyoWindMap.gif\" width=\"171\" alt=\"TokyoWindMap.gif\"\u003e \u003cbr\u003e  | [\u003cimg src=\"Images/OpenInFX.png\" width=\"91\" alt=\"OpenInFX.png\"\u003e](https://www.mathworks.com/matlabcentral/fileexchange/116490-programming-a-starter-project-using-matlab-and-python) \u003cbr\u003e [\u003cimg src=\"Images/OpenInMO.png\" width=\"136\" alt=\"OpenInMO.png\"\u003e](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python\u0026project=MATLABwithPython.prj) \u003cbr\u003e [GitHub](https://github.com/MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python) \u003cbr\u003e   |\n|      |      |       |\n\n\nOr feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22\u0026sort=downloads_desc_30d).\n\n# Educator Resources\n-  [Educator Page](https://www.mathworks.com/academia/educators.html) \n\n# How to Contribute \n\nLooking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%20onlineteaching@mathworks.com). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming/blob/release/CONTRIBUTING.md) page on GitHub.\n\n\n *©* Copyright 2023 The MathWorks™, Inc\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-teaching-resources%2Ffundamentals-of-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathworks-teaching-resources%2Ffundamentals-of-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-teaching-resources%2Ffundamentals-of-programming/lists"}