Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2e31c3

Browse files
committedFeb 27, 2023
Replaced all EduTools refs with JetBrains Academy
1 parent 2a00f4f commit d2e31c3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
 

‎File input output/What next/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Now that you’ve explored the basics of Python programming, you can dive deeper
99
- Learn about the most widely used Python library with our [course on NumPy](https://plugins.jetbrains.com/plugin/18302-python-libraries--numpy).
1010
- Find out how to build an [AMazing](https://plugins.jetbrains.com/plugin/17519-amazing) maze with Python.
1111
- Discover the basics of [Machine Learning](https://plugins.jetbrains.com/plugin/18392-machine-learning-101).
12-
- Check out the projects in the [Python Core](https://hyperskill.org/tracks/2) or [Python for Beginners](https://hyperskill.org/tracks/6) track at JetBrains Academy.
12+
- Check out the projects in the [Python Core](https://hyperskill.org/tracks/2) or [Python for Beginners](https://hyperskill.org/tracks/6) track at JetBrains Academy on Hyperskill.
1313

1414
Stay tuned for new courses and updates!

‎Introduction/Navigating Around/task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
## EduTools plugin overview
1+
## JetBrains Academy plugin overview
22

3-
This lesson will help you take your first steps with the [EduTools plugin](https://www.jetbrains.com/help/education/educational-products.html) and use it to learn Python.
3+
This lesson will help you take your first steps with the [JetBrains Academy plugin](https://www.jetbrains.com/help/education/educational-products.html) and use it to learn Python.
44

5-
With the EduTools plugin, you can learn programming languages and tools by completing coding tasks and get instant feedback right inside the IDE.
5+
With the JetBrains Academy plugin, you can learn programming languages and tools by completing coding tasks and get instant feedback right inside the IDE.
66

77
Enough talking – let's get started!
88

99
If you're already familiar with the interface, you can skip this lesson.
1010

1111
### Working with courses
12-
Every course available in EduTools is structured as a list of lessons. Lessons, in turn, can be grouped into sections. Each lesson contains several tasks.
12+
Every course available in JetBrains Academy plugin is structured as a list of lessons. Lessons, in turn, can be grouped into sections. Each lesson contains several tasks.
1313

1414
When you open a course, you will see the main tool windows used for navigation: <b>Course View</b>, <b>Editor</b>, and <b>Task Description</b>:
1515

‎Introduction/Our first program/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Alternatively, you can use the &shortcut:RunClass; shortcut.
99

1010
For more information, check out [our help](https://www.jetbrains.com/help/pycharm/running-and-rerunning-applications.html).
1111

12-
## JetBrains Academy
12+
## JetBrains Academy on Hyperskill
1313

14-
If this task seems too hard or you are looking for a more structured and detailed curriculum, we suggest trying [JetBrains Academy](https://hi.hyperskill.org?utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task).
14+
If this task seems too hard, or you are looking for a more structured and detailed curriculum, we suggest trying [JetBrains Academy on Hyperskill](https://hi.hyperskill.org?utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task).
1515

1616
There are many reasons for you to try JetBrains Academy. Here are just a few of them:
1717

1818
- Comprehensive learning tracks with a detailed [Knowledge Map](https://hyperskill.org/knowledge-map?utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task).
1919
- Projects with different difficulty levels that provide a flexible learning experience to match your skill level.
2020
- You can practice with and master [professional development tools](https://hyperskill.org/plugin?utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task).
2121

22-
Join JetBrains Academy [here](https://hyperskill.org/onboarding?track=python&utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task) and try it yourself.
22+
Join JetBrains Academy on Hyperskill [here](https://hyperskill.org/onboarding?track=python&utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=first-task) and try it yourself.

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Introduction to Python course (Educational Products version) [![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2-
<p>This is an introductory Python course by JetBrains Educational Products.
2+
<p>This is an introductory Python course by JetBrains Academy.
33
The target audience are the people with little or no experience in programming who
44
would like to start learning Python.</p>
55

‎course-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: marketplace
22
title: Introduction to Python
33
language: English
44
summary: |-
5-
<p>This is an introductory Python course by JetBrains Educational Products. The presented materials are based on the official <a href="https://docs.python.org/3/">Python Documentation</a>. The target audience are the people with little or no experience in programming who would like to start learning Python.</p>
5+
<p>This is an introductory Python course by JetBrains Academy. The presented materials are based on the official <a href="https://docs.python.org/3/">Python Documentation</a>. The target audience are the people with little or no experience in programming who would like to start learning Python.</p>
66
<p>In this course, you will learn about the basics, such as variables and operations with them, strings and other data structures, boolean operators, conditions, control flow, and so on. You will try implementing loops, functions, and classes, as well as using parts of your code as imported modules, and working with text files.</p>
77
<p>Have fun and good luck!</p>
88
<p>P.S. Want to contribute? Feel free to send a pull request to this course’s <a href="https://github.com/jetbrains-academy/introduction_to_python">git repo</a>.</p>

0 commit comments

Comments
 (0)
Please sign in to comment.