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
- Host: GitHub
- URL: https://github.com/bearlike/cbse-computer-science
- Owner: bearlike
- License: cc0-1.0
- Created: 2022-03-05T22:17:09.000Z (over 4 years ago)
- Default Branch: current
- Last Pushed: 2022-03-29T21:36:37.000Z (over 4 years ago)
- Last Synced: 2025-01-04T19:25:07.034Z (over 1 year ago)
- Topics: basics, cbse, cbse-computer-science, jupyter-notebook, mysql, notebook, python
- Language: Jupyter Notebook
- Homepage: https://kanth.tech/class12
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CBSE Computer Science (Class 11 and 12)](https://thekrishna.in/CBSE-Computer-Science/)

[](https://cbseacademic.nic.in/web_material/CurriculumMain22/SrSec/Computer_Science_SrSec_2021-22.pdf)
[](https://mybinder.org/v2/gh/bearlike/CBSE-Computer-Science/HEAD)
[](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)
# 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.
# 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/)
# 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.