Compare commits

...

3 Commits

Author SHA1 Message Date
Naman Soni
39332e76ce
Add Chapel Language Specification and Crystal Programming Language Documentation (#12157)
* Add resources for Chapel and Crystal languages

* Fixed Lint Issue

* Removed Author Names
2025-10-05 11:05:07 -04:00
Godly K Mathews
1a71ae1921
Add FastAPI to Python frameworks list (#12190)
Added FastAPI to the Python section and updated the list of frameworks.
2025-10-05 10:45:22 -04:00
Godly K Mathews
12ed9c8acd
Add Python FastAPI Tutorial in Malayalam (#12184) 2025-10-05 10:38:05 -04:00
3 changed files with 12 additions and 3 deletions

View File

@ -565,6 +565,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Chapel
* [Chapel Language Specification](https://chapel-lang.org/docs/)
* [Chapel Tutorial](http://faculty.knox.edu/dbunde/teaching/chapel/)
* [Chapel Tutorial for Programmers](http://web.archive.org/web/20150310075109/http://cs.colby.edu/kgburke/?resource=chapelTutorial) *( :card_file_box: archived)*
@ -644,6 +645,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Crystal
* [Crystal for Rubyists](http://www.crystalforrubyists.com)
* [Crystal Programming Language Documentation](https://crystal-lang.org/reference/)
### CUDA

View File

@ -91,9 +91,10 @@
* [PLC - Programmable logic controllers](#plc---programmable-logic-controllers)
* [Processing](#processing)
* [Python](#python)
* [Django](#django)
* [Flask](#flask)
* [Jupyter](#jupyter)
* [Django](#django)
* [FastAPI](#fastapi)
* [Flask](#flask)
* [Jupyter](#jupyter)
* [QB64](#qb64)
* [R](#r)
* [Redis](#redis)
@ -1594,6 +1595,11 @@
* [Try Django 3.2 - Python Web Development Tutorial Series](https://www.youtube.com/playlist?list=PLEsfXFp6DpzRMby_cSoWTFw8zaMdTEXgL) - Justin Mitchel, CodingEntrepreneurs
#### FastAPI
* [FastAPI - A Python Framework | Full Course](https://www.youtube.com/watch?v=7t2alSnE2-I) - Bitfumes (YouTube)
#### Flask
* [Flask Fridays](https://www.youtube.com/playlist?list=PLCC34OHNcOtolz2Vd9ZSeSXWc8Bq23yEz) - Codemy.com

View File

@ -216,6 +216,7 @@
* [Python Programming Malayalam Tutorial](https://www.youtube.com/watch?v=ihnWXGPxNEk) - Yes Tech Media
* [Python Tutorial Malayalam \| Best Malayalam Python Programming Tutorial](https://youtube.com/playlist?list=PLY-ecO2csVHfbpOmWamlb8Mujjdnl1jks) - Brototype Malayalam
* [Python Tutorial Malayalam \| Full videos Playlist](https://youtube.com/playlist?list=PLd_rdeTABMgQgZj2g9IyWqA2bnkHDUyof&feature=shared) - Safeonnet
* [Python FastAPI Tutorial Malayalam](https://youtube.com/playlist?list=PL1pQFrHyimJTUk2w27AU1n3jzxJjycZFc&si=64k_-OQrN000-_I9) - by Build From Zero
#### Django