tree: d7f56571b48d2aa7e019e81434b79aa376b150be [path history] [tgz]
  1. Common Transforms/
  2. Core Transforms/
  3. Examples/
  4. Introduction/
  5. IO/
  6. Windowing/
  7. course-info.yaml
  8. course-remote-info.yaml
  9. log_elements.py
  10. README.md
  11. requirements.txt
  12. test_helper.py
learning/katas/python/README.md

How to Setup

Please follow the below steps in order to setup the project properly:

  • Using PyCharm Education (or PyCharm with EduTools plugin), select “Create New Project” and select this directory (learning/katas/python)
  • Select your project interpreter (e.g. virtualenv), then click “Create”
  • Click “Yes” to create project from existing sources when prompted
  • Wait for indexing to finish
  • Open “Preferences”, search for “Project Interpreter”, and select/add accordingly (e.g. virtualenv)
  • Open the “Project” tool window, and select the “Course” view
  • Your project is ready

For further instructions on how the PyCharm Education works, you can refer here.