In this activity, you will get more practice declaring and manipulating variables, using conditionals, and requesting user input. Starter file # Declare ...
In this activity, you will get more practice declaring and manipulating variables, as well as using if-else statements. Starter file ...
In this activity, you will review variable declaration and conditionals. Starter file # Create a list called 'farm' with the elements "pig", "cow", ...
In this activity, you will get more practice declaring, printing, and concatenating variables. Starter file # Variables # This is a comment - any code ...
In this activity, you will create a Python script that implements conditional statements using comparison and logical operators. Background Like you, ...
In this activity, you will create a Python program to perform percent increase calculations. Background For the last week, you've been watching your ...
Begin by opening the Python interactive shell from JupyterLab or Anaconda. To do this, open a command line in the relevant application and type "Python". You ...
FAQs What's the relevance of Python? Python is the primary language that we will be using in this course. It's a semantic language which makes it ...
In this challenge, you are given a large dictionary show_data.py. Your job is to navigate through this dictionary and answer the prompts via key-value pairs. ...
In this activity, you will create a new project in GitHub and practice commonly used Git commands. Git is a great resource for managing your code and very ...
In this activity, you will create a project in JupyterLab and execute a Python hello world print statement in a Jupyter Notebook. Background ...
What Is the Command Line? A command line interface (CLI), or terminal, allows a user to execute and automate commands without the need for a graphical user ...