Python Development: Getting Started with Programming in Python

Python    |    Beginner
  • 13 videos | 1h 28m 39s
  • Includes Assessment
  • Earns a Badge
Rating 4.6 of 2165 users Rating 4.6 of 2165 users (2165)
Python is a beneficial language for use in a lot of development projects, particularly Java/C++ development. In this course, you'll learn the basics of Python programming. You'll start by installing Python on your local machine and practice writing code using the Python shell. Next, you'll perform basic math and logical operations in Python. You'll create Python variables and see how you can assign and access values stored in these variables. You'll then use built-in functions, which are part of the core Python programming language, to perform simple calculations and operations. Finally, you'll explore strings in Python work, creating strings using single, double, and triple quotes depending on the use case. You'll then briefly examine the use of complex data types, such as lists, tuples, sets, and dictionaries. When you're finished with this course, you'll be able to execute simple Python commands on Jupiter notebooks.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Install anaconda python on windows
    Install anaconda python on macos
    Execute commands on the python shell
    Perform basic math operations
    Execute arithmetic operations on variables
    Work with built-in functions
  • Use the different kinds of primitive data types, such as strings, numbers, and booleans
    Create and use complex data types, such as lists, tuples, and sets
    Perform type conversions
    Use single, double, and triple quotes to create strings
    Perform escaping and formatting of strings
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 3s
    In this video, you’ll learn more about the instructor and the course. In this course, you’ll learn how to install Python on your local machine. You’ll then learn to write code using the Python shell and launch your first Jupyter Notebook. You’ll discover how to perform basic math and logical operations in Python, create Python variables, assign values to them, and access those values. You’ll also learn to use built-in functions of Python programming language. FREE ACCESS
  • 6m 17s
    In this video, you’ll explore Python from a Windows command prompt. You’ll learn how to install Python, but first, you’ll learn how to search for and download the Anaconda installer. FREE ACCESS
  • Locked
    3.  Installing Anaconda Python on macOS
    4m 4s
    In this video, you’ll repeat the process from the last video, but with Mac. You’ll explore Python from a macOS command prompt. You’ll learn how to install Python, but first, you’ll learn how to search for and download the Anaconda installer. FREE ACCESS
  • Locked
    4.  Running Commands on the Python Shell
    4m 31s
    In this video, you’ll follow a demo. You’ll learn how to run Python from the command line. You’ll learn keyboard shortcuts as well as simple commands in Python. You’ll also learn how to run Python from a Jupyter Notebook. You’ll learn to use the Jupyter --version command to ensure you have the correct versions of all the required Jupyter libraries. Finally, you’ll run the Jupyter notebook command. FREE ACCESS
  • Locked
    5.  Performing Basic Math Operations in Python
    10m 11s
    In this video, you’ll follow a demo. You’ll start a new notebook and learn some basic Python constructs. First, you’ll learn how to change the title of your new notebook. You’ll learn that all commands in a Jupyter Notebook are executed by typing them into a cell and hitting Ctrl+Enter. You’ll then add new cells into your Jupyter Notebook. FREE ACCESS
  • Locked
    6.  Executing Arithmetic Operations on Python Variables
    10m 37s
    In this video, you’ll follow a demo. In this demo, you’ll work with the = sign. You’ll learn how to use the chaining of the assignment operator. You’ll see that the assignment operator can be chained just as it can be in other languages such as Java or C++. You’ll also make use of the single = operator for assignment. You’ll also test for equality, making use of the == operator. FREE ACCESS
  • Locked
    7.  Invoking and Using Built-in Functions in Python
    12m 32s
    In this video, you’ll follow a demo. In this demo, you’ll learn the use of built-in functions. You’ll first learn to insert Markdown by using basic formatting. You’ll discover built-in functions are part of the core Python programming language. You’ll find these functions don’t require any special import statements and they are available for use right out of the box. FREE ACCESS
  • Locked
    8.  Working with Primitive Data Types in Python
    7m 14s
    In this video, you’ll learn more about the data types in Python. You’ll begin by defining a string variable called some_string assigning a string into it, and then invoking the type built-in function on it. You’ll find that the result is str, which is the type function that tells you the type of the variable some_string is string. Then you’ll see what happens when you invoke the print function on the type function. FREE ACCESS
  • Locked
    9.  Using Complex Data Types in Python
    8m 9s
    In this video, you’ll learn to create lists in Python. You’ll learn that lists have sequential containers that can change in size. You’ll watch a demo that defines simple lists. FREE ACCESS
  • Locked
    10.  Changing Data Types Using Python's Type Conversion
    5m 21s
    In this video, you’ll watch a demo. In this demo, you’ll learn about dictionaries, a powerful and important type in Python. Dictionaries are an associative data type. You’ll discover they are used to map from keys to values. Dictionaries in Python correspond to maps in Java. You will follow the demo to define and test a type of dictionary. FREE ACCESS
  • Locked
    11.  Using Quotes to Create Python Strings
    10m 31s
    In this video, you’ll watch a demo. In this demo, you’ll focus on strings in Python. You’ll follow long onscreen as a string variable is defined. You’ll find Python allows you to define strings using single quotes. You’ll learn you can use single or double quotes to define your strings, as there is no real difference. You’ll discover these quotes in Python are interchangeable. FREE ACCESS
  • Locked
    12.  Using String Formatting in Python
    5m 1s
    In this video, you’ll watch a demo. In this demo, you’ll learn more about the use of Windows-style paths. You’ll learn these contain \\ as a file separator, called escape backlashes. You’ll also discover you can quickly embed special characters such as tabs. You’ll learn to create nicely formatted strings using curly braces. You’ll also learn to create placeholders and use the .format method. FREE ACCESS
  • Locked
    13.  Course Summary
    2m 11s
    In this video, you’ll review what you’ve learned in the course. You’ve learned to install Anaconda and Python on Microsoft Windows as well as on the Mac platform. You ran Python from the command line using the interactive shell environment and also created a new Jupyter Notebook. You also learned about how we could perform logical operations in Python, ran simple lines of code, and look at variables in Python. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.6 of 59 users Rating 4.6 of 59 users (59)
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.6 of 1774 users Rating 4.6 of 1774 users (1774)
Rating 4.6 of 2641 users Rating 4.6 of 2641 users (2641)
Rating 4.5 of 1547 users Rating 4.5 of 1547 users (1547)