Learn practical skills, build real-world projects, and advance your career

First Steps with Python and Jupyter

This tutorial is a part of Data Analysis with Python: Zero to Pandas and Zero to Data Analyst Science Bootcamp.

alt

This tutorial covers the following topics:

  • Performing arithmetic operations using Python
  • Solving multi-step problems using variables
  • Evaluating conditions using Python
  • Combining conditions with logical operators
  • Adding text styles using Markdown
x = 4 + 7
print(x)
11

gdgdfgdfgd