This event has concluded.

Check out the latest conference information at: pythonwebconference.com

Session

PyCharm Power Tips

Wednesday,  Jun 17 | 09:00AM - 12:00PM US ET

Level: Intermediate

Topic(s):

Already using PyCharm and want to learn productivity tips? In this hands-on tutorial, we will show bite-sized ways to speed up your work and stay in the coding flow: general IDE tips, Django-specific tips, then a sample TDD session in pytest that puts those to work in a real coding session.

Format

Rather than a long sequence of tutorial steps, we’ll do this as (mostly) a series of individual, bite-sized tips. We’ll provide a repo with all the code used, organized by tip. You can then easily follow along and ask questions before going to the next tip. We will then finish with a segment of TDD development that shows many of those tips, in a real development scenario.

 

Each of the tips has a page in the PyCharm Guide with:

  • Title and description
  • A short video
  • Links to related tips
  • Some also have an In Depth writeup with a longer, narrated video

Outline

  • Intro and setup
  • 42 Tips and Tricks
  • 10 Community Tips from our recent contest
  • 20 Django Tips
  • 30 minutes of development from forthcoming pytest tutorial in the PyCharm Guide, applying those tips