码迷,mamicode.com
首页 > 其他好文 > 详细

好久没有上checkio,突然发现pycharm集成了,小小惊喜。

时间:2015-10-26 19:02:50      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:pycharm   python   checkio   

翻着pycharm的官网,,突然看到来自官网blog的介绍:

http://blog.jetbrains.com/pycharm/2015/10/announcing-pycharm-edu-2-0-2-checkio-integration/


犹记得11-12年,经常上checkio(http://www.checkio.org/)

练习python,通过解决一个个小问题来熟悉python的基础用法。后续大概在12年开始改版,华丽变身,再后来,,国内网络访问网站很慢,,慢慢的,,忘了这个地方。


充满美好的回忆,很棒的网站,值得分享。


Announcing PyCharm Edu 2.0.2: CheckiO integration


Today we have great news for everyone passionate about learning and teaching programming with Python.

First, we’ve released PyCharm Edu 2.0.2, an updated version of our free, easy and professional tool for learning programming with Python. This release consolidates many bug fixes and small improvements in different subsystems. Download PyCharm Edu 2.0.2for your platform today!

Second, and it’s going to be the top story of this blog post: we announce the CheckiO plugin for PyCharm Edu.

技术分享

CheckiO is a programming learning platform and a gamified website that teaches problem solving with Python. Its aim is to offer a safe environment to learn writing better code, for beginners and advanced programmers alike. Organized in a game format, CheckIO is very appealing to novice programmers, especially kids, who don’t have any previous coding experience and need to be engaged in the game process.

With CheckiO, programmers can take on missions such as computing the median value, to understand how to use Python and apply programming theory to solve real world problems. Read more and sign up on the CheckiO official website.

The CheckiO plugin is the first plugin for PyCharm Edu. Detailed information is available on the official plugin website. By using this plugin, you can combine the easy learning curve of CheckiO with the power of a real-world professional tool for Python programming. Learning programming with PyCharm Edu prepares you to smoothly advance to other professional development tools such as PyCharm Professional Edition, IntelliJ IDEA, and others.

To get started:
1. Download PyCharm Edu 2.0.2 for your platform and install it.

2. Download CheckiO plugin for PyCharm Edu from the official JetBrains repository.

Note: The CheckiO plugin requires Oracle Java 8. Please make sure the appropriate Java 8 is installed on your platform. This plugin works only with PyCharm Edu 2.0.2.

3. In PyCharm Edu, go to Settings (Preferences for Mac OS users) | Plugins and click the “Install plugin from disk” button.

4. In the opening dialog choose the downloaded CheckIOPyCharmPlugin.zip file and click ok.

5. Click ‘Restart PyCharm Edu’ in the same Plugins dialog:

技术分享


6. Go to File | New Project. Select the CheckiO project type, give it a name and select the Python interpreter for this project as shown on the screenshot, and then click “Create”:

技术分享

7. PyCharm will open the CheckiO website and ask you to log in. After a successful login, the PyCharm Edu plugin will appear as authorized on the website.

8. Return to PyCharm to see something like this:

技术分享

You can now perform CheckiO missions right inside PyCharm Edu and enjoy its assistance in solving various programming problems.

On the left-hand side you can see the Project View with a few stations (lessons) and missions (tasks) inside.

On the right-hand side there is a Task info window with the mission description and special buttons. You can submit your solution for checking, navigate to previous / next mission, reset your solution to the initial state, check hints for the mission, update the entire project, and view existing solutions from other CheckiO players:

技术分享

Use the editor to complete a mission. Once you’re ready to check your solution, click the ‘Run and Check’ button as shown below:

技术分享

After successfully finishing a mission you are congratulated with “Task solved!” in the Task info, and the mission is marked as completed in the project view:

技术分享

Continue to the next mission by using navigational buttons or choosing another mission in the project view.

In the bottom right-hand corner you may notice the “User Info” pane. Click it to see your progress:

技术分享

Enjoy playing with CheckiO and PyCharm Edu, solving real world problems and learning!

Develop with Pleasure!
JetBrains PyCharm Team


好久没有上checkio,突然发现pycharm集成了,小小惊喜。

标签:pycharm   python   checkio   

原文地址:http://nosmoking.blog.51cto.com/3263888/1706408

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!