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