{"id":16200897,"url":"https://github.com/ivaniscoding/intropythonworkshop","last_synced_at":"2025-04-07T18:16:17.975Z","repository":{"id":87028205,"uuid":"215624938","full_name":"IvanIsCoding/IntroPythonWorkshop","owner":"IvanIsCoding","description":"An interactive introductory workshop to Python","archived":false,"fork":false,"pushed_at":"2020-01-29T00:18:12.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T20:14:48.074Z","etag":null,"topics":["jupyter-notebook","python-workshop"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IvanIsCoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-16T19:11:25.000Z","updated_at":"2020-03-07T22:46:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"12d224b6-cf96-423e-9c94-c32dd19279d5","html_url":"https://github.com/IvanIsCoding/IntroPythonWorkshop","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":"0.16000000000000003","last_synced_commit":"c1285ed2c52bbc5387099e0d63d825e8945244c5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanIsCoding%2FIntroPythonWorkshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanIsCoding%2FIntroPythonWorkshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanIsCoding%2FIntroPythonWorkshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanIsCoding%2FIntroPythonWorkshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanIsCoding","download_url":"https://codeload.github.com/IvanIsCoding/IntroPythonWorkshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704572,"owners_count":20982298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter-notebook","python-workshop"],"created_at":"2024-10-10T09:34:43.360Z","updated_at":"2025-04-07T18:16:17.953Z","avatar_url":"https://github.com/IvanIsCoding.png","language":"Jupyter Notebook","readme":"# Intro to Python Workshop ![Python 3.5+](https://img.shields.io/badge/python-3.5+-blue.svg)\n\nThe attached code was created for the Introduction to Python Workshop run by the Quantitative Sciences Course Union at the University of British Columbia, Okanagan.\nFor more information: visit http://qscu.org/\n\n## Quickstart\n\nFor this workshop, we recommend to use Python in the console or in a Jupyter notebook. It is as simple as running the command:\n\n```bash\npython3\n```\n\nFor running a Python file such as the test files we wrote, you just need to add the file name to the Python command:\n\n```bash\npython3 test_qscu.py\n```\n\n## File structure\n\nThe structure of the code given in the workshop is as follows:\n\n    ├── beginner_intro.py         # A document with a large amount of referencable code for introductory coding\n    ├── read_from_api.py          # The code telling how to read from the Financial Modeling Prep API (https://financialmodelingprep.com/)\n    .\n    ├── qscu.py                   # The class that represents the shop and accesses a SQLite database \n    ├── test_add.py               # The hello world of unit testing, testing the add function\n    ├── test_qscu.py              # The tests for the qscu.py file we wrote during the workshop\n    .\n    ├── IntroPython.ipynb         # A notebook that condenses all of the code into one python notebook\n    \n### Interactive Notebook\n\nFor Jupyter Notebook users, we also have an interactive notebook covering the material.\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/IvanIsCoding/IntroPythonWorkshop.git/master)\n\n## Authors\n\n* **Kathryn Lecha** - [kzlecha](https://github.com/kzlecha)\n* **Ivan Carvalho** - [IvanIsCoding](https://github.com/IvanIsCoding)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivaniscoding%2Fintropythonworkshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivaniscoding%2Fintropythonworkshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivaniscoding%2Fintropythonworkshop/lists"}