Course Overview
Teacher
LearnToProgram is a leading publisher of web, mobile and game development courses that are used by individuals and companies worldwide. Based outside of Hartford, Connecticut, the LearnToProgram team is dedicated to teaching more people to program... View ProfileDetails
- Total Time 1 hr, 12 min
- Lessons 9
- Attachments 9
- Exercises 33
-
42 CQ
9 Lessons in This Course
-
5 minFREESoftware Development lesson 1Free3 CQ
If you’ve ever been interested in game development, discover how easy it is to set up a text-based game in Python with this lesson from Learn to Program.
with LearnToProgramIf you’ve ever been interested in game development, discover how easy it is to set up a text-based game in Python with this lesson from Learn to Program.
-
14 minSoftware Development lesson 28 CQ
Do you dream of creating a retro text-based game? Learn how to get started by creating a game menu in Python with this lesson from Learn to Program.
with LearnToProgramDo you dream of creating a retro text-based game? Learn how to get started by creating a game menu in Python with this lesson from Learn to Program.
-
7 minSoftware Development lesson 34 CQ
Create men and monsters alike! Learn the functions necessary to create and place characters for a computer game designed in Python with Learn to Program.
with LearnToProgramCreate men and monsters alike! Learn the functions necessary to create and place characters for a computer game designed in Python with Learn to Program.
-
11 minSoftware Development lesson 46 CQ
Add a little mystery to your game! In Python, it is easy to randomize object position so that gameplay is not monotonous. See how it’s done in this tutorial.
with LearnToProgramAdd a little mystery to your game! In Python, it is easy to randomize object position so that gameplay is not monotonous. See how it’s done in this tutorial.
-
6 minSoftware Development lesson 54 CQ
Power up your Python game! This tutorial shows you how to reset the current game, restore its original settings, set up a new game, and check for errors.
with LearnToProgramPower up your Python game! This tutorial shows you how to reset the current game, restore its original settings, set up a new game, and check for errors.
-
6 minSoftware Development lesson 64 CQ
Make your Python game come alive! This tutorial shows you how to implement boundary checks and assign keys for character movement on the x- and y-axes.
with LearnToProgramMake your Python game come alive! This tutorial shows you how to implement boundary checks and assign keys for character movement on the x- and y-axes.
-
8 minSoftware Development lesson 75 CQ
Once you have programmed how a character moves in Python, the next step is to allow the user to input movement. Make a functional character with this tutorial.
with LearnToProgramOnce you have programmed how a character moves in Python, the next step is to allow the user to input movement. Make a functional character with this tutorial.
-
6 minSoftware Development lesson 84 CQ
The chase is on! You have programmed the movement of your Python game character; now, code the monster’s movement properties to complete the game.
with LearnToProgramThe chase is on! You have programmed the movement of your Python game character; now, code the monster’s movement properties to complete the game.
-
6 minSoftware Development lesson 94 CQ
Give the people what they want! In this tutorial, use inputs and try statements to enable custom game board and character movement settings.
with LearnToProgramGive the people what they want! In this tutorial, use inputs and try statements to enable custom game board and character movement settings.
-
19140 min19-part Software Development course80 CQ
Want to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
with LearnToProgramWant to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
-
27221 min27-part Web Development course124 CQ
Learning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
with LearnToProgramLearning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
-
24274 min24-part Web Development course150 CQ
Develop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
with LearnToProgramDevelop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
-
21114 min21-part Software Development course66 CQ
Want to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
with LearnToProgramWant to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
-
22100 min22-part Software Development course59 CQ
Have you already tackled the basics of Python? Are you itching to move on to more challenging, interactive programming? In this 22-lesson, intermediate-level course, Alex Bowers from Learn to Program breaks down concepts such as user input, methods, classes, and inheritance. Start incorporating external files and databases with the help of SQL, and even write your own functions. When you’re done, put your coding skills to the test with Learn to Program’s advanced course on developing games with Python.
with LearnToProgramHave you already tackled the basics of Python? Are you itching to move on to more challenging, interactive programming? In this 22-lesson, intermediate-level course, Alex Bowers from Learn to Program breaks down concepts such as user input, methods, classes, and inheritance. Start incorporating external files and databases with the help of SQL, and even write your own functions. When you’re done, put your coding skills to the test with Learn to Program’s advanced course on developing games with Python.
-
10101 min10-part Software Development course55 CQ
Building a video game is a wonderful learning experience that uses many different skills. Learn learn how to build a game using Scratch, a free game design software from M.I.T.
with Richard PothBuilding a video game is a wonderful learning experience that uses many different skills. Learn learn how to build a game using Scratch, a free game design software from M.I.T.
-
6138 min6-part Software Development course73 CQ
Want working knowledge of Python—fast? This course from Bitesize Business School is an accelerated introduction to one of the most important coding languages.
Want working knowledge of Python—fast? This course from Bitesize Business School is an accelerated introduction to one of the most important coding languages.
-
5117 min5-part Software Development course61 CQ
Learn Django the smart way—by building a website! Find out about this popular Python-based framework and get hands-on coding experience as you create a complex website.
Learn Django the smart way—by building a website! Find out about this popular Python-based framework and get hands-on coding experience as you create a complex website.
-
46431 min46-part Software Development course238 CQ
C++ is a diverse programming language that can be used to create applications, games, and more. In this beginner-friendly course, you'll learn everything you need to know to master C++ programming.
with LearnToProgramC++ is a diverse programming language that can be used to create applications, games, and more. In this beginner-friendly course, you'll learn everything you need to know to master C++ programming.
-
47494 min47-part Android Development course271 CQ
Explore the ins and outs of Unity 5's flexible animation system, stellar physics capabilities, and audio mixer. Learn how to start developing your own 3D games and interactive experiences!
with LearnToProgramExplore the ins and outs of Unity 5's flexible animation system, stellar physics capabilities, and audio mixer. Learn how to start developing your own 3D games and interactive experiences!