4.59 out of 5
4.59
16 reviews on Udemy

The Complete Lua Programming Course: From Zero to Expert!

The modern Lua course for everyone! Master Lua with projects, challenges and theory. Many courses in one!
Instructor:
Lucas Bazilio
34 students enrolled
English [Auto]
Become an advanced, confident, and modern Lua developer from scratch
Become job-ready by understanding how Lua really works behind the scenes
Lua fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, etc.
How to think and work like a developer: problem-solving, researching, workflows
Get fast and friendly support in the Q&A area
Practice your skills with 50+ challenges and assignments (solutions included)

You’ve just stumbled upon the most complete, in-depth Lua programming course online.

Whether you want to:

– build the skills you need to get your first Lua programming job

– move to a more senior software developer position

– become a computer scientist mastering in computation

– or just learn Lua to be able to create your own Lua apps quickly

This complete Lua Masterclass is the course you need to do all of this, and more.

This course is designed to give you the Lua skills you need to become a Lua developer. By the end of the course, you will understand Lua extremely well and be able to build your own Lua apps and be productive as a computer scientist and software developer.

What makes this course a bestseller?

Like you, thousands of others were frustrated and fed up with fragmented Youtube tutorials or incomplete or outdated courses which assume you already know a bunch of stuff, as well as thick, college-like textbooks able to send even the most caffeine-fuelled coder to sleep.

Like you, they were tired of low-quality lessons, poorly explained topics, and confusing info presented in the wrong way. That’s why so many find success in this complete Lua developer course. It’s designed with simplicity and seamless progression in mind through its content.

This course assumes no previous coding experience and takes you from absolute beginner core concepts. You will learn the core Lua skills and master functional programming. It’s a one-stop shop to learn Lua. If you want to go beyond the core content you can do so at any time.

Here’s just some of what you’ll learn

(It’s okay if you don’t understand all this yet, you will in the course)

  • All the essential Lua keywords, facts, relations, arguments and expressions needed to fully understand exactly
    what you’re coding and why – making programming easy to grasp and less frustrating.

  • You will learn the answers to questions like What is a Lua database, What are rules and models and to apply them to your Lua apps.

  • Functions and Main Structure of Pattern Matching Systems along with dealing with uncertainty and knowledge representation.

  • Complete chapters on Functional programming and many aspects of the Lua Recursive mechanism (the protocols and tools for building applications) so you can code for all platforms and derestrict your program’s user base.

  • How to develop powerful Lua applications using Advanced Tree Representations and Module-Directed Programming.

What if I have questions?

As if this course wasn’t complete enough, I offer full support, answering any questions you have each day of the week.

This means you’ll never find yourself stuck on one lesson for days on end. With my hand-holding guidance, you’ll progress smoothly through this course without any major roadblocks.

There’s no risk either!

This course comes with a full guarantee. Meaning if you are not completely satisfied with the course or your progress, simply let me know and I’ll refund you 100%, every last penny no questions asked.

You either end up with Lua skills, go on to develop great programs and potentially make an awesome career for yourself, or you try the course and simply get all your money back if you don’t like it…

You literally can’t lose.

Ready to get started, developer?

Enroll now using the “Add to Cart” button on the right, and get started on your way to creative, advanced Lua brilliance. Or, take this course for a free spin using the preview feature, so you know you’re 100% certain this course is for you.

See you on the inside (hurry, Lua is waiting!)

Course Introduction

1
Introduction to Lua

On this lecture we make a brief introduction to Lua programming language.

2
Installing Lua on Windows

On this lecture we learn how to install Lua on Windows.

3
Installing Lua on Linux

On this lecture we learn how to install Lua on Linux.

4
Installing Lua on MacOS

On this lecture we learn how to install Lua on MacOS.

5
Interlude - Factorial Computation

On this interlude we implement a function to compute the factorial of a number.

Basic Fundamentals

1
Lexical Conventions

On this lecture we study the Lexical Conventions in Lua.

