Learn to Code Python | Part 1

66 CQ
21 Lessons
Previous...
  • Playing
    1 CQ
    11. How to Write Else Statements in Python
    A lesson with LearnToProgram
    View lesson

    If statements and else statements truly are a match made in heaven. Learn why, and how you can write your own else statements in this tutorial.

    If statements and else statements truly are a match made in heaven. Learn why, and how you can write your own else statements in this tutorial.

  • Playing
    2 CQ
    12. How to Write Elif Statements in Python
    A lesson with LearnToProgram
    View lesson

    Python elif statements allow you to stretch your data comparisons into infinity! Create as many elif statements as you’d like using this straightforward lesson.

    Python elif statements allow you to stretch your data comparisons into infinity! Create as many elif statements as you’d like using this straightforward lesson.

  • Playing
    2 CQ
    13. Switch Statement Workaround in Python
    A lesson with LearnToProgram
    View lesson

    Unlike many other programming languages, Python does not use switch statements. However, as this tutorial reveals, there is a simple workaround.

    Unlike many other programming languages, Python does not use switch statements. However, as this tutorial reveals, there is a simple workaround.

  • Playing
    2 CQ
    14. Writing Inline If Statements in Python
    A lesson with LearnToProgram
    View lesson

    Want to write simple if statements that don’t fill up your page? This tutorial teaches Python inline if statements, which are more concise and human-readable.

    Want to write simple if statements that don’t fill up your page? This tutorial teaches Python inline if statements, which are more concise and human-readable.

  • Playing
    2 CQ
    15. How to Use While Loops in Python
    A lesson with LearnToProgram
    View lesson

    Having trouble with the concept of loops, or iterations, in Python? This tutorial introduces this group of statements by demonstrating the while loop.

    Having trouble with the concept of loops, or iterations, in Python? This tutorial introduces this group of statements by demonstrating the while loop.

More...
  • Recommended Recommended
  • History & In Progress History
  • Browse Library
  • Most Popular Library

Get Personalized Recommendations

Let us help you figure out what to learn! By taking a short interview you’ll be able to specify your learning interests and goals, so we can recommend the perfect courses and lessons to try next.

Start Interview

You don't have any lessons in your history.
Just find something that looks interesting and start learning!

Comments
500 characters max