Introduction to Programming in Swift 5

Go to class
Write Review

Free Online Course: Introduction to Programming in Swift 5 provided by Coursera is a comprehensive online course, which lasts for 4 weeks long, 11 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Introduction to Programming in Swift 5 is taught by Mark Price.

Overview
  • Welcome to Introduction to Programming in Swift 5.

    In this course we will introduce you to the absolute basics of the Swift programming language. Whether you are a brand new programmer or have experience with other programming languages this course is for you.

    Some of the things you will learn in this course are:

    • An Introduction to Swift 5 programming concepts
    • Installing the necessary tools
    • Working with data such as Integers and Strings
    • Creating reusable code with functions
    • Working with data constructs such as arrays and dictionaries
    • Object-oriented programming
    • Model View Controller

    By the end of this course you will know how to build simple programs with the Swift programming language and you will be ready to learn iOS mobile development.

Syllabus
    • Installation, Setup & Your First Code
    • Variables, Strings and Numbers
    • Conditional Logic, Arrays and Loops
    • Dictionaries, Functions and Optionals
    • Architecture & Object-Oriented Programming in Swift