0:00 / 4:18
 
 
 

Learn to Code Python | Part 2

59 CQ
22 Lessons
  • Playing
    Free
    2 CQ
    1. How to Create User Inputs in Python
    A lesson with LearnToProgram
    View lesson

    Want your code to interact with user input? Whether you are using Python 3 or Python 2.7 and earlier, this tutorial covers how to use the input function.

    Want your code to interact with user input? Whether you are using Python 3 or Python 2.7 and earlier, this tutorial covers how to use the input function.

  • Playing
    3 CQ
    2. How to Retrieve User Inputs in Python
    A lesson with LearnToProgram
    View lesson

    Once you’ve learned which input function to use for your version of Python, this tutorial provides the skills necessary to allow users to input their own data.

    Once you’ve learned which input function to use for your version of Python, this tutorial provides the skills necessary to allow users to input their own data.

  • Playing
    2 CQ
    3. Using Strings as Objects in Python
    A lesson with LearnToProgram
    View lesson

    Did you know that strings can act as objects in Python? Learn the implications of creating string-based objects using this illustrative tutorial.

    Did you know that strings can act as objects in Python? Learn the implications of creating string-based objects using this illustrative tutorial.

  • Playing
    2 CQ
    4. How to Split and Join Strings in Python
    A lesson with LearnToProgram
    View lesson

    Expand your repertoire of string-related methods with this tutorial, which covers how to join lists into strings and split strings into lists.

    Expand your repertoire of string-related methods with this tutorial, which covers how to join lists into strings and split strings into lists.

  • Playing
    2 CQ
    5. The Syntax of Functions in Python
    A lesson with LearnToProgram
    View lesson

    Interested in creating your own, customizable functions in Python? This tutorial introduces you to the syntax you need to know when defining a new function.

    Interested in creating your own, customizable functions in Python? This tutorial introduces you to the syntax you need to know when defining a new function.

More...