Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 865 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 865 Bytes

Learning PyCharm

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