2
Types and Values

On this lecture we introduce the types in Lua.

3
Booleans and Logical Operators

On this lecture we study booleans and logical operators in Lua.

4
Input and Output

On this lecture we see the input and output system in Lua.

Tables

1
Introduction to Tables

On this lecture we introduce tables in Lua.

2
Table Indices

On this lecture we study the table indices.

3
Table Constructors

On this lecture we study table constructors in Lua.

4
Sequences

On this lecture we study sequences in Lua.

Functions

1
Introduction to Functions

On this lecture we make a brief introduction to Functions.

2
Functions with Multiple Results

On this lecture we study functions with multiple results in Lua.

3
Variadic Functions

On this lecture we study variadic functions in Lua.

Solved Problems - Functions

1
Problem 1 - Square Roots and Squares

In this lesson we solve the problem 1 of the problems section on Functions.

2
Problem 2 - Special Prime Number

In this lesson we solve the problem 2 of the problems section on Functions.

3
Problem 3 - Stamps

In this lesson we solve the problem 3 of the problems section on Functions.

4
Problem 4 - Related Sum

In this lesson we solve the problem 4 of the problems section on Functions.

5
Problem 5 - Polynomial Evaluation

In this lesson we solve the problem 5 of the problems section on Functions.

Conditional Structures

1
Conditionals

On this lecture we formalize the syntax of conditionals in Lua.

2
Nested Conditionals

On this lecture we study nested conditionals and the elseif keyword in Lua.

Loops

1
Numerical For

On this lecture we study the numerical for loop in Lua.

We explain the fundamentals of this control structure and practise with some examples.

2
Generic For and Iterators

On this lecture we study the generic for loop and learn to define iterator functions.

3
While Loop

On this lecture we introduce the while loop in Lua.

4
Repeat Statement

On this lecture we study the repeat statement in Lua and practise with some examples.

Solved Problems - Loops

1
Problem 1 - Multiplication Table

In this lesson we solve the problem 1 of the problems section on Loops.

2
Problem 2 - Sum of Squares

In this lesson we solve the problem 2 of the problems section on Loops.

3
Problem 3 - Number of Digits

In this lesson we solve the problem 3 of the problems section on Loops.

4
Problem 4 - Reversed Number

In this lesson we solve the problem 4 of the problems section on Loops.

5
Problem 5 - Cool Numbers

In this lesson we solve the problem 5 of the problems section on Loops.

Basic Data Structures

1
Introduction to Data Structures

On this lecture we make a brief introduction to data structures in Lua.

2
Arrays

On this lecture we see how we can implement arrays using tables in Lua.

3
Matrices

On this lecture we study matrices in Lua.

Stacks

1
Introduction to Stacks

On this lesson we introduce the Stack data structure.

2
Implementation of Stacks

On this lecture we learn how to implement the stack data structure in Lua.

3
Top Element Task

Solved Problems - Stacks

1
Introduction to the Section

On this lecture we introduce the stack problems section.

2
Problem 1 - Palindromic Sequence

In this lesson we solve the problem 1 of the problems section on Stacks.

3
Important Considerations

On this lecture we solve the problem 1 using the stack data structure.

4
Problem 2 - Parenthesization Evaluation

On this lesson we solve problem 2 of the problems section on Stacks.

5
Problem 3 - Smaller on the Left

On this lesson we solve problem 3 of the problems section on Stacks.

Queues

1
Introduction to Queues

On this lesson we introduce the Queue data structure.

2
Implementation of Queues

On this lecture we learn how to implement the queue data structure in Lua.

Solved Problems - Queues

1
Problem 1 - Binary Numbers

On this lesson we solve problem 1 of the problems section on Queues.

2
Problem 2 - Hot Potato Game

On this lesson we solve problem 2 of the problems section on Queues.

3
Problem 3 - Number Matcher

On this lesson we solve problem 3 of the problems section on Queues.

