|
|
|
|
|
by Goladus
4575 days ago
|
|
I agree in principle but still think Python is best to start with, for two reasons. First, many people need a simple introduction to the entire concept of programming-- codifying precise instructions to a computer to get specific results. Second, python is a great tool for exploration of other low-level systems, eg the socket library, the posix library, the os library. |
|