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.
- Host: GitHub
- URL: https://github.com/mounishvatti/learn2code
- Owner: mounishvatti
- Created: 2024-06-25T12:15:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T10:07:57.000Z (7 months ago)
- Last Synced: 2024-09-28T18:41:01.811Z (7 months ago)
- Topics: coding, cpp, java, learn-to-code, perl, python
- Language: C++
- Homepage:
- Size: 532 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |