If I Like to Learn C# do i need to know any other Programming Language or Python ?
You can start learning C# directly without prior knowledge of Python or any other programming language. However, learning a programming language before C# can be helpful as it can provide you with a solid understanding of fundamental programming concepts such as variables, loops, and functions. This can make it easier for you to pick up C# and start writing code quickly.
That being said, each programming language has its own unique syntax and features, so you may still find it challenging to learn C# even if you have prior programming experience. The key is to start with a strong foundation in programming concepts and to practice writing code in C# as much as you can.
If you are completely new to programming, I would recommend starting with a beginner-friendly language such as Python or JavaScript, and then moving on to C# once you have a solid understanding of basic programming concepts.
Comments
Post a Comment