Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update course-info.yaml #142

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 2 additions & 28 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,9 @@ will be offered: it includes all the topics of the lesson but does not contain t
it just shows how to use them in Kotlin and can briefly remind you the definitions.</i></p>

<p>All topics will be accompanied by links to <a href=\"https://kotlinlang.org/docs/home.html\">the official Kotlin documentation</a>,
which you can read later. Some of the topics covered in the course are listed below:</p>
<ul>
<li>packages;</li>
<li>classes, properties, and member functions;</li>
<li>type aliases;</li>
<li>value and data classes;</li>
<li>companion objects;</li>
<li>extension functions;</li>
<li>objects;</li>
<li>initializer blocks;</li>
<li>enum classes;</li>
<li>functional interfaces (Single Abstract Method, SAM);</li>
<li>interfaces and inheritance;</li>
<li>some built-in functions to handle errors and work with collections.</li>
</ul>
which you can read later.</p>

<p><i>After this course, you will be ready to write basic Kotlin applications.</i></p>

<p><b>Before starting this course, check the following requirements:</b></p>
<ol>
<li> Your computer needs to have a stable internet connection.</li>
<li> Git version control system needs to be installed on your computer (link to <a href=\"https://git-scm.com/\">the git site</a>).</li>
<li> Make sure that the path to the root folder of the course does not contain spaces, special characters, or non-Latin characters.</li>
<li> Make sure that you use the <a href=\"https://www.jetbrains.com/idea/download/?_ga=2.189310830.494255415.1682514714-1823138827.1669894241&_gac=1.83806948.1682684894.Cj0KCQjw3a2iBhCFARIsAD4jQB3QkDU43KtbIx2HzEz02KvcN7Ma3QGzkIbyX4KS3H4x8b2bl9p4EfYaAvWsEALw_wcB&_gl=1*1h13lr8*_ga*MTgyMzEzODgyNy4xNjY5ODk0MjQx*_ga_9J976DJZ68*MTY4MjY5NDIyMy4xMjUuMS4xNjgyNjk0MjM4LjQ1LjAuMA..#section=windows\">Intellij IDEA</a> with version at least <em>2023.1.1</em>.</li>
<li> Make sure that you use the <a href=\"https://plugins.jetbrains.com/plugin/10081-edutools\">EduTools</a> plugin with version at least <em>2023.1</em>.</li>
<li> To be able to run web applications, you need to have a web browser. We recommend using <a href=\"https://www.google.com/chrome/\">Google Chrome</a>.</li>
</ol>
<p>The course is integrated into the <a href=\"https://www.jetbrains.com/idea/\">Intellij Idea IDE</a>, which has a free Community license.
You can use this license to complete the course. If you have some troubles with the course installation, feel free to contact us by email at <a href=\"mailto:education@jetbrains.com\">education@jetbrains.com</a>.</p>
<p>After this course, you will be ready to write basic Kotlin applications.</p>
"
programming_language: Kotlin
content:
Expand Down
Loading