-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Improve the sqlite3 tutorial #95271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc. @CAM-Gerlach & @ezio-melotti #diataxis |
Currently, the tutorial uses two different database examples (one stock exchange example, and a more recent programming language info example). We should aim to use just a single example database for the tutorial. That example database could also be used in other examples, sprinkled across the reference and in how-to's1. So, I'm not particularly fond of the stock exchange example; it works well, but it is ... maybe a little bit dull2? Would it be more fun for the aspiring Python SQLite database programmer if we expand on the programming languages example? Or perhaps something else? Quoting Diátaxis, I think this touches upon the first item in this list; the example must be meaningful for the tutorial to be meaningful:
Footnotes |
Maybe spice it up with some cryptocurrency? That's bound to be...exciting...these days... /s As to the example, I'm really not sure. While being a relative subject matter n00b has been helpful in reviewing the docs from a more beginner perspective, I don't really have the required background to suggest something in this specific question, sorry. |
Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
…al (pythonGH-95522) Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit b24e8b2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…al (pythonGH-95522) Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit b24e8b2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…-95522) (#95678) Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit b24e8b2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…-95522) (#95677) Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit b24e8b2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…hon#95522) Co-authored-by: CAM Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit c87ea10) Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit c87ea10) Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit c87ea10) Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> (cherry picked from commit c87ea10) Co-authored-by: Erlend E. Aasland <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Improve the tutorial using Diataxis as a guideline: https://diataxis.fr/tutorials/
The current tutorial is quite good, but it could make use of some improvements. The first that comes to mind, is:
Suggesting to split this up into multiple PRs, for the reviewers convenience.
The text was updated successfully, but these errors were encountered: