I first encountered Python at a study session in the laboratory. I've heard the name, but I'm new to coding. Rumor has it that it's the easiest of all programming languages. .. .. The result of actually using it is ...
To put it simply, the writing style is loose. You can see why it is recommended for inexperienced beginners in programming. However, once you get used to it, C language and java are too detailed to do ...
At first, it was troublesome because I didn't need semicolons and type definitions, but once I got used to it, I didn't have to worry about anything extra. It's stress-free where you don't need to compile, and it's easy to see where the error is occurring. However, when reading from above, it becomes vertically long and it seems difficult to look back. Is there any way to write a function or method? The road to becoming a Python master is still going on ...
Recommended Posts