CBSE Computer Science (Class 11 and 12)
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 đź‘€
- Python - Basics and Strings
- Python - Stacks and Queues
- Python - MySQL connectivity
- MySQL - Cheat Sheet with Syntax and Usages
- Networking
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, 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.
Resourcesđź’ˇ
- CBSE - Computer Science Syllabus XI and XII (2021-22)
- Youtube - "Python in 100 Seconds" by Fireship
- Youtube - "SQL in 100 Seconds" by Fireship
- Python Software Foundation - Python For Beginners