| 1. | How to format Python code with Ruff in VS Code | 104 | |
|
| 2. | Build A Drawing or Paint App in HTML CSS JavaScript | 207 | |
|
| 3. | Code Google Chrome Dinosaur Game in Python with Pygame | 526 | |
|
| 4. | Code Mario Game in Python with Pygame (Mario Wanted Minigame) | 439 | |
|
| 5. | Code Snake Game in Python with Pygame | 629 | |
|
| 6. | Drawing in Pygame | 341 | |
|
| 7. | Intro to Pygame (Game Window, Game Loop, FPS) | 353 | |
|
| 8. | Play Music and Sounds with HTML Audio | 592 | |
|
| 9. | How to host pygame project on the web | 553 | |
|
| 10. | Create Java Executable Jar File in VS Code | 1,295 | |
|
| 11. | How to Convert a Python file to .EXE with Images | 2,115 | |
|
| 12. | How to Deploy a Website on Netlify | 6,870 | |
|
| 13. | How to add Icons HTML CSS with Font Awesome Icons | 217 | |
|
| 14. | How to Add Custom Fonts In HTML & CSS | 1,289 | |
|
| 15. | How to Convert a Java file to .EXE | 1,531 | |
|
| 16. | How to Convert a Python file to .EXE | 6,242 | |
|
| 17. | Install Prettier in VS Code - Code Formatting | 455 | |
|
| 18. | How to Install PIP in Python | 5,241 | |
|
| 19. | How to Install Pygame Community Edition | 6,931 | |
|
| 20. | Build a Quiz App with Javascript | 509 | |
|
| 21. | How to make a Music Player HTML CSS And JavaScript | 4,534 | |
|
| 22. | How to create QR Codes with Python | 636 | |
|
| 23. | How to create QR Codes with JavaScript | 520 | |
|
| 24. | Build A Clock With JavaScript | 577 | |
|
| 25. | Code Tic Tac Toe Game in HTML CSS and Javascript | 2,144 | |
|
| 26. | C++ Abstract Classes and Pure Virtual Functions | 595 | |
|
| 27. | C++ Virtual Functions and Override | 544 | |
|
| 28. | C++ Inheritance and Protected Members | 362 | |
|
| 29. | Static for Classes and Structs in C++ | 387 | |
|
| 30. | C++ Operator Overloading (Output Operator) | 357 | | The Operator
|
| 31. | C++ Friend Functions | 315 | |
|
| 32. | C++ Operator Overloading (Non Member Function) | 308 | |
|
| 33. | C++ Operator Overloading (Type Conversion) | 202 | |
|
| 34. | C++ Operator Overloading (Comparison Operators) | 258 | | The Operator
|
| 35. | C++ Operator Overloading (Arithmetic Operators) | 326 | | The Operator
|
| 36. | C++ Class Methods | 150 | |
|
| 37. | C++ Initializer List | 160 | |
|
| 38. | C++ Multiple Constructors and Polymorphism | 177 | |
|
| 39. | C++ Class Constructor | 166 | | Constructor
|
| 40. | C++ Const Member Functions (Const Methods) | 230 | |
|
| 41. | C++ Method Chaining | 161 | |
|
| 42. | C++ Data Hiding, Setters, and Getters | 196 | |
|
| 43. | C++ Classes and Access Specifiers | 172 | |
|
| 44. | C++ Structs and Classes OOP | 325 | |
|
| 45. | C++ Object Oriented Programming (OOP) | 378 | |
|
| 46. | Code Javascript Shooting Game (Duck Hunt) | 747 | |
|
| 47. | C++ Practice File Handling Reading and Writing to Csv Files | 288 | |
|
| 48. | C++ File Handling Read and Write to Csv Files | 372 | |
|
| 49. | C++ File Handling Read and Write to Text Files | 417 | |
|
| 50. | C++ String Stream | 310 | |
|
| 51. | C++ Practice File Handling Reading and Writing to Text Files | 213 | |
|
| 52. | C++ Date and Time with CTime | 381 | |
|
| 53. | C++ Algorithms and Vector Functions | 341 | |
|
| 54. | How to add a Custom Domain on Github Pages | 1,212 | |
|
| 55. | How to Host a Website On Github Pages | 640 | |
|
| 56. | Pygame Tutorial 26 - Animations | 525 | |
|
| 57. | Pygame Tutorial 25 - Game Over and Reset Game | 252 | |
|
| 58. | Pygame Tutorial 24 - Draw Text and Game Score | 220 | |
|
| 59. | Pygame Tutorial 23 - Fix Enemy Bullets | 181 | |
|
| 60. | Pygame Tutorial 22 - Optimize Tile Map | 204 | |
|
| 61. | Pygame Tutorial 21 - Tile Map | 313 | |
|
| 62. | Pygame Tutorial 20 - Scrolling Camera | 269 | |
|
| 63. | Pygame Tutorial 19 - Flying Enemies | 291 | |
|
| 64. | Pygame Tutorial 18 - Traps, Hazards, Spikes | 189 | |
|
| 65. | Pygame Tutorial 17 - Items | 219 | |
|
| 66. | Pygame Tutorial 16 - Enemy Defense | 330 | |
|
| 67. | Pygame Tutorial 15 - Enemy Bullets | 264 | |
|
| 68. | Pygame Tutorial 14 - Changing Enemy Direction | 181 | |
|
| 69. | Pygame Tutorial 13 - Shooting Bullets | 416 | |
|
| 70. | Pygame Tutorial 12 - Create a Health Bar | 402 | |
|
| 71. | Pygame Tutorial 11 - Invincibility | 348 | |
|
| 72. | Code Flappy Bird in Python with Pygame | 1,890 | | Flappy Bird
|
| 73. | Code Pacman in Javascript | 4,964 | |
|
| 74. | Pygame Tutorial 10 - Multiple Enemies | 603 | |
|
| 75. | Pygame Tutorial 9 - Enemies | 395 | |
|
| 76. | Pygame Tutorial 8 - Platforms and Collision | 791 | |
|
| 77. | Pygame Tutorial 7 - Friction | 757 | |
|
| 78. | Pygame Tutorial 6 - Jumping | 673 | |
|
| 79. | Pygame Tutorial 5 - Game Boundaries | 491 | |
|
| 80. | Pygame Tutorial 4 - Drawing Images | 774 | |
|
| 81. | Pygame Tutorial 3 - Keyboard Input | 905 | |
|
| 82. | Pygame Tutorial 2 - Drawing and Graphics | 976 | |
|
| 83. | Pygame Tutorial 1 - Create a Game Window | 1,881 | |
|
| 84. | How to Install Pygame | 7,714 | |
|
| 85. | Python Nested Classes (Inner Class) | 294 | |
|
| 86. | Python Class Aggregation | 1,143 | |
|
| 87. | Python Class Composition | 230 | |
|
| 88. | Python Abstract Class and Abstract Method | 426 | |
|
| 89. | Python Method Resolution Order / MRO, Super, and Diamond Inheritance Problem | 192 | |
|
| 90. | Python Multiple Inheritance | 392 | |
|
| 91. | Python Multilevel Inheritance | 182 | |
|
| 92. | Python super() Function | 152 | |
|
| 93. | Python Inheritance | 238 | |
|
| 94. | Python Duck Typing | 149 | |
|
| 95. | Python Class Variables | 159 | |
|
| 96. | Sorting Classes in Python | 197 | |
|
| 97. | Python Dunder Methods mul vs rmul | 85 | |
|
| 98. | Practice Dunder Methods in Python | 126 | |
|
| 99. | Python Classes Dunder Methods and Polymorphism | 208 | |
|
| 100. | Design a Credit Card Class (Python Object Oriented Programming) | 426 | |
|