parent
39eaab6e0f
commit
00501c9af5
@ -1,3 +1,28 @@
|
|||||||
# Python
|
# Python
|
||||||
|
|
||||||
CheatSheet: https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf
|
## Lesson Objectives
|
||||||
|
|
||||||
|
1. Create a variable and assign it a value
|
||||||
|
1. Explain the different data types
|
||||||
|
1. Perform calculations with variables
|
||||||
|
1. Use string operations
|
||||||
|
1. Create a list
|
||||||
|
1. Access an element of a list
|
||||||
|
1. Perform a set of commands depending on a situation
|
||||||
|
1. Repeatedly perform a set of commands
|
||||||
|
|
||||||
|
## Create a variable and assign it a value
|
||||||
|
|
||||||
|
## Explain the different data types
|
||||||
|
|
||||||
|
## Perform calculations with variables
|
||||||
|
|
||||||
|
## Use string operations
|
||||||
|
|
||||||
|
## Create a list
|
||||||
|
|
||||||
|
## Access an element of a list
|
||||||
|
|
||||||
|
## Perform a set of commands depending on a situation
|
||||||
|
|
||||||
|
## Repeatedly perform a set of commands
|
||||||
|
|||||||
Loading…
Reference in new issue