Learning Python with PyCharm

Go to class
Write Review

Free Online Course: Learning Python with PyCharm provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Python with PyCharm is taught by Mehdi Oulmakki.

Overview
  • Learn about concepts of software development and how you can leverage PyCharm as a one stop shop solution for managing the intricacies of development.

Syllabus
  • Introduction

    • Software development and PyCharm
    • Why PyCharm?
    • What you should know
    1. Getting to Know PyCharm
    • Installing Python
    • Installing PyCharm
    • PyCharm settings and accessibility
    • Editor tips and tricks
    • Creating and navigating your projects
    2. Git and GitHub
    • Installing and setting up Git
    • Organizing your work with commit, branch, and merge
    • Saving your work with Git push
    • Collaborating with Git pull
    3. Managing Dependencies
    • Defining dependencies and open source
    • Managing your dependencies
    • Keeping your projects organized with virtual environments
    • Challenge: Fix a problematic package, branch by branch
    • Solution: Fix a problematic package, branch by branch
    4. Code Quality
    • What does code quality mean?
    • Debugging run-time errors
    • Debugging logical errors
    • Unit testing
    • Coding style
    • Challenge: Debug to fix broken tests and refactor the code
    • Solution: Debug to fix broken tests and refactor the code
    Conclusion
    • Conclusion