Dictionaries (Maps)

1
Introduction to Dictionaries

On this lesson we introduce the dictionary data structure.

2
Implementation of Dictionaries

On this lesson we introduce how we can implement dictionaries in Lua.

Solved Problems - Dictionaries (Maps)

1
Problem 1 - Casino

On this lesson we solve problem 1 of the problems section on Dictionaries.

2
Problem 2 - Bag of Words

On this lesson we solve problem 2 of the problems section on Dictionaries.

3
Problem 3 - Codes

On this lesson we solve problem 3 of the problems section on Dictionaries.

Sets

1
Introduction to Sets

On this lecture we make a brief introduction to sets in computer science.

2
Implementation of Sets

On this lecture we learn how to implement the set data structure in Lua.

Solved Problems - Sets

1
Problem 1 - Unique Elements

On this lesson we solve problem 1 of the problems section on Sets.

2
Problem 2 - Common Elements

On this lesson we solve problem 2 of the problems section on Sets.

3
Problem 3 - Marine Species

On this lesson we solve problem 3 of the problems section on Sets.

Binary Trees

1
Introduction to Binary Trees

On this lecture we introduce Binary Trees.

2
Implementation of Binary Trees

On this lecture we learn how to implement the binary tree data structure in Lua.

Solved Problems - Binary Trees

1
Problem 1 - Size

On this lesson we solve problem 1 of the problems section on Binary Trees.

2
Problem 2 - Height

On this lesson we solve problem 2 of the problems section on Binary Trees.

3
Problem 3 - Equivalent Trees

On this lesson we solve problem 3 of the problems section on Binary Trees.

4
Problem 4 - Isomorphism

On this lesson we solve problem 4 of the problems section on Binary Trees.

5
Problem 5 - Preorder Traversal

We solve problem 5 of the problems section on binary trees.

6
Problem 6 - Postorder Traversal

We solve problem 6 of the problems section on binary trees.

7
Problem 7 - Inorder Traversal

We solve problem 7 of the problems section on binary trees.

8
Problem 8 - Minimum Value

We solve problem 8 of the problems section on binary trees.

9
Problem 9 - Root to Leaf Paths

We solve problem 9 of the problems section on binary trees.

Graphs

1
Introduction to Graphs

On this lesson we introduce Graphs.

2
Representation of a Graph

On this lesson we study the two main representations of graphs.

The adjacency list and the adjacency matrix.

3
Implementation of Graphs

On this lecture we learn how to implement the graph data structure in Lua.

Graph Algorithms - Depth First Search (DFS)

1
Introduction to Depth First Search

On this lecture we introduce the Depth First Search Algorithm.

Solved Problems - Depth First Search - Graphs

1
Problem 1 - Treasures in a Map

On this lesson we solve problem 1 of the problems section on Depth First Search.

2
Problem 2 - Number of Rewards

On this lesson we solve problem 2 of the problems section on Depth First Search.

3
Problem 3 - Forest

On this lesson we solve problem 3 of the problems section on Depth First Search.

4
Problem 4 - Two Colors

On this lesson we solve problem 4 of the problems section on Depth First Search.

Graph Algorithms - Breadth First Search (BFS)

Faq Content 1
Faq Content 2

Productivity Hacks to Get More Done in 2018

— 28 February 2017

  1. Facebook News Feed Eradicator (free chrome extension) Stay focused by removing your Facebook newsfeed and replacing it with an inspirational quote. Disable the tool anytime you want to see what friends are up to!
  2. Hide My Inbox (free chrome extension for Gmail) Stay focused by hiding your inbox. Click "show your inbox" at a scheduled time and batch processs everything one go.
  3. Habitica (free mobile + web app) Gamify your to do list. Treat your life like a game and earn gold goins for getting stuff done!


4.6
4.6 out of 5
16 Ratings

Detailed Rating

Stars 5
10
Stars 4
5
Stars 3
2
Stars 2
0
Stars 1
0