Course Overview
Details
- Total Time 1 hr, 46 min
- Lessons 18
- Attachments 19
- Exercises 27
-
62 CQ
18 Lessons in This Course
-
15 minFREESoftware Development lesson 1Free8 CQ
If you are new to Python programming, try this lesson and learn where to find the software, and review how to download and install Python on your system!
with SentdexIf you are new to Python programming, try this lesson and learn where to find the software, and review how to download and install Python on your system!
-
9 minSoftware Development lesson 25 CQ
Now that you have Python 3 installed, try this lesson and learn how to work with strings, how to join strings together, and how to use the print function.
with SentdexNow that you have Python 3 installed, try this lesson and learn how to work with strings, how to join strings together, and how to use the print function.
-
3 minSoftware Development lesson 32 CQ
Sometimes, mathematics and computer programming languages come together. In this lesson, learn how to perform basic math problems in Python 3.
with SentdexSometimes, mathematics and computer programming languages come together. In this lesson, learn how to perform basic math problems in Python 3.
-
4 minSoftware Development lesson 43 CQ
Variables can be—well, variable. In this Python 3 programming language lesson, get an introduction to using and unpacking variables as placeholders.
with SentdexVariables can be—well, variable. In this Python 3 programming language lesson, get an introduction to using and unpacking variables as placeholders.
-
5 minSoftware Development lesson 53 CQ
While you’re learning how to use Python 3, you should use the while loop! Learn how to perform operations under set conditions with the while loop.
with SentdexWhile you’re learning how to use Python 3, you should use the while loop! Learn how to perform operations under set conditions with the while loop.
-
9 minSoftware Development lesson 65 CQ
For every program you write, you should know about the for loop! In this Python 3 tutorial, learn how to use the for loop for tasks with variable time frames.
with SentdexFor every program you write, you should know about the for loop! In this Python 3 tutorial, learn how to use the for loop for tasks with variable time frames.
-
4 minSoftware Development lesson 73 CQ
If you want to learn about if statements in Python 3, then you’re in the right place. Learn how to put certain conditions on variables with this coding tool.
with SentdexIf you want to learn about if statements in Python 3, then you’re in the right place. Learn how to put certain conditions on variables with this coding tool.
-
3 minSoftware Development lesson 82 CQ
If you’re interested in adding another layer of logic to your if statement, this is the lesson for you. Otherwise, check out Sentdex’s other Python 3 tutorials!
with SentdexIf you’re interested in adding another layer of logic to your if statement, this is the lesson for you. Otherwise, check out Sentdex’s other Python 3 tutorials!
-
4 minSoftware Development lesson 93 CQ
In this Python 3 lesson, add yet another layer of logic to the existing if else statement. Learn how to code and when to use the if elif else statement.
with SentdexIn this Python 3 lesson, add yet another layer of logic to the existing if else statement. Learn how to code and when to use the if elif else statement.
-
3 minSoftware Development lesson 102 CQ
Functions, parameters, definitions--what do these terms have to do with coding in Python 3? Learn the basics of functions in this computer programming language.
with SentdexFunctions, parameters, definitions--what do these terms have to do with coding in Python 3? Learn the basics of functions in this computer programming language.
-
4 minSoftware Development lesson 113 CQ
After learning the basics of coding functions in Python 3, it’s time to give functions more, well, functionality. Add parameters to functions in this lesson.
with SentdexAfter learning the basics of coding functions in Python 3, it’s time to give functions more, well, functionality. Add parameters to functions in this lesson.
-
6 minSoftware Development lesson 124 CQ
What are default function parameters and why are they used when coding in Python 3? In this computer programming lesson, learn about parameter defaults.
with SentdexWhat are default function parameters and why are they used when coding in Python 3? In this computer programming lesson, learn about parameter defaults.
-
6 minSoftware Development lesson 134 CQ
The terms global and local correspond to a variable’s reach within a script or program. Learn the basics of local and global variables in this Python 3 lesson.
with SentdexThe terms global and local correspond to a variable’s reach within a script or program. Learn the basics of local and global variables in this Python 3 lesson.
-
7 minSoftware Development lesson 144 CQ
Often times, the task you want to program has already been programmed by someone else! Learn about installing modules for Python 3 in this lesson.
with SentdexOften times, the task you want to program has already been programmed by someone else! Learn about installing modules for Python 3 in this lesson.
-
4 minSoftware Development lesson 153 CQ
Have you received an “invalid syntax” notice while coding in Python 3? Chances are it’s a human error. Learn how to debug in this computer programming lesson!
with SentdexHave you received an “invalid syntax” notice while coding in Python 3? Chances are it’s a human error. Learn how to debug in this computer programming lesson!
-
3 minSoftware Development lesson 162 CQ
There are two methods of saving Python 3 data to a file. In this lesson, learn how to write the data to a file, which is used for unique, one-time situations.
with SentdexThere are two methods of saving Python 3 data to a file. In this lesson, learn how to write the data to a file, which is used for unique, one-time situations.
-
2 minSoftware Development lesson 172 CQ
In this coding in Python 3 lesson, discover the second method of saving data: appending a file. Teacher Sentdex demonstrates how in a few minutes.
with SentdexIn this coding in Python 3 lesson, discover the second method of saving data: appending a file. Teacher Sentdex demonstrates how in a few minutes.
-
6 minSoftware Development lesson 184 CQ
This two-in-one Python 3 coding lesson covers the basics of reading from a Python 3 file, then explains how to read and understand classes when coding.
with SentdexThis two-in-one Python 3 coding lesson covers the basics of reading from a Python 3 file, then explains how to read and understand classes when coding.
-
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!