PyCharm for Power-Developer

PyCharm for Power-Developer

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 13m | 1.07 GB

Optimize Pycharm’s strength to develop application easily.

Python is a beautiful and fast-growing language used to develop programs to efficiently analyze data, create eloquent software solutions for real-world problems, and design original web apps. PyCharm brings the robust and mature tools that you would expect from Visual Studio or Eclipse to Python development and provides you with a one-stop shop for all of your development tool needs.

In this course, you’ll learn how to improve your code quality with Lens Mode and Intentions, refactor and debug code, and perform unit testing with the PyCharm test runner. Along the way, we’ll work with SQL databases. Further on, you’ll learn to integrate Python with web projects that include HTML and JavaScript and build a project with the Flask microframework.

By the end of the course, you’ll be well-versed with a terrific tool for Python development—PyCharm—and be able to do everything expected of a Python developer.

A fast-paced guide to help you set up your development environment and explore PyCharm’s first-rate text editing tools in an engaging, friendly, example-driven way.

What You Will Learn

  • Create high-quality code with PyCharm
  • Recognize the different methods of using quotes to contain your text in the print function
  • Understand how to create a project with the Flask microframework
  • Navigate through the source code of a project and the source of python libraries
  • Improve your code quality with Lens Mode and Intentions
  • Use Python with database and web technology development
  • Discover how to write, refactor, test, and debug Python code with PyCharm
  • Understand how code completion works in PyCharm for Python and JavaScript
Table of Contents

01 The Course Overview
02 Starting a New Project Python Versions and Interpreters
03 PyCharm’s Lens Mode Navigating Errors and Warnings Throughout a File
04 Intention Actions Making the Most of PyCharm’s Suggested Solutions
05 PyCharm’s Python Console
06 PyCharm’s Package Manager
07 Pip Installs Packages
08 Setting Up Virtual Environments in PyCharm
09 Anaconda and Conda Environments
10 Integrating Version Control
11 Exploring PEP8
12 Exploring PyLint
13 Discovering PyCharm’s Debugger
14 Assertions and Unit Tests
15 Configuring Test Runners
16 Making Dynamic Templates with Ninja
17 Introduction to JavaScript Objects
18 JSON and Python
19 Creating a Local SQL Database
20 Connecting to a Remote Database
21 Queries in SQL
22 RESTful APIs
23 Introducing the Flask Framework
24 Hello World Web App
25 Tying it All Together Flask and SQL