Learning PyCharm

March 1, 2023 ยท View on GitHub

Just one of the things I'm learning. https://github.com/hchiam/learning

Keyboard shortcuts for Mac: https://www.jetbrains.com/help/pycharm/mastering-keyboard-shortcuts.html

  • To jump to top/bottom of file on MacOS, fn + command + left/right arrow keys.
    • Similarly, you can select while jumping to top/bottom with fn + command + shift + left/right arrow keys.
  • run = control + R
  • debug = control + D (to continue, option + command + R)

https://www.jetbrains.com/pycharm

https://www.jetbrains.com/help/pycharm/installation-guide.html

https://stackoverflow.com/a/53310545

try running this example on PyCharm: https://www.tensorflow.org/tutorials/images/classification