Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvwilson/sql-tutorial
The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://github.com/gvwilson/sql-tutorial
sql tutorial
Last synced: about 2 months ago
JSON representation
The Querynomicon: An Introduction to SQL for Wary Data Scientists
- Host: GitHub
- URL: https://github.com/gvwilson/sql-tutorial
- Owner: gvwilson
- License: other
- Created: 2024-01-16T00:00:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:58:27.000Z (8 months ago)
- Last Synced: 2024-04-14T06:56:55.028Z (8 months ago)
- Topics: sql, tutorial
- Language: Python
- Homepage: https://gvwilson.github.io/sql-tutorial/
- Size: 1.96 MB
- Stars: 341
- Watchers: 4
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - gvwilson/sql-tutorial - The Querynomicon: An Introduction to SQL for Wary Data Scientists (HTML)
README
# The Querynomicon: An Introduction to SQL for Weary Data Scientists
- Please see [the website][site] to view the current version of this tutorial.
- [Download the SQLite databases used in these examples][release].
- Contributions are very welcome:
please see the [contributors' guide][contribute] for background
and [these issues][help_wanted] for items where assistance would be most appreciated.
Please also see our [license][license] for terms of use,
and note that all contributors are required to abide by our [Code of Conduct][conduct].> This lesson notes and working examples for instructors to use as a starting point.
> We do *not* expect novices with no prior SQL experience to be able to learn from this on their own.
> As a musical analogy,
> these notes are the chord changes and melody;
> we expect instructors to create an arrangement and/or improvise over the material
> when delivering it.
> Please see [*Teaching Tech Together*][t3] for background.
Start where you are
Use what you have
Help who you can
[conduct]: https://gvwilson.github.io/sql-tutorial/conduct/
[contribute]: https://gvwilson.github.io/sql-tutorial/contributing/
[help_wanted]: https://github.com/gvwilson/sql-tutorial/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted
[license]: https://gvwilson.github.io/sql-tutorial/license/
[release]: https://github.com/gvwilson/sql-tutorial/raw/main/sql-tutorial.zip
[site]: https://gvwilson.github.io/sql-tutorial/
[t3]: https://teachtogether.tech/