Python-Fundamentals-Legacy icon indicating copy to clipboard operation
Python-Fundamentals-Legacy copied to clipboard

D-Lab's 12 hour introduction to Python. Learn how to create variables and functions, use control flow structures, use libraries, import data, and more, using Python and Jupyter Notebooks.

Results 10 Python-Fundamentals-Legacy issues
Sort by recently updated
recently updated
newest added

Just like #11 for Windows, it would be helpful to provide Linux guidance on whether to accept the defaults or not. ![image](https://user-images.githubusercontent.com/76078876/102940220-b213ea00-4464-11eb-8f66-7dc90fad7da7.png)

I got the following error trying to pull up the repo in datahub: ![Screen Shot 2022-10-09 at 4 26 37 PM](https://user-images.githubusercontent.com/35152977/194784386-1c9a3ccc-5b79-4072-a77c-652fd7d97e90.png)

Under the "Boolean Data Type": "Predi**c**t the outcomes for the examples below:"

For Notebook 11 (Libraries) consider re-ordering the package installation to emphasize options 2/3 over option 1. Also, include `conda` rather than `pip` for terminal installation.

Merge the function and custom function notebooks together into one functions notebook, since they cover a lot of the same topics.

In the "About D-Lab" section: "and space to enable you to use R for your own research applications" - might want to change to use Python for this workshop?

We should update the button to point to the D-Lab DataHub.

kernal was dying for me and a couple of other participants on datahub. I wasn't hitting up against memory and I was sure to shutdown notebooks as I moved along....

Under 'basic types in python', fitness should be a string, not a variable Current: ``` # Subtraction with strings print(fitness - 'a') ``` Corrected: ``` # Subtraction with strings print('fitness'...

In this challenge in the dropna(subset = 'sex') line, include [] around the column name