https://github.com/bashtage/python-introduction
A set of notebooks the provide an introduction to Python.
https://github.com/bashtage/python-introduction
Last synced: 9 months ago
JSON representation
A set of notebooks the provide an introduction to Python.
- Host: GitHub
- URL: https://github.com/bashtage/python-introduction
- Owner: bashtage
- License: other
- Created: 2019-09-08T19:37:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T11:35:12.000Z (about 2 years ago)
- Last Synced: 2025-05-12T15:06:47.859Z (10 months ago)
- Language: Jupyter Notebook
- Size: 23 MB
- Stars: 101
- Watchers: 6
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Introduction to Python
The repository contains a set of notebooks that provide an introduction to Python.
This site contains both an introduction and a course focused on using Python
in Finance and Econometrics.
Further details about the course and its objectives are [available on my site](https://www.kevinsheppard.com/teaching/python/course/).
## Course Materials
The introduction is contained in the Jupyter notebook files that are located
in the directory [course/introduction](course/introduction/). These files can be used in [VS Code](https://code.visualstudio.com/) or
[PyCharm Professional](https://www.jetbrains.com/pycharm/), or (not recommended) [Jupyter notebook](https://jupyter.org/).
A complete set of solutions is available in the solutions folder.
### Spyder
[Spyder](https://www.spyder-ide.org/) does not provide support for importing notebooks and the extension
that allows notebooks to be used in Spyder is less developed than the
approach used in VS Code or PyCharm. The folder spyder contains the notebooks
exported to Python code.
## Presentation and Discussion
The introduction course content is covered in a series of online lectures available
on [YouTube](https://www.youtube.com/playlist?list=PLVR_rJLcetzkqoeuhpIXmG9uQCtSoGBz1).
## License
All content is licensed
[CC-BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/).