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

https://github.com/mounishvatti/learn2code

This repo contains concepts in C++, Python & Perl for beginners who are willing to code in these languages.
https://github.com/mounishvatti/learn2code

coding cpp java learn-to-code perl python

Last synced: about 2 months ago
JSON representation

This repo contains concepts in C++, Python & Perl for beginners who are willing to code in these languages.

Awesome Lists containing this project

README

        

# Learn2Code

Welcome to the Learn2Code repository! This project is designed to help beginners and intermediate programmers enhance their coding skills.

## 📚 - Resources

| Language | Video Lecture | Documentation |
|----------------------|------------------------------------------------------------------|----------------------------------------|
| Python | [Python Tutorial - Bro Code](https://youtu.be/XKHEtdqhLK8?si=Uz9TkwFZC_4JSKKl) | [Python Docs](https://docs.python.org) |
| C++ | [C++ Tutorial - Bro Code](https://youtu.be/-TkoO8Z07hI?si=nd8Wk7KpaaSWnLBC) | [cplusplus.com](https://cplusplus.com/doc/) |
| JavaScript | [JavaScript Part 1 - Chai aur Code](https://youtu.be/sscX432bMZo?si=QNTwxUS6AjrGyKub) [JavaScript Part 2 - Chai aur Code](https://youtu.be/_TjtAyMkiTI?si=jgCeIdfUm1v9_LYs) | [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |