-
Урок 1.
00:00:49
Welcome
-
Урок 2.
00:07:50
What well cover
-
Урок 3.
00:03:35
The spectrum of editors
-
Урок 4.
00:03:30
IDEs are crazy fast
-
Урок 5.
00:02:21
PyCharm is more than just Python
-
Урок 6.
00:00:59
Cross-platform
-
Урок 7.
00:03:00
Versions: Pro and Community and mapping versions to the course
-
Урок 8.
00:00:45
PyCharm is open source
-
Урок 9.
00:00:57
Python runtimes
-
Урок 10.
00:04:00
How do you learn all the features of an IDE?
-
Урок 11.
00:00:38
This is not an infomercial
-
Урок 12.
00:00:40
Get the source code on GitHub
-
Урок 13.
00:00:36
Meet your instructor
-
Урок 14.
00:01:53
Project introduction
-
Урок 15.
00:09:08
Using the EAP version
-
Урок 16.
00:08:09
Creating projects
-
Урок 17.
00:08:35
Working with existing projects
-
Урок 18.
00:01:21
Concept: Creating projects
-
Урок 19.
00:01:48
Concept: Mark directory as...
-
Урок 20.
00:03:59
Installing third-party packages
-
Урок 21.
00:04:17
Search everywhere
-
Урок 22.
00:02:21
Navigation
-
Урок 23.
00:01:23
Run configurations
-
Урок 24.
00:01:20
Your turn
-
Урок 25.
00:01:28
Editor introduction
-
Урок 26.
00:17:52
Working with the editor demo: Downloading RSS
-
Урок 27.
00:04:49
Working with the editor demo: Listing episodes
-
Урок 28.
00:03:34
Working with the editor demo: Types
-
Урок 29.
00:03:04
Syntax highlighting
-
Урок 30.
00:02:35
Autocomplete
-
Урок 31.
00:02:34
Code intentions - light bulb moments
-
Урок 32.
00:02:18
Discovering new features
-
Урок 33.
00:02:07
Concept: Actions and key bindings
-
Урок 34.
00:02:04
Formatting and code cleanup
-
Урок 35.
00:02:41
Code formatting for teams
-
Урок 36.
00:01:05
Lens mode
-
Урок 37.
00:02:47
Object-oriented features
-
Урок 38.
00:03:20
Show tooltips, params, help, etc.
-
Урок 39.
00:00:57
Finding usages of functions and other symbols
-
Урок 40.
00:01:45
Introduction to Code With Me
-
Урок 41.
00:05:40
Code With Me in action
-
Урок 42.
00:00:37
Your turn
-
Урок 43.
00:01:35
Source control introduction
-
Урок 44.
00:05:04
Loading a project with source control
-
Урок 45.
00:03:00
Concept: Accessing source control
-
Урок 46.
00:04:21
Editor level source control
-
Урок 47.
00:03:06
Committing changes
-
Урок 48.
00:02:37
Concept: Editor level source control
-
Урок 49.
00:05:06
Branching
-
Урок 50.
00:02:04
Merging back with a pull request
-
Урок 51.
00:03:42
Pull requests in PyCharm
-
Урок 52.
00:02:50
Local history
-
Урок 53.
00:01:16
Your turn
-
Урок 54.
00:02:12
Refactoring introduction
-
Урок 55.
00:04:55
What is refactoring really?
-
Урок 56.
00:04:45
Refactoring methods and functions
-
Урок 57.
00:03:30
Refactoring class methods
-
Урок 58.
00:04:27
Rename refactorings
-
Урок 59.
00:04:22
Introducing variables
-
Урок 60.
00:03:34
Moving code
-
Урок 61.
00:04:17
Sourcery plugin
-
Урок 62.
00:04:41
Concept: Refactorings
-
Урок 63.
00:02:09
Your turn
-
Урок 64.
00:01:22
Database introduction
-
Урок 65.
00:01:32
Why is relational data hard
-
Урок 66.
00:03:34
Data application introduction
-
Урок 67.
00:03:56
Adding database connections
-
Урок 68.
00:03:16
Database diagrams
-
Урок 69.
00:06:40
Querying data in the SQL console
-
Урок 70.
00:02:31
Modifying the DB schema
-
Урок 71.
00:03:13
Concept: Database features
-
Урок 72.
00:00:50
Your turn
-
Урок 73.
00:02:00
Server-side web introduction
-
Урок 74.
00:01:13
The web IDE pyramid
-
Урок 75.
00:03:04
Server-side features
-
Урок 76.
00:07:15
Creating server-side projects
-
Урок 77.
00:06:04
Template tooling
-
Урок 78.
00:06:28
Template tooling - rendering tweets
-
Урок 79.
00:02:37
Selecting the template language
-
Урок 80.
00:05:55
Concept: PyCharm server-side features
-
Урок 81.
00:01:16
Client side introduction
-
Урок 82.
00:04:02
Basic HTML and PyCharm's live reload
-
Урок 83.
00:04:43
JavaScript features and editor
-
Урок 84.
00:05:48
TypeScript support
-
Урок 85.
00:07:20
Front-end javascript frameworks
-
Урок 86.
00:07:39
LESS > CSS
-
Урок 87.
00:03:14
Concept: Client-side web apps
-
Урок 88.
00:01:19
Debugging introduction
-
Урок 89.
00:05:12
The debugging UI
-
Урок 90.
00:08:02
A debugging example
-
Урок 91.
00:04:44
Conditional breakpoints
-
Урок 92.
00:06:01
Concept: Debugging
-
Урок 93.
00:00:28
Your turn
-
Урок 94.
00:01:39
Packaging introduction
-
Урок 95.
00:06:54
Opening existing packages
-
Урок 96.
00:06:24
Creating new packages
-
Урок 97.
00:03:10
Concept: Packaging
-
Урок 98.
00:00:37
Your turn
-
Урок 99.
00:01:06
Performance and profiling
-
Урок 100.
00:01:08
Our intuition often fails us for performance
-
Урок 101.
00:04:03
Surveying the slow application
-
Урок 102.
00:05:59
Profiling the slow app
-
Урок 103.
00:07:11
Optimizing the machine learning code
-
Урок 104.
00:05:26
Optimizing the database access code
-
Урок 105.
00:04:08
Concept: Profiling
-
Урок 106.
00:00:46
Your turn
-
Урок 107.
00:01:25
Testing introduction
-
Урок 108.
00:01:31
Why software testing?
-
Урок 109.
00:01:34
Surveying the application we'll test
-
Урок 110.
00:05:30
Running pytest tests
-
Урок 111.
00:01:19
Debugging tests
-
Урок 112.
00:04:52
Writing the core tests
-
Урок 113.
00:05:30
Testing failure conditions
-
Урок 114.
00:03:23
Measuring test quality with code coverage
-
Урок 115.
00:03:52
Concept: Testing
-
Урок 116.
00:02:34
Concept: Coverage
-
Урок 117.
00:00:24
Your turn
-
Урок 118.
00:01:26
Introduction to the data science tools
-
Урок 119.
00:03:12
Hold tight for DataSpell
-
Урок 120.
00:00:41
Tool window introduction
-
Урок 121.
00:04:50
The TODO window
-
Урок 122.
00:02:23
The run window
-
Урок 123.
00:04:19
A much better Python REPL
-
Урок 124.
00:01:50
A preconfigured terminal
-
Урок 125.
00:02:14
Favorites window
-
Урок 126.
00:03:10
File structure
-
Урок 127.
00:00:27
Your turn
-
Урок 128.
00:00:55
Plugins introduction
-
Урок 129.
00:02:52
The builtin plugins
-
Урок 130.
00:04:01
A 1,000 additional plugins
-
Урок 131.
00:04:03
You've done it!
-
Урок 132.
00:01:47
How to remember all these features
-
Урок 133.
00:01:03
Don't forget the source code
-
Урок 134.
00:00:35
Get the back story
-
Урок 135.
00:00:28
Thank you and goodbye!