Tags
Language
Tags
September 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5

Learning Python with PyCharm

Posted By: Landau17
Learning Python with PyCharm

Learning Python with PyCharm
MP4 | Video: 720p | Duration: 2:30:50 | English | Subtitles: VTT | 399.2 MB



Learn Python programming with PyCharm, the cross-platform IDE that "takes care of the routine." Get your development environment set up correctly with instructor Bruce Van Horn's step-by-step guidance, and explore PyCharm's first-rate text editing tools. 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. Then dive into working with SQL databases. Lastly, learn how to integrate Python with web projects that include HTML and JavaScript, and create a project with the Flask microframework.

Topics include:
    
  • Installing the PyCharm, Git, and Pypy packages
  • Adding functions
  • Refactoring code
  • Calling packages
  • Debugging code
  • Creating databases
  • Working with in-line SQL
  • Creating web projects with PyCharm