Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Child pages (Children Display)

Related pages

  • ...



Awesome characteristics / features of PyCharm

  • The pop-up 'tip of the day'.
  • Being able to search anywhere in the options menu.
  • The attractive Darcula theme.



Misc



...

  • Markdown support
    • Create a markdown file ("test.md").
    • You should see an alert saying something like "PyCharm has plugins enabling markdown support." With a button that says "Install".
    • Restart PyCharm.

Misc

  • If you you're getting squiggly red lines underneath your module names in your import statements (usually this happens if you have all your Python code within a subfolder), right-click the parent directory of the Python code, go "Mark Directory As" → "Sources Root". (Source)

...