Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.49 KB

Welcome to the Offical SkyCiv Introduction to Programming Course

In this course we will take you from no programming experience to using our world class Structural Analysis and Design API.

How this course is different

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.

Course Content

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.

Section 1

    0 (a). Introduction
    0 (b). Our Engineering problem

  1. Variables & Operations
  2. Collections
  3. Loops
  4. Flow Control (If and Switch statements)
  5. Functions
  6. Objects and Properties
  7. Other Languages

Section 2

  1. Setting up your Python and JavaScript Environment
  2. What is an API and JSON basics
  3. Sending JSON
  4. Receiving JSON

Section 3

  1. The SkyCiv API Object
  2. API Object - The auth and options properties
  3. API Object - The SkyCiv s3d_model
  4. API Object - The functions property
  5. API Object - Sending the request
  6. API Object - Interpreting the response