• Post category:StudyBullet-7
  • Reading time:9 mins read


Optimize Your Python Programming by Learning PyCharm IDE

What you will learn

Customize PyCharm Theme and Editor

Optimize KeyMat and learn to use PyCharm Short Cuts

Installing and Managing Python Packages with PyCharm

Master Code Inspection and learn Hippie, Basic and Smart Code Completion

Code Refactoring and Renaming

Converting and Exporting Functions

Building PyCharm Documentation

Git Version Control Built-In PyCharm

Unit testing, Debugging and Logging with PyCharm

Front-End support in PyCharm: HTML, CSS, JavaScript

Integrate External Frameworks and Build Django Web Applications

Description

PyCharm is the industry standard among all python developers. Any beginner or expert user of the Python programming language looking to improve their productivity via one of the best IDEs for Python can greatly benefit from the PyCharm Productivity and Debugging Techniques Course. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactoring and rich navigation capabilities. This course will ensure that you master each and every of those capabilities.

The course covers the following sections:

Section 1: Introduction andΒ  helpful notes to the course

Section 2: Customizing Interpreters and Virtual Environments, discusses the process of managing and customizing your PyCharm workspace. This includes how to arrange a project window as well as choosing Python interpreters and virtual environments.

Section 3: Editing and Formatting with Ease in PyCharm, offers a detailed view of how PyCharm supports the process of developing Python applications. Specifically, we will look at the features in PyCharm that facilitate important tasks such as code inspection, code completion, refactoring, and documentation.


Get Instant Notification of New Courses on our Telegram channel.


Section 4: Version Control with Git in PyCharm, includes a theoretical discussion about what version control is and why it is important. A hands-on tutorial on how to facilitate version control with Git in PyCharm is subsequently included, covering concepts such as adding, committing, pushing, branching, and merging.

Section 5: Seamless Testing, Debugging, and Profiling, focuses on the use of PyCharm to streamline important, yet often overlooked, processes in programming such as testing, debugging, and profiling. You will gain a theoretical understanding of what these processes are as well as hands-on knowledge of the features in PyCharm that support them.

Section 6: Web Development with JavaScript, HTML, and CSS, starts our discussion on PyCharm in the context of web applications. Here, we are concerned with the general idea β€œbehind the web development trio languages: JavaScript, HTML, and CSS. We will explore how these languages are supported in a PyCharm environment.

Section 7: Integrating Django in PyCharm, introduces Django, the premier web development framework in Python. This chapter discusses what the Django framework is intended to do while also explaining a number of its most important features in the context of a web application.

English
language

Content

Introduction

Important Notes and Course Navigation
Source Code
Installing Python and PyCharm

Python Basics

Print Objects and Data Types
Taking Inputs From the User
Logical Operations
Exercise 1: Inputs and Logical Operations
Operations with Strings
Arithmetic Operations
Comparisons & Logical Operations
If Statements
Exercise 2: If Statements
Loops
Data Structures
Python Basics Quiz
Grade Students

PyCharm Interface

What is PyCharm?
PyCharm as the Major Python IDE
Comparing PyCharm with Other IDEs
PyCharm Professional vs Community Edition
PyCharm Theme and Editor
KeyMap and ShortCut Optimization
Creating a PyCharm Project

Interpreters Customization & Virtual Environment

Inside the Project Window
Navigation Within the Project
Panels in the Project Window
Installing and Managing Packages
Importing Projects in PyCharm
Code Inspection in PyCharm

Editing and Formatting

Code Completion Support
Basic vs Smart Code Completion
Hippie Completion and Intentions
Customize Code Completion Engine
Code Refactoring
Code Renaming
Inline Variables and Extracting Methods
Converting and Exporting Functions
Creating PyCharm Documentation

Git and Control Version with PyCharm

Version Control and Git Hub
Version Control with PyCharm
Point Distance Project Version Control

Testing, Debugging and Profiling

Unit Testing with PyCharm
Run Unit Tests with PyCharm
Creating Unit Tests in PyCharm
Debugging with PyCharm
Start a Debugging Session
Debugging Complex Functions

Web Development in PyCharm

PyCharm for Web Development
CSS and JS Files in PyCharm
Create a Login Page

Building a Web Application in PyCharm with Django

Using Frameworks in PyCharm
Django Framework in PyCharm
Online Video Game Store
Environment Set-Up
Exploring Out Django Project
Creating Django App
Dependencies and NVM Module
Add Login and Logout
Add Login and Logout: Part 2
Creating New Users
Creating New Users: Front-End
Game Data Model: Back-End
Game Data Model: Front-End
Game Data Model: Edit Views
Adding List Game Views
Creating the Shopping Chart Model
Creating the Shopping Cart Form
Creating the Shopping Cart View
Adding Items to the Chart
Cart Front-End & Running and Game Store