which programming language basics are taught in 1st year of any cse (btech) related or cse related brach? please answer so that i learn some basics of that programming language which you suggest which can help my self to be better in cse
Hii,
Python is always recommended if you're looking for an easy and even fun programming language to learn first.
Rather than having to jump into strict syntax rules, Python reads like English and is simple to understand for someone who’s new to programming.
Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.
Python supports modules and packages, which encourages program modularity and code reuse.
However you can also learn C language it is said to be the mother of all languages and it really helps you to get all the basic concepts clear from the depth of the topics like pointers and recursion
Why learning C Programming is a must?
- C is a Middle-Level Language .
- The middle-level languages are somewhere between the Low-level machine understandable assembly languages and High-Level user friendly languages .
- Helps to understand the fundamentals of Computer Theories.
- Fewer Libraries.
- C is very fast in terms of execution time. .
- Embedded Programming .
In B.tech 1st and 2nd year Mostly this 2 programming languages are taught and after comes C++ , javascript, C# and many more.
So, you can chooseany between python and C whichever intrest you the more.
However you can even learn both the languages.
Hope this will help you,
All the very best!!