Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushnertodd/cftm-intro-to-python
Introductory Python Jupyter notebook
https://github.com/kushnertodd/cftm-intro-to-python
education jupyter jupyter-notebook programming-language python python-3 python-basics python-basics-for-beginners python-beginners python-course python-course-materials python-courses python-crash-course python3 tutorial-course
Last synced: about 1 month ago
JSON representation
Introductory Python Jupyter notebook
- Host: GitHub
- URL: https://github.com/kushnertodd/cftm-intro-to-python
- Owner: kushnertodd
- License: gpl-3.0
- Created: 2022-11-03T16:03:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T22:37:53.000Z (11 months ago)
- Last Synced: 2024-01-25T07:14:17.133Z (11 months ago)
- Topics: education, jupyter, jupyter-notebook, programming-language, python, python-3, python-basics, python-basics-for-beginners, python-beginners, python-course, python-course-materials, python-courses, python-crash-course, python3, tutorial-course
- Language: Jupyter Notebook
- Homepage: http://www.toddkushnerllc.com/intro_to_python.html
- Size: 1.68 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CFTM-intro-to-python
Jupyter site for Introduction to Python course## Running the Python Jupyter notebook from the Internet
- This runs the notebook from the web.
http://www.toddkushnerllc.com/intro_to_python.html
- This is a Discord server for questions, comments, bug reports, or suggestions.
https://discord.gg/TRvHe7Q2
## Installing the Python Jupyter notebook locally
It's better to run it locally if the website times out or otherwise does not work.- Install Anaconda to run Jupyter locally. Download Anaconda and do a standard install.
https://www.anaconda.com/download
- Download the Python Jupyter notebook. Go to this page, select Code and Download Zip. Expand the zip into a directory.
https://github.com/kushnertodd/CFTM-intro-to-python
- Select Anaconda Navigator from Anaconda3 folder on the Start menu. Select Launch under Jupyter Notebook. Find the directory where you installed the notebook in the file browser and open the file `python_intro.ipynb` to start.