Book Image

PyCharm for Power-Developer [Video]

By : Melissa Dale
Book Image

PyCharm for Power-Developer [Video]

By: Melissa Dale

Overview of this book

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. All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/PyCharm-for-Power-Developer-v-
Table of Contents (5 chapters)
Chapter 4
Python, JSON, and SQL
Content Locked
Section 3
Creating a Local SQL Database
This video aims to explain the use of database and shows how to create it. - Understand the need for a database - Create a database file for our local machines - Demonstrate howto insert data into an existing database file