matlab - Are there any keyboard shortcuts for formatting in Python? -



matlab - Are there any keyboard shortcuts for formatting in Python? -

after write code in matlab can utilize ctrl+a+ctrl+i , ctrl+a+ctrl+j format our code (comments, loops alignment etc). there similar or helpful keyboard shortcuts in python?

also, can utilize upward arrow re-create our previous command window history in matlab, possible or keyboard shortcut in python?

thanks!

python programming language, not integrated development environment (ide), hence has no "keyboard shortcuts" or like. each given development environment may offer different facilities or like. appear consider gnu readline (typically used in simple text-mode interpreter environment many python executables bundle) "part of python" -- that's misconception; readline general library interactive input in command-line environments, , python 1 of many programs using it. environment bundled python idle, gui one, , of course of study editing facilities , drastically different. there many third-party environments such "wing ide" , each offers drastically different set of editing features , facilities others.

to summarize: question makes no more sense python per se (say) c, or java, or other programming languages. don't allow (usually proprietary) programming languages come bundled ides confuse on subject!

python matlab formatting keyboard-shortcuts

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -