@@ -293,6 +293,41 @@ This repository contains examples of various algorithms written on different pro
293
293
* [ Hacker News] ( https://news.ycombinator.com/ )
294
294
* [ Lobsters] ( https://lobste.rs/ )
295
295
296
+ New to programming; follow these resources:
297
+ Codecademy
298
+ Freecodecamp
299
+ Progate
300
+ Cs50 (recommended) by Harvard university - Audit the course if you dont wanna pay for the certificate
301
+ Few learning websites:
302
+ udacity
303
+ Coursera - recommended courses - Algorithmic toolbox, java programming
304
+ Edx - CS50 , Mit introduction to programming with python
305
+ Nptel
306
+ Data Science - Datacamp
307
+
308
+ Things to learn before you wanna grab a good companies:
309
+ Git - https://githowto.com/ this is one of the best website to learn git
310
+ Github
311
+ Postman
312
+ Learn an Object oriented programming language - Java, c++, python etc
313
+ Learn DS, Algo - Books recommended : CLRS
314
+ Learn Database and dbms concepts
315
+ Networking - udacity free course recommended
316
+ Operating systems - udacity free course recommended
317
+ Web Programming - CS50 web programming course by Harvard university
318
+ Learn basics of unix -> will be useful in future
319
+ Github, projects and few use full links:
320
+ Recommended Link - https://github.com/ForrestKnight/open-source-cs
321
+ https://github.com/dipakkr/A-to-Z-Resources-for-Students
322
+ Do check other link you can either star it or fork it as per your comfort
323
+ https://github.com/rby90/project-based-tutorials-in-c
324
+ https://github.com/fnplus/community-project-ideas
325
+ https://github.com/danistefanovic/build-your-own-x
326
+ https://github.com/tuvtran/project-based-learning
327
+ https://github.com/MunGell/awesome-for-beginners
328
+ https://github.com/vicky002/1000_Projects
329
+
330
+
296
331
297
332
## Contributing
298
333
0 commit comments