Skip to content

PavanMudigondaTR/python-bro-code

Repository files navigation

python-bro-code

Bro Code Python YouTube Class

Learn Python in 1 HOUR โฑ : Learn Python in 1 hour! ๐Ÿ. (2024)
My original Python 12 Hour course ๐Ÿ : Python Full Course for free ๐Ÿ
Full Python playlist ๐Ÿ“ƒ: Start coding with PYTHON in 5 minutes! ๐Ÿ

[โญ = project]

  1. (00:00:00) python tutorial for beginners ๐Ÿ
  2. (00:05:49) variables โŽ
  3. (00:16:05) type casting ๐Ÿ’ฑ
  4. (00:21:15) user input โŒจ๏ธ
  5. (00:32:42) โญ madlibs game ๐Ÿ“–
  6. (00:37:55) arithmetic & math ๐Ÿ“
  7. (00:51:46) if statements ๐Ÿค”
  8. (01:00:06) โญ calculator program ๐Ÿงฎ
  9. (01:05:59) โญ weight conversion program ๐Ÿ‹๏ธ
  10. (01:09:59) โญ temperature conversion program ๐ŸŒก๏ธ
  11. (01:13:58) logical operators ๐ŸŒฆ๏ธ
  12. (01:21:28) conditional expressions โ“
  13. (01:27:03) string methods ใ€ฐ๏ธ
  14. (01:39:08) string indexing โœ‚๏ธ
  15. (01:46:35) format specifiers ๐Ÿ’ฌ
  16. (01:51:55) while loops โ™พ๏ธ
  17. (01:58:53) โญ compound interest calculator ๐Ÿ’ต
  18. (02:06:28) for loops ๐Ÿ”
  19. (02:11:33) โญ countdown timer program โŒ›
  20. (02:17:28) nested loops โžฟ
  21. (02:23:03) lists, sets, and tuples ๐ŸŽ
  22. (02:38:08) โญ shopping cart program ๐Ÿ›’
  23. (02:45:21) 2D collections โฌœ
  24. (02:53:59) โญ quiz game ๐Ÿ’ฏ
  25. (03:03:27) dictionaries ๐Ÿ“™
  26. (03:11:33) โญ concession stand program ๐Ÿฟ
  27. (03:19:42) random numbers ๐ŸŽฒ
  28. (03:24:16) โญ number guessing game ๐Ÿ”ข
  29. (03:32:37) โญ rock, paper, scissors game ๐Ÿ—ฟ
  30. (03:42:06) โญ dice roller program โš‚
  31. (03:52:12) functions ๐Ÿ“ž
  32. (04:02:50) default arguments ๐Ÿ‘
  33. (04:08:56) keyword arguments ๐Ÿ—๏ธ
  34. (04:15:40) *args & **kwargs ๐Ÿ“ฆ
  35. (04:30:33) iterables ๐Ÿ”‚
  36. (04:37:04) membership operators ๐Ÿ”Ž
  37. (04:45:56) list comprehensions ๐Ÿ“ƒ
  38. (04:56:17) match-case statements ๐Ÿ“†
  39. (05:02:13) modules ๐Ÿ“จ
  40. (05:08:51) scope resolution ๐Ÿ”ฌ
  41. (05:14:22) if name == 'main': ๐Ÿ“ฅ
  42. (05:23:34) โญ banking program ๐Ÿ’ฐ
  43. (05:38:34) โญ slot machine ๐ŸŽฐ
  44. (05:58:45) โญ encryption program ๐Ÿ”
  45. (06:07:26) โญ hangman game ๐Ÿ•บ
  46. (06:32:32) python object oriented programming ๐Ÿš—
  47. (06:44:50) class variables ๐ŸŽ“
  48. (06:53:06) inheritance ๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ
  49. (07:00:02) multiple inheritance ๐ŸŸ
  50. (07:08:04) super() ๐Ÿ”ด
  51. (07:21:10) polymorphism ๐ŸŽญ
  52. (07:29:15) duck typing ๐Ÿฆ†
  53. (07:33:34) static methods โšก
  54. (07:39:31) class methods ๐Ÿซ
  55. (07:46:16) magic methods ๐ŸŒŸ
  56. (07:59:51) @property โš™๏ธ
  57. (08:07:33) decorators ๐ŸŽŠ
  58. (08:14:57) exception handling ๐Ÿšฆ
  59. (08:20:46) file detection ๐Ÿ•ต๏ธโ€โ™‚๏ธ
  60. (08:27:47) writing files โœ
  61. (08:41:33) reading files ๐Ÿ”
  62. (08:48:29) dates & times ๐Ÿ“…
  63. (08:54:46) โญ alarm clock โฐ
  64. (09:05:03) multithreading ๐Ÿงต
  65. (09:13:45) request API data โ†ฉ๏ธ
  66. (09:22:19) PyQt5 GUI intro ๐Ÿ–ฅ๏ธ
  67. (09:31:27) PyQt5 labels ๐Ÿท๏ธ
  68. (09:40:23) PyQt5 images ๐Ÿ“ท
  69. (09:46:28) PyQt5 layout managers ๐Ÿงฒ
  70. (09:53:07) PyQt5 buttons ๐Ÿ›Ž๏ธ
  71. (10:00:12) PyQt5 checkboxes โœ…
  72. (10:06:42) PyQt5 radio buttons ๐Ÿ”˜
  73. (10:15:55) PyQt5 line edits ๐Ÿ’ฌ
  74. (10:21:55) PyQt5 CSS styles ๐ŸŽจ
  75. (10:32:48) โญ digital clock program ๐Ÿ•’
  76. (10:48:38) โญ stopwatch program โฑ
  77. (11:06:05) โญ weather API app โ˜€๏ธ

Python Interpreter: https://www.python.org/ PyCharm IDE: https://www.jetbrains.com/pycharm/

Copyright Disclaimer: This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.

About

BroCode Python Master Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages