This is the code for the O'Reilly Live Training - Python Data Structures and Comprehensions presented by Arianne Dee
- Python 3.7 or higher installed on your computer
- Installed from the Python website or through Anaconda
- A copy of the course files
- Cloned (ideal) or downloaded
- Jupyter, NumPy and Pandas installed
$ pip install jupyter numpy pandas
- Run the notebooks
$ jupyter-lab
or$ jupyter notebook
- Fill out a short survey: https://forms.gle/KCSXZy7tHeb1B9ce8
- We will analyze the results during the class.
There are detailed set up instructions for each step below.
If you have further questions, please email arianne.dee.studios at gmail dot com.
If you have been using Python for data science, you probably have it installed already through Anaconda.
If not, or you're not sure, the easiest way to get Python is to download it from the website.
- Go to https://www.python.org/downloads/
- Click the yellow button at the top to download the latest version of Python (e.g. 3.11.1)
- Complete installation
- On Mac or Linux
- Follow the prompts and install using the default settings.
- On Windows
- If you're just installing Python now, follow: Windows Python installer instructions
- If you've already installed Python with the default settings, follow: Add Python to PATH variable in Windows
- On Mac or Linux
GitHub repository link: https://github.com/ariannedee/python-data-structures
Clone the repository.
$ git clone https://github.com/ariannedee/python-data-structures.git
- Click the green "< > Code" button at the top-right of the page
- Click "Download ZIP"
- Unzip it and move the python-data-structures-main folder to a convenient location
Jupyter, NumPy and Pandas need to be installed.
In a terminal: pip3 install jupyter numpy pandas
Navigate to your cloned or downloaded code, then run:
$ jupyter-lab
to open the notebooks in Jupyter Lab in your browser; or$ jupyter notebook
to open the classic Jupyter Notebook