You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes on which programming Languages to learn first
1. want to learn the programming fundamentals and become a super coder, learn C and C++.
C,C++ - most effecient("fast-execution and smart use of resources") and effective("freedom in terms of control over hardware") language.
2. want to learn something easy and super useful.
learnpython - widely used for backend in framework such as django & flask. used by research teams for Data Science, Machine Learning, Deep Learning, AI systems and much more.
3. want to learn web-development, learn HTML, CSS, Javascript in order. see this repository.