In this course we will take you from no programming experience to using our world class Structural Analysis and Design API.
Too often programming courses use poor examples such as looping through an array of people's names and printing them to the console. As Structural Engineers, we understand this isn't ideal to help these new concepts sink in.
Instead, we are going to take you from the very beginning using real life engineering examples. Want to see how an array, loops or if statements could be used in a Structural Engineering situation? We'll show you how.
We've seperated each video lesson into a folder as seen in this repository. This will provide you with the code that you saw in each lesson for future reference.
0 (a). Introduction
0 (b). Our Engineering problem
- Variables & Operations
- Collections
- Loops
- Flow Control (If and Switch statements)
- Functions
- Objects and Properties
- Other Languages
- Setting up your Python and JavaScript Environment
- What is an API and JSON basics
- Sending JSON
- Receiving JSON
- The SkyCiv API Object
- API Object - The auth and options properties
- API Object - The SkyCiv s3d_model
- API Object - The functions property
- API Object - Sending the request
- API Object - Interpreting the response