Paste links related to learning programming for placement or advanced industrial learning.
- GeeksForGeeks
- Cpp STL
- Java Basics
- JavabyPatel
- Code Avengers
- C Coding Standards
- Code Chef
- CSS-Tricks
- W3Schools
- Python Basics
- CS50x
- HowToDoInJava
- Codecademy - Learn to code
- freeCodeCamp
- Exercism
- Scrimba.com: Learn to Code with Interactive Tutorials
- Programiz: Learn to Code for Free
- Treehouse
- Tutorialspoint
- College Compendium
- Open Source Society University - Computer Science
- Learn Git Branching
- Codementor
- MIT OpenCourseware
- Python Like You Mean It
- The Hitchhiker’s Guide to Python!
- Javatpoint
- MOOC - Massive Open Online Courses - University of Helsinki
NOTE: Only add links in this readme file. Do not create new files or PR will be marked invalid.
This project is open to and encourages contributions! If you wish to work on this project and extend it with your own learning resources:
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!