not affected by shell scripts
Good! You have Python, so I hope it shouldn't be necessary to resort to writing real shell scripts. It may be more powerful than DOS batch files, but it is also ugly.
I need some tips on how to quickly learn how to quickly use a Linux terminal.
Something like this ?
Also, when studying commands, you will want to get used to using tabs and calling the arrow command (if you are not already doing this with the Windows command line), scroll through the shift arrows and soon. It is also useful to know the command suffix & (run in the background), ctrl-C-to-stop, ctrl-Z-to-pause, jobs and screen .
By the way, if you spend some time in the interactive Python interpreter, then you should add a tab . (This is also important on Windows, but on Win you usually don't get the pyreadline by default.)
Is there a specific IDE that is usually preferred for Python programming on Linux
Like Windows, there are IDEs available if you want them, but many people just use a regular text editor. vim great if you like it. nano is another text editor in terms that usually turns out to be relatively simple. The default desktop editor of Ubuntu gedit is gedit too. This is a matter of personal taste.
(If you work for a particular company, they may have their own development environment, which they would prefer to use.)
source share