An open API service indexing awesome lists of open source software.

https://github.com/bearlike/cbse-computer-science

Study materials for Computer Science (Python + MySQL) for students of CBSE Class 11 and Class 12
https://github.com/bearlike/cbse-computer-science

basics cbse cbse-computer-science jupyter-notebook mysql notebook python

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# [CBSE Computer Science (Class 11 and 12)](https://thekrishna.in/CBSE-Computer-Science/)
![AY 2021-22](https://img.shields.io/badge/Academic%20Year-2021--2022-blue)
[![Board](https://img.shields.io/badge/Board-CBSE-blue)](https://cbseacademic.nic.in/web_material/CurriculumMain22/SrSec/Computer_Science_SrSec_2021-22.pdf)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/bearlike/CBSE-Computer-Science/HEAD)
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bearlike/CBSE-Computer-Science)

Study materials for Computer Science (Python and MySQL) for students of CBSE Class 11 and Class 12. Use [Binder](https://mybinder.org/v2/gh/bearlike/CBSE-Computer-Science/HEAD) to open those notebooks in an executable environment.

# Table of Contents 👀

1. Python - Basics and Strings: [`Web`](https://thekrishna.in/CBSE-Computer-Science/Python%20-%20Basics%20and%20Strings.html), [`Jupyter`](Python%20-%20Basics%20and%20Strings.ipynb)
2. Python - Stacks and Queues: [`Web`](https://thekrishna.in/CBSE-Computer-Science/Python%20-%20Stacks%20and%20Queues.html), [`Jupyter`](Python%20-%20Stacks%20and%20Queues.ipynb)
3. Python - MySQL connectivity: [`Web`](https://thekrishna.in/CBSE-Computer-Science/Python%20-%20MySQL%20Connectivity.html), [`Jupyter`](Python%20-%20MySQL%20Connectivity.ipynb)
4. MySQL - Cheat Sheet for Syntax and Usages: [`PDF`](https://thekrishna.in/CBSE-Computer-Science/Class_12_MySQL_Cheat_Sheet.pdf)
5. Networking: [`PDF`](https://thekrishna.in/CBSE-Computer-Science/Class_12_Networking.pdf)

(back to top)

# Getting Started ⚡️

## Using Jupyter Notebooks 📓
- The [Jupyter Notebook](https://jupyter.org/) 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](https://mybinder.org/v2/gh/bearlike/CBSE-Computer-Science/HEAD) 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)](https://cbseacademic.nic.in/web_material/CurriculumMain22/SrSec/Computer_Science_SrSec_2021-22.pdf)
2. [Youtube - "Python in 100 Seconds" by Fireship](https://www.youtube.com/watch?v=x7X9w_GIm1s)
3. [Youtube - "SQL in 100 Seconds" by Fireship](https://www.youtube.com/watch?v=zsjvFFKOm3c)
4. [Python Software Foundation - Python For Beginners](https://www.python.org/about/gettingstarted/)

(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`](LICENSE) file in this repository.

(back to top)