tree: c4ddcfaf2876b675a60e53ed0fe9f713e56a695c [path history] [tgz]
  1. .idea/
  2. Common Transforms/
  3. Core Transforms/
  4. Examples/
  5. Introduction/
  6. IO/
  7. log_elements.py
  8. README.md
  9. requirements.txt
  10. 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.