nighthawkcoders / portfolio_2025

Nighthawk Pages 3.0. This is a GitHub Pages project that includes support for Jupyter Notebooks. The project provides a game, lessons and projects to support the teaching of Career Technical Educations and AP courses: Computer Science and Software Engineering (CSSE), Computer Science Principles (CSP), and Computer Science A (CSA).
https://nighthawkcoders.github.io/portfolio_2025/
Apache License 2.0
0 stars 102 forks source link

3.10 Python lists (More Information) | Nighthawk Pages #271

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

3.10 Python lists (More Information) | Nighthawk Pages

This is student-led teaching on lists! Here you’ll learn how to manipulate individual elements or items in a list using indexing.

https://nighthawkcoders.github.io/portfolio_2025/csp/big-idea/p3/3-10-1

shriya1401 commented 1 month ago

I really like your effort in creating and sharing this clear and informative guide on Python lists. The organization of the content, including examples for creating, modifying, and iterating over lists, makes it easily understandable to viewers. You could is adding more context or explanations to the code examples.

CyberLord09 commented 1 month ago

I like the way you structured your notebook. It was clear what you were talking about and where it is. The examples are also really clear, each code cell has comments explaining what the code does and is very nice. Something I would change is that your notebook is very code-oriented. I would add more in-depth explanation on each topic rather than just giving code and analyzing it.