|
867 | 867 | - title: Your First Python Tutorial - Reading in a .txt File
|
868 | 868 | url: https://youtu.be/Jog7ybd6amw
|
869 | 869 | description: |
|
870 |
| - Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The conent to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>. |
| 870 | + Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>. |
871 | 871 | authors:
|
872 | 872 | - name: Project Pythia
|
873 | 873 | - name: Julia Kent
|
|
883 | 883 | - title: Your First Python Tutorial - Creating a Data Dictionary
|
884 | 884 | url: https://youtu.be/5z6-t62x7Xs
|
885 | 885 | description: |
|
886 |
| - Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The conent to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>. |
| 886 | + Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>. |
887 | 887 | authors:
|
888 | 888 | - name: Project Pythia
|
889 | 889 | - name: Julia Kent
|
|
899 | 899 | - title: Your First Python Tutorial - Writing Functions
|
900 | 900 | url: https://youtu.be/BerEf_3CsL8
|
901 | 901 | description: |
|
902 |
| - Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The conent to follow along with this video is hosted on the <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>. |
| 902 | + Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>. |
903 | 903 | authors:
|
904 | 904 | - name: Project Pythia
|
905 | 905 | - name: Julia Kent
|
|
915 | 915 | - title: Your First Python Tutorial - Creating Your Own Package
|
916 | 916 | url: https://youtu.be/6lbbTwGFcTc
|
917 | 917 | description: |
|
918 |
| - Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The conent to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>. |
| 918 | + Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>. |
919 | 919 | authors:
|
920 | 920 | - name: Project Pythia
|
921 | 921 | - name: Julia Kent
|
|
931 | 931 | - title: Your First Python Tutorial - Using a Built-In Package and Publishing Your Package
|
932 | 932 | url: https://youtu.be/44QUMCh2ZHU
|
933 | 933 | description: |
|
934 |
| - Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The conent to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>. |
| 934 | + Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>. |
935 | 935 | authors:
|
936 | 936 | - name: Project Pythia
|
937 | 937 | - name: Julia Kent
|
|
963 | 963 | - title: Python Tutorial Seminar Series - Numpy
|
964 | 964 | url: https://youtu.be/kstc-6uz7AQ
|
965 | 965 | description: |
|
966 |
| - Recording from the Python Tutorial Seminar Series introducing the Python Package `numpy`. The conent to follow along with this video is hosted on this <A href="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>. |
| 966 | + Recording from the Python Tutorial Seminar Series introducing the Python Package `numpy`. The content to follow along with this video is hosted on this <A href="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>. |
967 | 967 | authors:
|
968 | 968 | - name: Project Pythia
|
969 | 969 | - name: A Kootz
|
|
0 commit comments