HOME > Development > Learn Pascal Programming from Scratch

Learn Pascal Programming from Scratch

  • Development
  • Apr 19, 2025
SynopsisLearn Pascal Programming from Scratch, available at $49.99, h...
Learn Pascal Programming from Scratch  No.1

Learn Pascal Programming from Scratch, available at $49.99, has an average rating of 3.7, with 96 lectures, based on 89 reviews, and has 696 subscribers.

You will learn about Create, maintain, design, and build cross-platform native applications. You will learn how to write the code once, compile it, and run it on multiple platforms. This course is ideal for individuals who are The ideal student for this course is for anyone who is seeking to learn how to learn to program on a beginner level, get the feel of it, and taking it to the next level to enhance ones career. It is particularly useful for The ideal student for this course is for anyone who is seeking to learn how to learn to program on a beginner level, get the feel of it, and taking it to the next level to enhance ones career.

Enroll now: Learn Pascal Programming from Scratch

Summary

Title: Learn Pascal Programming from Scratch

Price: $49.99

Average Rating: 3.7

Number of Lectures: 96

Number of Published Lectures: 95

Number of Curriculum Items: 96

Number of Published Curriculum Objects: 95

Original Price: $129.99

Quality Status: approved

Status: Live

What You Will Learn

  • Create, maintain, design, and build cross-platform native applications.
  • You will learn how to write the code once, compile it, and run it on multiple platforms.
  • Who Should Attend

  • The ideal student for this course is for anyone who is seeking to learn how to learn to program on a beginner level, get the feel of it, and taking it to the next level to enhance ones career.
  • Target Audiences

  • The ideal student for this course is for anyone who is seeking to learn how to learn to program on a beginner level, get the feel of it, and taking it to the next level to enhance ones career.
  • Beginner level coders often have the same question; what’s the best way to get started in programming? It’s such a diverse world and there are so many new and exciting (or old and vital) languages that figuring out where to begin can be very bewildering. Guess what? We have the solution. The simple, clean, structured Pascal language is the best way to help you find your programming feet. Its whole reason for existing is to teach good programming practices and standards. What are you waiting for? Get learning!

    Take Your Programming Standards to the Next Level

  • Create, maintain, design and build cross-platform native applications
  • Write code once, compile it, and run it on multiple applications
  • Learn best practices and standards across all programming languages
  • Understand computer programming basics in-depth
  • Perfect Pascal, the Right Way

    This course is designed for complete beginners, so we’ll guide you every step of the way from installation to completing your final project. All you need is a computer, an internet connection, and 500mb of storage space. Once you’ve installed your free software, you’ll start learning about basic coding concepts using Pascal for context, building your own projects along the way.

    Each section of the course is dedicated to a different concept/feature, including math operations, variables and user input, if/else statements, loop structures, string functions, arrays and records, working with files, date and time functions, and creating functions and procedures. You’ll complete a hands-on practical project from start to finish with each section to put what you’ve learned into practice.

    By the end of this course you will know how to write, build and compile Pascal code with ease. You will be able to create your own native applications and you’ll know how to run them, maintain them, and build them more efficiently. With the knowledge base you’ve gained, you’ll be all set to progress to some of the most powerful and widely used programming languages in the world.

    About Pascal

    One of the oldest languages around, Pascal was published in 1970 with the intention of encouraging best practices using structured programming and data structuring. It is a high-level, imperative and procedural programming language and makes an excellent pre-cursor to C for beginners. It is known for its compatibility, efficiency, fast compilers, and for its simple, clean syntax.? ?

    Course Curriculum

    Chapter 1: Introduction to the Course

    Lecture 1: Introduction

    Lecture 2: Download and Installing Software

    Chapter 2: Using Math Operators

    Lecture 1: Section Introduction

    Lecture 2: Creating our 1st Pascal Program

    Lecture 3: Math Operators

    Lecture 4: Math operators using pemdas

    Lecture 5: Project

    Lecture 6: Creating the Project

    Lecture 7: Section Summary

    Chapter 3: Variables & Getting User Input

    Lecture 1: Section Introduction

    Lecture 2: Local Variables

    Lecture 3: Declaring And Using Variable With Numbers.

    Lecture 4: Declaring and Using Variables With Strings

    Lecture 5: Defining Constant Variables

    Lecture 6: Example 01

    Lecture 7: Saving User Input With Variables

    Lecture 8: Example 02

    Lecture 9: Global Variables

    Lecture 10: Project Demo

    Lecture 11: Creating the project

    Lecture 12: Section Summary

    Chapter 4: If Else-If Statements

    Lecture 1: Section Introduction

    Lecture 2: If Statements

    Lecture 3: If Else Statements

    Lecture 4: If Statements With Relational Operators

    Lecture 5: If Statements Using The AND Operator

    Lecture 6: If Statements Using The OR Operator

    Lecture 7: Case Statements Part 1

    Lecture 8: Case Statements Part 2

    Lecture 9: Project 1

    Lecture 10: Project 1 Source Code

    Lecture 11: Project 2

    Lecture 12: Project 2 Source Code (Part1)

    Lecture 13: Project 2 Source Code (Part2)

    Lecture 14: Section Summary

    Chapter 5: Loop Structures

    Lecture 1: Section Introduction

    Lecture 2: For Loops

    Lecture 3: Repeat Until Loop

    Lecture 4: While Loop

    Lecture 5: Project

    Lecture 6: Creating the project – Part 1

    Lecture 7: Creating the project – Part 2

    Lecture 8: Section Summary

    Chapter 6: String Functions

    Lecture 1: Section Introduction

    Lecture 2: Strings And The Trim Function

    Lecture 3: Strings And The Stringreplace Function

    Lecture 4: Strings And The Pos Function

    Lecture 5: Strings And The Delete Procedure

    Lecture 6: Strings And The Lowercase Function

    Lecture 7: Strings And The Copy Function

    Lecture 8: Strings And The Length Function

    Lecture 9: Project Review

    Lecture 10: Project source code

    Lecture 11: Section Summary

    Chapter 7: Arrays & Records

    Lecture 1: Section Introduction

    Lecture 2: Arrays With Strings

    Lecture 3: Arrays With Integers

    Lecture 4: Arrays With Doubles

    Lecture 5: Accessing Array Elements

    Lecture 6: Creating Records

    Lecture 7: Records More Examples

    Lecture 8: Records Advanced Examples

    Lecture 9: Project Review

    Lecture 10: Project source code

    Lecture 11: Section Summary

    Chapter 8: Working with Files

    Lecture 1: Section Introduction

    Lecture 2: Creating And Writing Text Files Part 1

    Lecture 3: Creating And Writing Text Files Part 2

    Lecture 4: Reading From A Text File

    Lecture 5: Appending Data To A Text File

    Lecture 6: Rewrite Procedure More Examples

    Lecture 7: Fileexists Function Part 1

    Lecture 8: FileExists Function Part 2

    Lecture 9: Project Review

    Lecture 10: Project Source Code – Part 1

    Lecture 11: Project Source Code – Part 2

    Lecture 12: Section Summary

    Chapter 9: Date & Time Functions

    Lecture 1: Section Introduction

    Lecture 2: Date time to str Function

    Lecture 3: Date to str & Time to str Functions

    Lecture 4: Comparing Dates

    Lecture 5: The EncodeDate Function

    Lecture 6: DateTime To Str Function With Record Types Example

    Lecture 7: Datetostr And Timetostr Function Example

    Lecture 8: Project Review

    Lecture 9: Project Source Code

    Lecture 10: Section Summary

    Chapter 10: Creating Functions & Procedures

    Lecture 1: Section Introduction

    Lecture 2: Creating Procedures

    Lecture 3: Using Arguments With Procedures

    Instructors

  • Learn Pascal Programming from Scratch  No.2
    Stone River eLearning
    Over 1,000,000 Happy Students
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 4 votes
  • 3 stars: 18 votes
  • 4 stars: 31 votes
  • 5 stars: 36 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!