PyCharm Edu

已回答

I have fallen in love with PyCharm, I was originally a PHP dev and had to switch to django, and had never tried a proper IDE, so I tried em all, and pycharm is by far my favourite, I intend on using this for life, hoping I can afford it. I'm learning python fast, and the pycharm edu module is brilliant, and I see you can create your own courses, but I'm wondering if users can share their created courses with each other. I can contribute a lot, since I have so many unusual tasks I need to do regularly but it would be really helpful if there was a repository of courses available, which covers more advanced features, also provides a greater variety of examples. The possibilities are endless and something that would be really useful is courses on how to interact with the different types of database systems out there.

A course on dockerising your app would be cool. A course on optparse, argparse and docopt would be extremely useful since they can get complicated.

Also, it needn't be limited to python. Imagine how useful this would be for bash scripting and learning to interact with REST APIs, use node.js, learning how to use docker-compose to launch different kinds of webservers and SQL servers and use them interchangeably. Is there a repository where users can share the courses they create?

 

 

0
Avatar
Permanently deleted user

Hi!

First of all, thank you for all the kind words about PyCharm. If you experience any problems, feel free to notify us and we will do our best to fix the problems.

PyCharm Edu comes with bult-in support for course creation. We even had a contest several years ago https://blog.jetbrains.com/pycharm/2015/03/best-interactive-programming-course-contest-2015-is-over/ 

You can find a tutorial how to create a custom course here https://www.jetbrains.com/pycharm-edu/quickstart/getting_started_educators.html 

And here is a github repository with sources of courses which are already included into PyCharm Edu https://github.com/jetbrains/pycharm-courses 

Courses can be easily shared vis Stepik MOOC platform (you can find more of that in the tutorial).

0

请先登录再写评论。