-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links for Numpy etc assignments
- Loading branch information
1 parent
ca8cf07
commit d0aaf54
Showing
9 changed files
with
24 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# /C:/Users/ayers/Repositories/QC-Edu/IntroQM/book/ipynb/jupyter.ipynb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# /C:/Users/ayers/Repositories/QC-Edu/IntroQM/book/jupyter.ipynb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Assignment: GitHub, Jupyter, Python, Numpy | ||
This assignment consists of LinkedIn Learning courses that that cover Jupyter, programming concepts, Python programming, and Numpy. Upon completing each course, you will need to download your certificate of completion and upload it as your assignment. You can also add the certificate to your LinkedIn profile. | ||
>Before you get started, it's helpful to [log into LinkedIn Learning](https://lnkd.in/gj-9Xgg). (However, the links provided should automatically prompt you to log in if you are not already.) If you already have a LinkedIn account associated with a different e-mail, you can link your accounts. | ||
>Before you get started, it's helpful to [log into LinkedIn Learning](https://www.linkedin.com/login/en). (However, the links provided should automatically prompt you to log in if you are not already.) If you already have a LinkedIn account associated with a different e-mail, you can link your accounts. | ||
1. Go through the course's [introduction to computer programming and computer programming tools](../ipynb/jupyter.ipynb). | ||
1. Go to your user dashboard on GitHub and create a new repository called `Course-Certificates`. Experiment with the features within that repository to familiarize yourself with them. | ||
1. Go through the course's [introduction to computer programming and computer programming tools](../jupyter.ipynb). | ||
1. Go to your user dashboard on GitHub and create a new repository called `Course-Certificates`. Experiment with the features within that repository to familiarize yourself with them. | ||
2. In the `README.md` file in the repository, explain that the purpose of this repository is to store your LinkedIn Learning Certificates. Make a numbered list of certificates, with the name of the course as the title, linked to the file containing the certificate. [See the example repository.](https://github.com/McMasterQM/Course-Certificates) You can look at the sequence of revisions in the example repository to learn more about how to construct the `README.md` file. | ||
3. Upload the certificates for [using Jupyter notebooks](../problems/Jupyter.md), [Python programming](../problems/python.md), and [using Numpy](../problems/numpy.md). | ||
4. Invite Rik [(username: `RichRick1`)](https://github.com/RichRick1) and Paul [(username: `PaulWAyers`)](https://github.com/PaulWAyers) as external collaborators with "write" permission to this repository. | ||
4. Invite Rik [(username: `RichRick1`)](https://github.com/RichRick1) and Paul [(username: `PaulWAyers`)](https://github.com/PaulWAyers) as external collaborators with "write" permission to this repository. | ||
|
||
> Completing these four items suffices for an **S-** grade. For an **S** grade, complete one [additional activity](../extracredit/programming.md). For an **S+** grade, complete a total of at least three [additional activities](../extracredit/programming.md). The certificates and/or proofs-of-completion for these activities should be added to the `README.md` file in your `Course-Certificates` repository. Further activities can be added to this repository over the course of the term for (even more) additional points. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
# Numpy | ||
|
||
Numpy is the most important external library we will use in this course, and it is important to become very comfortable with it. To start, please go through: | ||
|
||
- Watch the following [short LinkedIn Learning video](https://www.linkedin.com/learning/python-data-analysis-2/numpy-overview?u=56982905). | ||
- [Numpy Introduction from W3Schools](https://www.w3schools.com/python/numpy_intro.asp). This interactive tutorial introduces you to the Numpy library and, helpfully, you can run the examples directly in the browser. | ||
- Watch the following short LinkedIn Learning videos. These | ||
- give you an [overview of Numpy](https://www.linkedin.com/learning/python-data-analysis-2015/numpy-overview). | ||
- explain [how to create Numpy arrays](<https://www.linkedin.com/learning/python-data-analysis-2015/creating-numpy-arrays>) | ||
- teach you [how to do mathematical operations with and on arrays](https://www.linkedin.com/learning/python-data-analysis-2015/doing-math-with-arrays) | ||
- show how to [index and slice arrays into pieces](https://www.linkedin.com/learning/python-data-analysis-2015/indexing-and-slicing) | ||
- Numpy's official website provides a valuable additional resource, [Numpy: The absolute basics for beginners](https://numpy.org/devdocs/user/absolute_beginners.html) | ||
|
||
Once you have a basic familiarity with Numpy, you can complete the LinkedIn Learning [Numpy Essential Training 1: Foundations of NumPy](https://www.linkedin.com/learning/numpy-essential-training-1-foundations-of-numpy/) and submit your certificate to complete this assignment. | ||
Once you have a basic familiarity with Numpy, you can complete the LinkedIn Learning [Numpy Essential Training 1: Foundations of NumPy](https://www.linkedin.com/learning/numpy-essential-training-1-foundations-of-numpy?u=56982905) and submit your certificate to complete this assignment. | ||
|
||
![numpy Certificate](../linkedFiles/numpy.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Python Programming | ||
|
||
Go through the content of the LinkedIn Learning [Python Quick Start](https://www.linkedin.com/learning/python-quick-start/) course step-by-step and take the time to practice the material covered in a Jupyter notebook. Upon completing this course, add your certificate of completion to your `Course-Certificates` GitHub repository and reference it in `README.md`. | ||
Go through the content of the LinkedIn Learning [Python Quick Start](https://www.linkedin.com/learning/python-quick-start-22667553) course step-by-step and take the time to practice the material covered in a Jupyter notebook. Upon completing this course, add your certificate of completion to your `Course-Certificates` GitHub repository and reference it in `README.md`. | ||
|
||
![Python Certificate](../linkedFiles/python.png) |
File renamed without changes.