Magnetic link has been copied to the cutting board

Name Python for Absolute Beginners

File Type video

Size 578.32MB

UpdateDate 2024-10-5

hash *****7718D0CFF7BC7604EB1599F48481551564

Hot 799

Files 01 - Introduction/001 Python and Pycharm Installation.mp4 | 38.50MB 01 - Introduction/001 Python and Pycharm Installation_en.srt | 4.64KB 01 - Introduction/002 Setup and First Project.mp4 | 43.97MB 01 - Introduction/002 Setup and First Project_en.srt | 5.51KB 02 - Python Basics/001 Variables and Assignment.mp4 | 9.09MB 02 - Python Basics/001 Variables and Assignment_en.srt | 4.32KB 02 - Python Basics/002 Basic Data Types.mp4 | 1.08MB 02 - Python Basics/002 Basic Data Types_en.srt | 823B 02 - Python Basics/003 Variables and Assignment Exercises.html | 324B 02 - Python Basics/004 Variables and Assignment Exercises Solution.html | 103B 02 - Python Basics/005 Comments and Math Operators.mp4 | 10.01MB 02 - Python Basics/005 Comments and Math Operators_en.srt | 8.95KB 02 - Python Basics/006 Comments and Math Operators Review Exercises.html | 619B 02 - Python Basics/007 Comments and Math Operators Review Exercise Solution.html | 220B 02 - Python Basics/008 print().mp4 | 5.13MB 02 - Python Basics/008 print()_en.srt | 2.37KB 02 - Python Basics/009 print() exercises.html | 413B 02 - Python Basics/010 print() exercises solutions.html | 311B 02 - Python Basics/011 More On Floats.mp4 | 8.75MB 02 - Python Basics/011 More On Floats_en.srt | 4.28KB 02 - Python Basics/012 Programming Challenge Grocery Store Purchase.html | 655B 02 - Python Basics/013 Grocery Store Purchase Solution with integers.html | 702B 02 - Python Basics/014 Grocery Store Purchase Solution with round().html | 713B 03 - Strings Part 1/001 strings.mp4 | 17.36MB 03 - Strings Part 1/001 strings_en.srt | 10.63KB 03 - Strings Part 1/002 Strings Exercises.html | 593B 03 - Strings Part 1/003 Strings Exercises Solution.html | 273B 03 - Strings Part 1/004 type() and str().mp4 | 3.53MB 03 - Strings Part 1/004 type() and str()_en.srt | 2.16KB 03 - Strings Part 1/005 Escape Sequences.mp4 | 3.67MB 03 - Strings Part 1/005 Escape Sequences_en.srt | 2.58KB 03 - Strings Part 1/006 type(), str(), and escape sequences exercises.html | 572B 03 - Strings Part 1/007 type(), str(), and escape sequences exercises solution.html | 405B 03 - Strings Part 1/008 Programming Challenge Asterisk Triangle.html | 284B 03 - Strings Part 1/009 Asterisk Triangle Solution.html | 77B 03 - Strings Part 1/010 input().mp4 | 5.48MB 03 - Strings Part 1/010 input()_en.srt | 3.43KB 03 - Strings Part 1/011 Programming Challenge Monty Python.html | 465B 03 - Strings Part 1/012 Monty Python Solution.html | 272B 03 - Strings Part 1/013 int() and float().mp4 | 8.19MB 03 - Strings Part 1/014 int() exercise.html | 199B 03 - Strings Part 1/015 int() exercise solution(s).html | 843B 04 - functions/001 functions.mp4 | 18.32MB 04 - functions/001 functions_en.srt | 11.26KB 04 - functions/002 function with no parameters exercise.html | 235B 04 - functions/003 function with no parameters exercise solution.html | 119B 04 - functions/004 function with 1 parameter exercise.html | 361B 04 - functions/005 function with 1 parameter exercise solution.html | 155B 04 - functions/006 Programming Challenge Volume of a Rectangular Prism.html | 1006B 04 - functions/007 Volume of a Rectangular Prism Solution.html | 419B 04 - functions/008 Programming Challenge Celsius to Fahrenheit.html | 1.05KB 04 - functions/009 Celsius to Fahrenheit Solution with integers.html | 667B 04 - functions/010 Celsius to Fahrenheit Solution with round().html | 447B 04 - functions/011 importing modules.mp4 | 6.87MB 04 - functions/011 importing modules_en.srt | 4.73KB 04 - functions/012 Programming Challenge Miles Per Gallon.html | 1.19KB 04 - functions/013 Miles Per Gallon Solution.html | 797B 04 - functions/014 variable scope.mp4 | 24.59MB 04 - functions/014 variable scope_en.srt | 11.07KB 05 - flow control/001 Intro to Flow Control.mp4 | 12.66MB 05 - flow control/001 Intro to Flow Control_en.srt | 9.60KB 05 - flow control/002 if statements.mp4 | 5.76MB 05 - flow control/002 if statements_en.srt | 4.16KB 05 - flow control/003 else statements.mp4 | 4.04MB 05 - flow control/003 else statements_en.srt | 2.91KB 05 - flow control/004 nested if and else statements.mp4 | 10.87MB 05 - flow control/004 nested if and else statements_en.srt | 6.60KB 05 - flow control/005 Programming Challenge Grade Determiner.html | 1.56KB 05 - flow control/006 Grade Determiner Solution.html | 618B 05 - flow control/007 elif statements.mp4 | 8.89MB 05 - flow control/007 elif statements_en.srt | 3.65KB 05 - flow control/008 Programming Challenge Roman Numeral Equivalent.html | 447B 05 - flow control/009 Roman Numeral Equivalent Solution.html | 1.06KB 05 - flow control/010 truthy and falsey values.mp4 | 13.67MB 05 - flow control/010 truthy and falsey values_en.srt | 4.20KB 06 - introduction to loops/001 while loops.mp4 | 10.60MB 06 - introduction to loops/001 while loops_en.srt | 5.83KB 06 - introduction to loops/002 While Loops Exercise.html | 504B 06 - introduction to loops/003 While Loops Exercise Solution.html | 113B 06 - introduction to loops/004 Programming Challenge Sum of Numbers From A Positive Integer.html | 556B 06 - introduction to loops/005 Sum of Numbers From a Positive Integer Solution.html | 991B 06 - introduction to loops/006 for loops.mp4 | 2.74MB 06 - introduction to loops/006 for loops_en.srt | 2.28KB 06 - introduction to loops/007 For Loops Exercise.html | 73B 06 - introduction to loops/008 For Loops Exercise Solution.html | 104B 06 - introduction to loops/009 Programming Challenge Find The Number of Characters in A String.html | 475B 06 - introduction to loops/010 Find The Number of Characters in A String Solution.html | 314B 06 - introduction to loops/011 range().mp4 | 5.87MB 06 - introduction to loops/011 range()_en.srt | 3.54KB 06 - introduction to loops/012 Programming Challenge Fizz Buzz.html | 572B 06 - introduction to loops/013 Fizz Buzz Solution.html | 507B 06 - introduction to loops/014 Programming Challenge Factorial.html | 311B 06 - introduction to loops/015 Factorial Solution.html | 737B 07 - strings part 2/001 string methods 1.mp4 | 56.64MB 07 - strings part 2/001 string methods 1_en.srt | 14.86KB 07 - strings part 2/002 string methods 1 exercises.html | 1.49KB 07 - strings part 2/003 string methods 1 exercise solutions.html | 435B 07 - strings part 2/004 string methods 2.mp4 | 13.52MB 07 - strings part 2/004 string methods 2_en.srt | 9.34KB 07 - strings part 2/005 string methods 2 exercises.html | 931B 07 - strings part 2/006 string methods 2 exercise solutions.html | 347B 07 - strings part 2/007 len().mp4 | 2.95MB 07 - strings part 2/007 len()_en.srt | 1.79KB 07 - strings part 2/008 Programming Challenge String Reverser.html | 580B 07 - strings part 2/009 String Reverser Solution.html | 208B 07 - strings part 2/010 Programming Challenge Word Counter.html | 2.06KB 07 - strings part 2/011 Word Counter Solution.html | 1.16KB 07 - strings part 2/012 .format().mp4 | 7.93MB 07 - strings part 2/012 .format()_en.srt | 4.25KB 08 - lists/001 introduction to lists.mp4 | 7.71MB 08 - lists/001 introduction to lists_en.srt | 3.78KB 08 - lists/002 introduction to lists exercises.html | 599B 08 - lists/003 introduction to lists exercises solutions.html | 160B 08 - lists/004 indexes and list slicing.mp4 | 24.65MB 08 - lists/004 indexes and list slicing_en.srt | 11.54KB 08 - lists/005 indexes and list slicing exercises.html | 1.05KB 08 - lists/006 indexes and list slicing exercises solutions.html | 389B 08 - lists/007 del and list methods.mp4 | 26.83MB 08 - lists/007 del and list methods_en.srt | 15.41KB 08 - lists/008 del and list methods exercises.html | 1005B 08 - lists/009 del and list methods exercises solutions.html | 379B 08 - lists/010 Lists vs. Strings.mp4 | 26.78MB 08 - lists/010 Lists vs. Strings_en.srt | 14.58KB 09 - dictionaries/001 introduction to dictionaries.mp4 | 9.55MB 09 - dictionaries/001 introduction to dictionaries_en.srt | 6.17KB 09 - dictionaries/002 introduction to dictionaries exercises.html | 423B 09 - dictionaries/003 introduction to dictionaries exercises solution.html | 195B 09 - dictionaries/004 dictionary methods 1 .keys(), .values(), .items(), and .get().mp4 | 18.84MB 09 - dictionaries/004 dictionary methods 1 .keys(), .values(), .items(), and .get()_en.srt | 9.31KB 09 - dictionaries/005 dictionary methods 1 exercises.html | 1.03KB 09 - dictionaries/006 dictionary methods 1 exercises solution.html | 618B 09 - dictionaries/007 dictionary methods 2 .fromkeys(), .pop(), and .popitem().mp4 | 9.79MB 09 - dictionaries/007 dictionary methods 2 .fromkeys(), .pop(), and .popitem()_en.srt | 5.77KB 09 - dictionaries/008 dictionary methods 2 exercises.html | 971B 09 - dictionaries/009 dictionary methods 2 exercises solution.html | 353B 09 - dictionaries/010 dictionary methods 3 .clear(), .copy(), and .update().mp4 | 10.18MB 09 - dictionaries/010 dictionary methods 3 .clear(), .copy(), and .update()_en.srt | 5.33KB 09 - dictionaries/011 dictionary methods 3 exercises.html | 638B 09 - dictionaries/012 dictionary methods 3 exercises solution.html | 345B 09 - dictionaries/013 dictionary methods 4 .setdefault().mp4 | 7.76MB 09 - dictionaries/013 dictionary methods 4 .setdefault()_en.srt | 3.66KB 09 - dictionaries/014 dict().mp4 | 5.10MB 09 - dictionaries/014 dict()_en.srt | 2.69KB 10 - tuples/001 introduction to tuples.mp4 | 12.66MB 10 - tuples/001 introduction to tuples_en.srt | 6.57KB 10 - tuples/002 tuple looping and step.mp4 | 9.12MB 10 - tuples/002 tuple looping and step_en.srt | 5.38KB 10 - tuples/003 tuple methods.mp4 | 9.46MB 10 - tuples/003 tuple methods_en.srt | 3.33KB 11 - sets/001 introduction to sets.mp4 | 15.20MB 11 - sets/001 introduction to sets_en.srt | 5.53KB 11 - sets/002 set methods.mp4 | 19.34MB 11 - sets/002 set methods_en.srt | 7.74KB 11 - sets/003 set comprehensions.mp4 | 4.38MB 11 - sets/003 set comprehensions_en.srt | 2.74KB

Recommend

Magnetic link has been copied to the cutting board