title: Python basics date: '2021-01-01' type: book weight: 20
Build a foundation in Python.
{{< icon name="clock" pack="fas" >}} 1-2 hours per week, for 8 weeks
{{< youtube rfscVS0vtbw >}}
{{< spoiler text="What is the difference between lists and tuples?" >}} Lists
a_list = [1, 2.0, 'Hello world']
Tuples
a_tuple = (1, 2.0, 'Hello world')
{{< /spoiler >}}{{< spoiler text="Is Python case-sensitive?" >}} Yes {{< /spoiler >}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.