{"id":15136022,"url":"https://github.com/talkpython/mastering-pycharm-course","last_synced_at":"2025-05-16T00:00:28.528Z","repository":{"id":37413094,"uuid":"116226076","full_name":"talkpython/mastering-pycharm-course","owner":"talkpython","description":"Course demos and handouts for Talk Python's Effective PyCharm course","archived":false,"fork":false,"pushed_at":"2025-03-12T16:27:22.000Z","size":17415,"stargazers_count":1167,"open_issues_count":2,"forks_count":735,"subscribers_count":74,"default_branch":"main","last_synced_at":"2025-04-08T10:38:29.291Z","etag":null,"topics":["course","editor","ide","pycharm","python","python3","tutorials","video"],"latest_commit_sha":null,"homepage":"https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/talkpython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-04T06:56:27.000Z","updated_at":"2025-04-05T00:46:26.000Z","dependencies_parsed_at":"2024-09-21T10:00:44.177Z","dependency_job_id":"137e56ae-438f-4097-aaeb-0ca0cfa59fb1","html_url":"https://github.com/talkpython/mastering-pycharm-course","commit_stats":{"total_commits":224,"total_committers":14,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"2f6734063d57b706c5bf8f3ea5a095989db90d63"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkpython%2Fmastering-pycharm-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkpython%2Fmastering-pycharm-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkpython%2Fmastering-pycharm-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkpython%2Fmastering-pycharm-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talkpython","download_url":"https://codeload.github.com/talkpython/mastering-pycharm-course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["course","editor","ide","pycharm","python","python3","tutorials","video"],"created_at":"2024-09-26T06:03:37.886Z","updated_at":"2025-05-16T00:00:28.200Z","avatar_url":"https://github.com/talkpython.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Effective PyCharm course\n\n[![](./readme_resources/effective-pycharm2x.jpg)](https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide)\n\n[Visit course page](https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide)\n\n## Resources\n\nJetBrain's PyCharm Cheat Sheet\n- [Windows/Linux](https://resources.jetbrains.com/storage/products/pycharm/docs/PyCharm_ReferenceCard.pdf)\n- [macOS](https://resources.jetbrains.com/storage/products/pycharm/docs/PyCharm_ReferenceCard_mac.pdf)\n\n## Course Summary\n\nPyCharm is the premier Python IDE (integrated development environment). You will be hard-pressed to find an editor that gives a more holistic way to build Python applications. While powerful, IDEs can be daunting to learn with all their features. That's why this course shows you how they all work.\n\n## What's this course about and how is it different?\n\nThis course will teach you to be extremely proficient with PyCharm.\n\nWe dive deep into every aspect of the IDE. From project management and using the editor to advanced database management features and the refactoring tools, you will see PyCharm in action and try them out for yourself.\n\nIn this course, you will:\n\n* Learn to manage Python projects in PyCharm (large and small)\n* Create web applications (Pyramid, Flask, Django, and more)\n* Use PyCharm's special data science mode\n* Refactor your Python code with confidence\n* Learn about code smells and duplicate code tooling\n* Access git, GitHub, and use git flow\n* Use the visual debugger to understand code flow and state\n* Make your code more reliable with unit testing and pytest\n* Create new Python packages\n* And lots more\n\nView the [full course outline](https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide#course_outline).\n\n## Who is this course for?\n\nFor anyone who has never used PyCharm: You will see what a true Python IDE has to offer in a concrete and demo-focused tour de force.\n\nExisting PyCharm users: Your IDE has a wealth of features that you might not even know exist. You will see and explore most of them in this course!\n\n## Concepts backed by concise visuals\n\nWhile exploring a topic interactively with demos and live code is very engaging, it can lose the forest for the trees. That's why when we hit a new topic, we stop and discuss it with concise and clear visuals.\n\nHere's an example of concepts reviewing the database tools within PyCharm.\n\n![](./readme_resources/pycharm-concept-example.jpg)\n\n## Hands-on exercises for almost every chapter\n\nLearning IDEs can be hard. There are just so many features. Unless you build that muscle memory with practice, most of them will be forgotten. Effective PyCharm has hands-on exercises for almost every chapter of the course.\n\nThese exercises range in length from 10 minutes to about 30 minutes each.\n\n## Take the course\n\nCheck out the **[course page](https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide)** for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalkpython%2Fmastering-pycharm-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalkpython%2Fmastering-pycharm-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalkpython%2Fmastering-pycharm-course/lists"}