Learn Python by creating working applications
Learn Python by practicing
Learn Python with the help you need
Learn Python by exploring
Learn programming by creating working applications with JetBrains Academy, a project-based learning platform.
Go beyond lectures — learn by developing. Choose a project and work through a curriculum that contains all the concepts necessary to build it. Challenge yourself to integrate everything that you’ve learned into your applications.
Explore new topics and projects that become available to you as you improve. Navigate the Knowledge Map, which displays your progress, the full scope of available topics, and the connections between them.
Master professional tools and become an accomplished developer. Enjoy the platform’s full integration with JetBrains IDEs while working on your projects.
Interested in learning programming with a general-purpose language? The Introduction to Python course is specially designed for programmers with little or no previous coding experience.
To take the course, go to Learn ⟶ Browse Courses and choose Introduction to Python from the list.
Beam Katas is a course that provides a series of structured hands-on lessons to get started with Apache Beam. Solve exercises of gradually increasing complexity and get experience with all the Apache Beam fundamentals such as core transforms, common transforms, and simple use cases (word count), with more katas on the way.
To begin the course, go to Learn ⟶ Browse Courses. Search for Beam Katas, and once the course is loaded into the IDE, you’re good to go.
Algorithmic Toolbox by Coursera is a part of the Data Structures and Algorithms specialization. The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, and dynamic programming.
Go to Learn ⟶ Start Coursera Assignment and select Algorithmic Toolbox.
CheckiO is a programming learning platform and a gamified website that teaches Python through solving code challenges and competing for the most elegant and creative solutions.
You can now perform CheckiO missions right inside your IDE and have the IDE assist you every step of the way.
To take the course, go to Learn ⟶ Browse Courses and choose Py CheckiO from the list. Your progress is synchronized and the IDE automatically updates the list of missions based on it.
If you like learning the theory lessons on Stepik but prefer to do the coding exercises in the IDE – you don't need to worry about losing your course progress. All your progress is synchronized between the platforms.
You can import any course from Stepik that has programming tasks, which you can solve right inside the IDE. You can easily switch back-and-forth with Stepik any time you want.
massive open online courses (MOOCs) and small private online courses (SPOCs) hosted on Stepik
solved asignments submitted by Stepik learners
Feel more at home with your IDE and help yourself stay focused and avoid distraction, with customizable color and keyboard shortcut schemes, and all the look-and-feel settings you need for productive development.
Take advantage of language-specific syntax & error highlighting to help you avoid code mistakes. Learn how to style your code right with the code formatting, and don't ever get stuck thanks to code completion and quick documentation.
Run your code to be sure everything goes right. Use the powerful debugger with a graphical UI to find out what went wrong—set breakpoints, run your code step by step and have all the information available to you at your fingertips.