# SD212 HW 01

## [name] Type your name on the next line


## [Q1]

> What name do you want to go by in class?
> (Please spell it out phonetically as well so I can be sure to
> pronounce it correctly!)


## [Q2]

> In just a few sentences, tell me why you are a data science major.


## [Q3]

> Which aspect of Python programming do you feel *most confident*
>
> about coming in from last semester?


## [Q4]

> What aspect of Python do you feel *least* confident about and would
>
> like to review more?


## [Q5]

> What is something interesting or different you found in the SD212
>
> course policy?


## [Q6]

> Use your O'Reilly login to open
>
> [The Linux Command
> Line](https://learning.oreilly.com/library/view/the-linux-command/),
> one of our textbooks.
>
> Navigate to Chapter 4, "Manipulating Files and Directories".
>
> To check that you actually did this, type the word right before the
> exclamation point at the end of the first sentence in this chapter.


## [Q7]

> After installing mamba and the sd212 environment as instructed
>
> above, open a terminal and type run the following two commands:
>
>     mamba activate sd212
>     mamba info
>
> This should give you a bunch of information. To check that it worked
> correctly, paste as an answer to this question what mamba says is
> the "active env location". (Copy everything after the colon on that
> line.)
>
> (You should be able to do this wherever you installed mamba, either
> on your laptop using Ubuntu WSL or over SSH on ssh.cs.usna.edu)


