Learn to write a program.
Learn to write a program. This is, of course, the basic precondition to master. If you don't know a programming language, I suggest you start with Python. Python is a clean, well-documented language and a convenience for beginners. Although it is a good choice as the first language to learn, it is not a toy, it is a powerful and flexible language and it is also very suitable for developing large projects. [70] I wrote a more detailed article on this topic, "Development in Python." Good tutorial documentation on Python can be found on the Python website. Java is also a good language to learn programming. It is harder than Python, but the code it produces is faster. I think it is the best language to learn as a second language. Unfortunately, Sun's reference applications are still registered. This is not a very relevant issue with the Java language itself; high-quality, open-source Java interpreters are available, the main problem is the class libraries that come wi...