Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfdev001/2022-tgis

Python Doesn't Byte: Crash Course in Python for 2022 Tennessee Girls in STEM Workshop.
https://github.com/jfdev001/2022-tgis

Last synced: 7 days ago
JSON representation

Python Doesn't Byte: Crash Course in Python for 2022 Tennessee Girls in STEM Workshop.

Awesome Lists containing this project

README

        

# 2022-tn-girls-in-stem

A crash course in the Python3 programming languages covering fundamentals of the language syntax. The construction of simple program will be attempted after the tutorial.

To download the `tutorial.ipynb` without using `git`, go to [this Google Drive](https://drive.google.com/drive/folders/1hbQeM5CcEE_FAkXHdHDHoWLNk5eNRZJv?usp=sharing).

Description for TGIS Program:

_Fundamental programming language concepts such as data types and loops will be introduced using the Python programming language. After this brief introduction, students will get right to a project and will design and then code their own unique text-based adventure game! Learn to code and let your creativity run wild in this Python programming language crash course!_

Note for teaching: Make sure that output cells have been cleared for any tutorial ipynbs.

# Using the Browser

In the event that you do not have a working development environment setup on your computer (i.e., a local installation of Python), you can emulate this by using resources that are freely available online. While [Google Colab](https://colab.research.google.com/) and [Kaggle](https://www.kaggle.com/code/scratchpad/notebookbb762fa10d/edit) are both popular, you would have to sign in to gain access to most of their useful features.

TODO: add jupyter!!

An alternative is to use [CoCalc](https://cocalc.com/) and simply follow these steps to use a an interactive ipython notebook `.ipynb` in your browser:

1. Navigate to [https://cocalc.com/](https://cocalc.com/).
2. Click _Try CoCalc Now._
3. Click _Use CoCalc Anonymously._
4. Scroll to the bottom of the next page and click
_View Your CoCalc Projects..._
5. Click _Start Project_ (this might take ~30 seconds).
6. Click _Create or Upload Files._
7. Download the `tutorial.ipynb` by going to [this Google Drive](https://drive.google.com/drive/folders/1hbQeM5CcEE_FAkXHdHDHoWLNk5eNRZJv?usp=sharing).
8. Go to the _Downloads_ folder on your local machine (click the folder icon at the bottom of your screen and go to _Downloads_).
9. Drag `tutorial.ipynb` to the _Upload_ section of the CoCalc web app.
10. In the upper left corner, click the _Files_ tab.
11. Click on `tutorial.ipynb` in the web app.
12. Go through the notebook and enjoy!