-
Урок 1. 00:02:21Introduction
-
Урок 2. 00:10:18The Biggest Misconceptions About Becoming a Developer
-
Урок 3. 00:06:10Common Myths About Software Development
-
Урок 4. 00:02:51Activities Involved in Software Development
-
Урок 5. 00:01:32Software Development Methodologies
-
Урок 6. 00:04:08The Waterfall Model
-
Урок 7. 00:04:20The Waterfall Model - Pros and Cons
-
Урок 8. 00:04:25Agile Software Development
-
Урок 9. 00:03:17Agile Model Pros and Cons
-
Урок 10. 00:01:50Why Waterfall isn't Dead and Agile isn't the only Answer?
-
Урок 11. 00:06:56Agile Frameworks - Scrum
-
Урок 12. 00:01:14The Scrum Sprint Cycle - Overview
-
Урок 13. 00:03:27Sprint Planning
-
Урок 14. 00:00:56The Daily Scrum
-
Урок 15. 00:03:07The Sprint Review and the Retrospective Meeting
-
Урок 16. 00:02:54The Kanban Agile System
-
Урок 17. 00:01:31Kanban Boards
-
Урок 18. 00:01:30Programming Foundations - Overview
-
Урок 19. 00:02:58What's Coding?
-
Урок 20. 00:02:23Programming Languages
-
Урок 21. 00:02:05Why Python?
-
Урок 22. 00:02:17Setting Up Python on Your Computer
-
Урок 23. 00:02:38The Python Command Line
-
Урок 24. 00:02:33Installing and Configuring Visual Studio Code
-
Урок 25. 00:04:36Woo-hoo! Your First Python Program!
-
Урок 26. 00:03:15Asking for User Input
-
Урок 27. 00:02:37Using Comments in Code
-
Урок 28. 00:05:33Declaring Variables
-
Урок 29. 00:03:24Working with Numbers
-
Урок 30. 00:04:50Using Basic Arithmetic Operations
-
Урок 31. 00:06:42Working with Strings
-
Урок 32. 00:02:32Introducing Conditional Code
-
Урок 33. 00:02:01Code Blocks
-
Урок 34. 00:05:06Comparison Operators
-
Урок 35. 00:02:54Going Deeper: Else-If
-
Урок 36. 00:01:02Nested Conditionals
-
Урок 37. 00:05:10Using Logical Operators
-
Урок 38. 00:03:14Why Do We Need Functions?
-
Урок 39. 00:03:34Writing Functions
-
Урок 40. 00:02:41Calling a Function
-
Урок 41. 00:02:58Defining Function Parameter and Return Type
-
Урок 42. 00:04:30Understanding the Scope of Variables
-
Урок 43. 00:02:06Demo: Implementing an Area Calculator
-
Урок 44. 00:05:07Testing our Application
-
Урок 45. 00:04:34Enhancing the Area Calculator App
-
Урок 46. 00:01:00Section Challenge: Calculate Rhombus Area
-
Урок 47. 00:02:20Solution: Calculate Rhombus Area
-
Урок 48. 00:05:12What's Iteration in Programming?
-
Урок 49. 00:03:47Introducing the "while" Statement
-
Урок 50. 00:04:36Avoiding Infinite Loops
-
Урок 51. 00:03:10Writing "for-in" Loops
-
Урок 52. 00:03:36Deeper into Loop Control Statements
-
Урок 53. 00:03:23Rewriting the Login App Using the for Loop
-
Урок 54. 00:01:49Storing Multiple Values
-
Урок 55. 00:03:42Creating Lists
-
Урок 56. 00:04:13Accessing List Items
-
Урок 57. 00:06:05Modifying the Contents of a List
-
Урок 58. 00:02:53Working with Tuples
-
Урок 59. 00:02:55Storing Key-Value Pairs: the Dictionary
-
Урок 60. 00:03:16Modifying the Dictionary
-
Урок 61. 00:04:21Iterating through Containers
-
Урок 62. 00:02:45Iterating through Containers Part 2
-
Урок 63. 00:05:18Demo: Extract Duplicates
-
Урок 64. 00:03:16Getting Ready for Errors
-
Урок 65. 00:03:38The Buggy Equation Solver
-
Урок 66. 00:04:01Handling Errors
-
Урок 67. 00:02:54Raising Exceptions
-
Урок 68. 00:01:30Cleaning Up: the finally Keyword
-
Урок 69. 00:02:12Working with Files
-
Урок 70. 00:05:51Writing Text to a File
-
Урок 71. 00:03:38Reading Text from a File
-
Урок 72. 00:03:43What's Object Orientation?
-
Урок 73. 00:03:39Understanding Objects
-
Урок 74. 00:05:44Introducing the Class
-
Урок 75. 00:01:25Abstraction
-
Урок 76. 00:04:03Encapsulation and Data Hiding
-
Урок 77. 00:03:57Inheritance
-
Урок 78. 00:02:12Method Overriding
-
Урок 79. 00:01:34Polymorphism
-
Урок 80. 00:01:36The Importance of Algorithms
-
Урок 81. 00:04:31The Problem with Naive Implementations
-
Урок 82. 00:03:31Applying a 2000-year-old Formula
-
Урок 83. 00:03:11Introduction, UML Diagram Types
-
Урок 84. 00:02:23Class Diagrams
-
Урок 85. 00:03:59UML Relationships
-
Урок 86. 00:04:33UML Sequence Diagrams
-
Урок 87. 00:02:51Activity Diagrams
-
Урок 88. 00:01:38Statechart Diagrams
-
Урок 89. 00:01:26Overview
-
Урок 90. 00:02:38How Do Websites Work?
-
Урок 91. 00:03:13What's HTML?
-
Урок 92. 00:02:46Use CSS to Style Webpages
-
Урок 93. 00:04:34JavaScript Basics
-
Урок 94. 00:03:17Implementing a Color Theme Picker in JavaScript
-
Урок 95. 00:04:31JavaScript Functions and Event Handlers - Finishing the Color Theme Picker
-
Урок 96. 00:02:26Fixing Software Bugs
-
Урок 97. 00:06:01Free Software for Agile Project Management
-
Урок 98. 00:04:13Final Thoughts & Hints
- Категории
- Источники
- Все курсы
- Разделы
- Книги