10 Day Python Blitz - 2 hrsday to learn Python 2023
Language: English | Size:13.48 GB
Genre:eLearning
Files Included :
1 Introduction.mp4 (103.91 MB)
MP4
2 Writing code - in lecture 1!.mp4 (56.47 MB)
MP4
3 How the course organized.mp4 (109.3 MB)
MP4
5 All the code for this course (explained).mp4 (78.29 MB)
MP4
6 Installing Python and VS Code on a Mac.mp4 (67.56 MB)
MP4
7 Installing Python and VS Code on Windows.mp4 (55.26 MB)
MP4
1 Pygame Sprites and a monsters Group.mp4 (93.38 MB)
MP4
2 Class Variables.mp4 (57.11 MB)
MP4
3 Collision Testing - Did Our Player Run Into a Troll.mp4 (103.12 MB)
MP4
4 Group Collision Continued - rect x and rect y.mp4 (116.3 MB)
MP4
5 Group Collision Continued - Start Moving Again.mp4 (90.87 MB)
MP4
7 Add Ork Images.mp4 (33.04 MB)
MP4
8 Troll Class (you'll need troll stats for this).mp4 (74.21 MB)
MP4
9 Render Troll and Stagger Entry Point.mp4 (91.13 MB)
MP4
1 The Modulus Operator (you'll need this for the first challenge).mp4 (20.65 MB)
MP4
3 Project Euler 1 - Video Explanation.mp4 (95.06 MB)
MP4
5 Project Euler 2 - Video Explanation.mp4 (148.23 MB)
MP4
7 Project Euler 3 - Video Explanation.mp4 (350.3 MB)
MP4
9 Project Euler 4 - Video Explanation.mp4 (278.58 MB)
MP4
1 Running Python on YOUR computer.mp4 (76.94 MB)
MP4
10 Conditionals - ifelse statements and the importance of indentation.mp4 (160.33 MB)
MP4
11 The spacingtab thing why.mp4 (97.51 MB)
MP4
13 Multi-part Conditionals - elif.mp4 (91.68 MB)
MP4
14 Math operators - stuff like + and.mp4 (145.79 MB)
MP4
16 Casting - changing a variables data type!.mp4 (89.98 MB)
MP4
17 Code challenge instructions - Guess the Number.mp4 (53.68 MB)
MP4
18 Code Challenge Walkthrough.mp4 (88.66 MB)
MP4
19 String interpolation with f-string - a better way to format strings.mp4 (51.66 MB)
MP4
2 Woah what just happened What is Python and how does it work.mp4 (125.6 MB)
MP4
20 Multi-conditioncomplex conditionals.mp4 (46.27 MB)
MP4
21 Update Guess the Number.mp4 (92.96 MB)
MP4
22 Checking Data Types.mp4 (45.14 MB)
MP4
3 What's actually Important In Programming.mp4 (114.88 MB)
MP4
4 Variables What are they.mp4 (152.4 MB)
MP4
6 Primitive Data Types.mp4 (183.97 MB)
MP4
8 Data type interaction and Collecting User Input.mp4 (82.86 MB)
MP4
1 Day 2 Intro - Where are we Planning out our trajectory.mp4 (91.67 MB)
MP4
10 More list methods - insert, pop, and remove.mp4 (95.75 MB)
MP4
11 More list methods - clear, count, sort, & reverse.mp4 (83.8 MB)
MP4
12 Lists and Loops - an awesome combo!.mp4 (55.15 MB)
MP4
13 Functions More awesome Explained.mp4 (139.63 MB)
MP4
14 Functions syntax.mp4 (69.33 MB)
MP4
15 Code organization matters - with functions.mp4 (58.74 MB)
MP4
16 Arguments vs Parameters vs Ordered Arguments.mp4 (148.55 MB)
MP4
17 Variable & Function scope.mp4 (137.96 MB)
MP4
18 The global Keyword.mp4 (62.43 MB)
MP4
19 New Coding Challenge InstructionsTour.mp4 (58.82 MB)
MP4
2 Loops Awesome Explained.mp4 (92.49 MB)
MP4
20 Coding Challenge Explanation.mp4 (29.6 MB)
MP4
22 Print Off 100th Fibonacci Number Solution.mp4 (34.44 MB)
MP4
3 Loop syntax.mp4 (98.74 MB)
MP4
4 Update our guessing game to go until correct.mp4 (86.12 MB)
MP4
5 Update our guessing game to go for X guesses.mp4 (84.33 MB)
MP4
6 Lists (data type) More Awesome Explained.mp4 (100.16 MB)
MP4
7 Lists Code.mp4 (96.54 MB)
MP4
8 The Docs.mp4 (67.63 MB)
MP4
9 What's a method append().mp4 (64.28 MB)
MP4
1 Return Values.mp4 (95.11 MB)
MP4
10 Tuples and Sets - Sets.mp4 (67.35 MB)
MP4
12 String Methods and Mutation.mp4 (90 MB)
MP4
13 Number methods.mp4 (88.47 MB)
MP4
14 Dictionaries (data type) More Awesome Explained.mp4 (113.89 MB)
MP4
15 Dictionaries - coding.mp4 (70.84 MB)
MP4
16 Dictionaries - adding keys after creation.mp4 (59.32 MB)
MP4
17 Dictionaries With Lists.mp4 (70.73 MB)
MP4
18 Dictionaries With Loops.mp4 (51.3 MB)
MP4
19 Dictionaries With Lists AND Loops.mp4 (86.67 MB)
MP4
2 Using the return statement in a program.mp4 (54.15 MB)
MP4
21 Grocery Store Solution Walkthrough.mp4 (103.06 MB)
MP4
3 Finishing our is palidrome program.mp4 (99.45 MB)
MP4
4 Finding an element in a list or string.mp4 (102.13 MB)
MP4
5 More ways to loop through a string.mp4 (74.02 MB)
MP4
6 Code Challenge - Loop, functions.mp4 (23.93 MB)
MP4
8 Code Challenge Walkthrough.mp4 (105.46 MB)
MP4
9 Tuples and Sets - Tuples.mp4 (89.46 MB)
MP4
1 Importing modules.mp4 (67.16 MB)
MP4
10 Battle mechanics - part 2.mp4 (106.95 MB)
MP4
11 Mutation, reference, and value - explained.mp4 (212.9 MB)
MP4
12 Mutation, reference, and value - code.mp4 (101.09 MB)
MP4
13 Mutation, reference, and value in functions.mp4 (62.56 MB)
MP4
14 The copy() method - the right way to copy mutable varaibles.mp4 (44.12 MB)
MP4
15 Abstracting fight function.mp4 (85.3 MB)
MP4
16 Add drink potion to our battle engine.mp4 (118.52 MB)
MP4
17 Day wrap and code challenge choice.mp4 (14.16 MB)
MP4
2 Importing files as modules.mp4 (63.03 MB)
MP4
3 Start Game! Also, pyc cache files.mp4 (44.92 MB)
MP4
4 Create hero and game loop.mp4 (114.2 MB)
MP4
5 Move options to dictionary and make an enemy dictionary.mp4 (118.61 MB)
MP4
6 Fight function.mp4 (92.17 MB)
MP4
7 Move data and settings to its own module.mp4 (114.73 MB)
MP4
8 The random module - generating a random number.mp4 (112.84 MB)
MP4
9 Battle mechanics - part 1.mp4 (133.02 MB)
MP4
1 OOP, Classes, & Objects explained.mp4 (203.71 MB)
MP4
10 Add Battle Engine Back In.mp4 (99.65 MB)
MP4
11 The Differences of Working With Objects (Not Dictionaries).mp4 (88.34 MB)
MP4
12 Inheritance - From Character to Monster Classes.mp4 (67.11 MB)
MP4
13 Inheritance - Syntax.mp4 (106.05 MB)
MP4
14 Super and super() init ().mp4 (84.63 MB)
MP4
15 Inheritance Two Layers Deep!.mp4 (85.28 MB)
MP4
16 Overriding Parent Methods.mp4 (40.34 MB)
MP4
2 What is a class.mp4 (98.04 MB)
MP4
3 Classes and Objects - coding.mp4 (85.4 MB)
MP4
4 Class Conventions.mp4 (80.22 MB)
MP4
5 self and dunder methods ( init ).mp4 (130.58 MB)
MP4
6 Self & Passing Args to init.mp4 (83.77 MB)
MP4
7 Changing Object Values (Without Changing Another Object!).mp4 (73.53 MB)
MP4
8 Starting the Bones of Our Class Based RPG.mp4 (109.54 MB)
MP4
9 Add Character Parameters.mp4 (84.82 MB)
MP4
1 Add Hero Class - SubClass of Character.mp4 (77.88 MB)
MP4
10 Color Text.mp4 (41.56 MB)
MP4
11 Sleep and Clear.mp4 (56.51 MB)
MP4
13 Add Shop.mp4 (90.57 MB)
MP4
14 List Shop Items.mp4 (85.33 MB)
MP4
15 Annoy Shopkeeper Easter Egg.mp4 (107.26 MB)
MP4
16 Buy Items and Leave Shop.mp4 (81.94 MB)
MP4
17 Test Armor And Weapon.mp4 (66.58 MB)
MP4
18 Troll Class - subclass of Monster.mp4 (71.55 MB)
MP4
19 Hero Death (.mp4 (39.19 MB)
MP4
2 Add Monster Class - SubClass of Character.mp4 (57.67 MB)
MP4
20 Weight random monster pulls based on level.mp4 (58.78 MB)
MP4
21 Weight Enemies and Dragon Classes.mp4 (51.5 MB)
MP4
3 Test SubClasses and Make Adjustments.mp4 (43.65 MB)
MP4
4 Pause For Celebration.mp4 (56.27 MB)
MP4
5 Take Damage Method.mp4 (106.47 MB)
MP4
6 Damage And Defense Modifiers.mp4 (74.18 MB)
MP4
7 battle victory method.mp4 (60.5 MB)
MP4
8 Level Up inside battle victory.mp4 (109.86 MB)
MP4
1 Venv and pip.mp4 (71.53 MB)
MP4
10 Setup Screen For Graphics.mp4 (102.41 MB)
MP4
11 Comment Code and Fill the Screen!.mp4 (60.11 MB)
MP4
12 Putting An Image On The Screen - blit().mp4 (56.01 MB)
MP4
13 Scaling Our Background Image to Fit the Screen.mp4 (76.33 MB)
MP4
14 Player Class.mp4 (88.46 MB)
MP4
15 Update Screen Function.mp4 (66.4 MB)
MP4
16 Check Events Function.mp4 (48.71 MB)
MP4
17 Scale Player To Right Size.mp4 (68.62 MB)
MP4
18 Move Character.mp4 (103.52 MB)
MP4
2 venv.mp4 (72.23 MB)
MP4
3 Universal Method - No venv (use as last resort).mp4 (50.49 MB)
MP4
5 venv - Virtual Environment Creation.mp4 (59.49 MB)
MP4
6 Activating the Virtual Environment on MacLinux - MAC ONLY.mp4 (19.37 MB)
MP4
7 Activating the Virtual Env for Windows - WINDOWS ONLY.mp4 (74.49 MB)
MP4
8 Making Sure pip is installed (and installing pygame!).mp4 (65.46 MB)
MP4
9 Graphics & init pygame.mp4 (83.68 MB)
MP4
1 Loading Animation Images.mp4 (106.48 MB)
MP4
10 Get And Load Troll Images.mp4 (90.86 MB)
MP4
11 Image Load Function - Make Life Simpler!.mp4 (111.03 MB)
MP4
12 Animate And Move Troll.mp4 (127.6 MB)
MP4
2 Animating The Character Running.mp4 (78.12 MB)
MP4
3 shouldMove - Smooth our our player movement.mp4 (87.08 MB)
MP4
4 Diagonal Moving And CleanUp.mp4 (79.77 MB)
MP4
5 Animation Images, Tick, and Idle.mp4 (108.92 MB)
MP4
6 Animate Run and Flip Image.mp4 (82.53 MB)
MP4
7 Set Borders For Player Movement.mp4 (133.64 MB)
MP4
8 Attack As An Animation.mp4 (89.86 MB)
MP4
9 Attack As An Action.mp4 (153.21 MB)
MP4
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z01
https://rapidgator.net/file/e7eec1aa333dafd203c9add2340b8353/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z01
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z02
https://rapidgator.net/file/cca41e997c8653ca103b5f81f9ef7ef5/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z02
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z03
https://rapidgator.net/file/4f4400663c871d3b7472e0312c4803e3/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z03
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z04
https://rapidgator.net/file/3bc7188de37d14b55fee7e678b8851c4/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z04
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z05
https://rapidgator.net/file/666cc0017081558f6fb16ea4daf1fefb/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z05
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z06
https://rapidgator.net/file/b46fc8cb45ab44c7169585a5ba39bba6/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z06
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z07
https://rapidgator.net/file/403479db3594d931676d1baf7abde0c6/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z07
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z08
https://rapidgator.net/file/47f4f7a870f2a6b2ebe8aeee5e7cc7e0/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z08
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z09
https://rapidgator.net/file/fe905b44ac6b86166915a00bed66a344/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z09
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z10
https://rapidgator.net/file/10127ea027c79621acc1dfb87624401c/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z10
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z11
https://rapidgator.net/file/16277b385a03f107b1774739aea3740a/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z11
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z12
https://rapidgator.net/file/2e77934a7aa217b713e8dc28ed2127fd/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z12
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z13
https://rapidgator.net/file/a9a6796c9d47f2c7fae7addb4322655d/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z13
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.zip
https://rapidgator.net/file/2ff73eeb2c520e10ce7c79ca7ce0733b/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.zip
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z01
https://drop.download скачать/a9uq8pyla4vg/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z01
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z02
https://drop.download скачать/i501g1si9jnf/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z02
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z03
https://drop.download скачать/0mu4g4p6j55v/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z03
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z04
https://drop.download скачать/821odfjz6dma/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z04
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z05
https://drop.download скачать/rb1oz38qhwpz/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z05
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z06
https://drop.download скачать/1a054dukp80u/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z06
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z07
https://drop.download скачать/j813q0mli0yx/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z07
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z08
https://drop.download скачать/xbli5by50ogg/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z08
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z09
https://drop.download скачать/jpwxi89z8qk3/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z09
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z10
https://drop.download скачать/pupztq2y7fdd/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z10
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z11
https://drop.download скачать/5erbiggubca6/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z11
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z12
https://drop.download скачать/pdpla5arp7h5/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z12
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z13
https://drop.download скачать/jpcaxfflgzab/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.z13
_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.zip
https://drop.download скачать/rl42jkzf57o5/_10_Day_Python_Blitz_-_2_hrsday_to_learn_Python_2023.zip