Skip to content

Study materials for Computer Science (Python + MySQL) for students of CBSE Class 11 and Class 12

License

Notifications You must be signed in to change notification settings

bearlike/CBSE-Computer-Science

Repository files navigation

AY 2021-22 Board Binder Open In Collab

Study materials for Computer Science (Python and MySQL) for students of CBSE Class 11 and Class 12. Use Binder to open those notebooks in an executable environment.

Table of Contents 👀

  1. Python - Basics and Strings: Web, Jupyter
  2. Python - Stacks and Queues: Web, Jupyter
  3. Python - MySQL connectivity: Web, Jupyter
  4. MySQL - Cheat Sheet for Syntax and Usages: PDF
  5. Networking: PDF

(back to top)

Getting Started ⚡️

Using Jupyter Notebooks 📓

  • The Jupyter Notebook is an open-source web application that you can use to create and share documents that contain live code, equations, visualizations, and text.
  • These features make Jupyter Notebook interactive, an attribute that makes it a valuable tool for beginners.
  • I recommend using Binder to run all Jupyter notebooks in this repository on the cloud since it's free and no setup is required.

(back to top)

Resources💡

  1. CBSE - Computer Science Syllabus XI and XII (2021-22)
  2. Youtube - "Python in 100 Seconds" by Fireship
  3. Youtube - "SQL in 100 Seconds" by Fireship
  4. Python Software Foundation - Python For Beginners

(back to top)

Contributing ⭐️

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

License

See LICENSE file in this repository.

(back to top)