Details for this torrent 

One Week Python
Type:
Other > Other
Files:
602
Size:
4.77 GiB (5120978266 Bytes)
Uploaded:
2022-06-06 16:44:50 GMT
By:
tuts756 Trusted
Seeders:
2
Leechers:
0
Comments
0  

Info Hash:
7A96979EB9B8642CF05C958A6DD4656A9AD3E79A




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

Don’t waste your time with 60+ hour behemoth courses that you never finish!  Instead, try this quick and effective pathway to Python that was designed with your sanity in mind.   This course is the p1erfect first step into the world of data science, web dev, machine learning, or any other discipline that requires Python knowledge.

As an-person coding bootcamp instructor, I created this course to keep you engaged the entire way through.  It’s full of exercises, quizzes, challenges, and projects.  The slides, diagrams, and cheatsheets were painstakingly designed to help you visualize the tricky concepts.  There are no 20-minute monster videos in this course; the average video is only 4 minutes long.  Everything about this course has been designed to make it actually completable!

This course covers all the Python essentials you need: everything from variables to data structures to object oriented programming and modules. You’ll fill up your Python toolbox so you can go on and tackle libraries like pandas, flask, scikitlearn, django, and more.

What this course is not:  This course is not a complete guide to every single possible feature in the Python language.  It focuses on the 80% that is absolutely critical and worth your time, but there are other (much longer) courses that are more akin to Python textbooks that take the time to cover every feature.  In fact, I created one of those courses, and it happens to be 40 hours long! 

As someone who has both created and purchased massive Udemy mega bootcamp courses, I know they are still the standard format on the platform, but maybe it’s time for something a bit more human and engaging. I thought it was worth a try at least.

Here’s a detailed breakdown of what we cover:

    Painless installation for all platforms and users
    Working with numbers
    Python variables
    Strings and string methods
    Booleans
    Conditional Logic
    Boolean Logic
    Loops
    Functions
    Scope
    Lists
    Dictionaries
    Sets
    Tuples
    *args and **kwargs
    Working with errors
    Custom modules
    3rd party modules
    PIP
    Object Oriented Programming
    Classes

Who this course is for:

    Anyone who wants to learn Python in as little time as possible
    Busy people who can’t spend months completing a Python course
    Anyone who plans on learning Data Science or Machine Learning but first needs a Python foundation

Requirements

    No programming experience needed – I cover everything you need to know!
    A computer (mac, windows, or linux) and an internet connection

Last Updated 5/2022

[TutsNode.com] - One Week Python/24. Modules DONE/10. ★ Sentiment Analysis Fun Project.mp486.39 MiB
TutsNode.com.txt63 B
[TutsNode.com] - One Week Python/19. Lists Part 2/12. ★ Todo List Exercise Solution.srt16.02 KiB
[TutsNode.com] - One Week Python/2. Installation/4. Installation For Windows Users.srt14.87 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/10. ★ Sentiment Analysis Fun Project.srt14.84 KiB
[TutsNode.com] - One Week Python/1. Introduction/2. What This Course IS NOT.srt2.39 KiB
[TutsNode.com] - One Week Python/16. Functions/13. KeywordNamed Arguments.srt13.9 KiB
[TutsNode.com] - One Week Python/25. OOP/5. Practicing Instance Methods.srt13.41 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/11. Iterating Dicts keys(), values(), and items().srt13.09 KiB
[TutsNode.com] - One Week Python/16. Functions/9. ★ Function Practice Set.srt12.63 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/8. ★ BMI Calculator Exercise.srt12.48 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/1. String Slices.srt12.35 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/8. ★ Name Length Codealong.srt12.3 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/4. The Elif Keyword.srt12.07 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/16. ★ Grand Prix Exercise.srt12.07 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/7. ★ Rock Paper Scissors Exercise.srt11.95 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/13. ★ 99 Bottles Of Beer Codealong.srt11.89 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/14. ★ Peak Dictionary Exercise.srt11.76 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/9. ★ ArgsKwargs Problem Set.srt11.31 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/1. Nested Lists.srt11.25 KiB
[TutsNode.com] - One Week Python/25. OOP/8. Inheritance Basics.srt11.11 KiB
[TutsNode.com] - One Week Python/2. Installation/3. Installation For Mac Users.srt11.07 KiB
[TutsNode.com] - One Week Python/25. OOP/7. Class Methods.srt10.92 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/11. Deletion Methods pop(), popitems(), remove().srt10.81 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/3. ★ Numbers Quiz Done.html166 B
[TutsNode.com] - One Week Python/25. OOP/1. Introducing OOP.srt10.7 KiB
[TutsNode.com] - One Week Python/25. OOP/4. Instance Methods.srt10.64 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/15. Lists + Loops Patterns.srt10.56 KiB
[TutsNode.com] - One Week Python/23. Errors/4. Try and Except.srt10.34 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/6. ★ Basic Operators Quiz Done.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/1. Creating Lists.srt10.24 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/3. ★ While Loops Practice.srt10.22 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/8. ★ Other Operators Quiz Done.html166 B
[TutsNode.com] - One Week Python/4. Variables Basics DONE/3. Variable Naming.srt10.13 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/11. ★ Shopping Cart Exercise.srt10.09 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/2. ★ Variable Quiz Done.html166 B
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/2. Using args.srt1 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/10. List Slices.srt9.86 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/4. ★ Variable Naming Quiz DONE.html166 B
[TutsNode.com] - One Week Python/23. Errors/1. Common Error Types.srt9.77 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/9. ★ Toothpick Game Exercise.srt9.54 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/6. ★ Assignment Operators Quiz Done.html166 B
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/2. The If Keyword.srt9.38 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/5. Reading Function Signatures + Strip Methods.srt9.23 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/7. Numbers & Variables In The Wild.srt9.34 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/11. The range() function.srt9.11 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/3. List Operators.srt9.06 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/1. Variables.srt9.04 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/2. ★ Strings Basics Quiz DONE.html166 B
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/1. Introducing Methods Upper and Lower.srt9.02 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/8. Scope Precedence Rules.srt9 KiB
[TutsNode.com] - One Week Python/25. OOP/3. Writing Our First Class.srt8.95 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/2. Integers and Floats.srt8.84 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/5. ★ String Variables Quiz DONE.html166 B
[TutsNode.com] - One Week Python/16. Functions/3. Functions With An Input.srt8.8 KiB
[TutsNode.com] - One Week Python/25. OOP/2. Class Syntax.srt8.77 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/7. ★ String Indexing Quiz DONE.html166 B
[TutsNode.com] - One Week Python/24. Modules DONE/7. Our First Pip Package!.srt8.65 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/6. String Indexing.srt8.64 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/2. ★ Slice Quiz DONE.html166 B
[TutsNode.com] - One Week Python/15. Loops Part II DONE/10. ★ Toothpick Game Refactor.srt8.58 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/6. The Else Keyword.srt8.58 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/9. Using Logical NOT In Practice.srt8.52 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/1. Introducing Functions.srt8.47 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/5. ★ Escape Character Quiz DONE.html166 B
[TutsNode.com] - One Week Python/20. Dictionaries/12. Fancy Dictionary Merging.srt8.43 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/6. Parameter List Ordering.srt8.4 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/8. F Strings.srt8.38 KiB
[TutsNode.com] - One Week Python/16. Functions/7. Using The Return Keyword.srt8.38 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/4. ★ Dice Roller Exercise Solution.srt8.36 KiB
[TutsNode.com] - One Week Python/25. OOP/6. Class Attributes.srt8.29 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/1. Introducing Strings.srt8.24 KiB
[TutsNode.com] - One Week Python/25. OOP/9. The super() Function.srt8.17 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/1. A Tangent On Indentation.srt6.95 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/13. What I Didn't Cover WIP.html7 B
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/3. ★ Len Quiz DONE.html166 B
[TutsNode.com] - One Week Python/3. Numbers DONE/7. Lesser Known Operators.srt8.17 KiB
[TutsNode.com] - One Week Python/16. Functions/2. Our Very First Function!.srt8.16 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/3. Logical Operator Precedence.srt8.05 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/3. Comparison Operators.srt7.95 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/6. ★ Types Quiz DONE.html166 B
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/1. TruthyFalsey Testing.srt7.85 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/9. ★ Sentiment Analysis Fun Project Installation.srt7.81 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/13. Lists and Dicts Combined!.srt7.74 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/6. 3rd Party Modules Pip & PyPI.srt7.71 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/9. ★ F-Strings Quiz DONE.html166 B
[TutsNode.com] - One Week Python/16. Functions/4. Functions With Multiple Arguments.srt7.68 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/4. Input.srt7.59 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/2. Importing More Built-In Modules.srt7.58 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/5. Basic Operators.srt7.55 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/5. Lists Are Mutable.srt7.49 KiB
[TutsNode.com] - One Week Python/23. Errors/5. LBYL and EAFP.srt7.47 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/2. ★ Quick String Methods Quiz DONE.html166 B
[TutsNode.com] - One Week Python/15. Loops Part II DONE/1. Break and Continue Keywords.srt7.4 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/4. Sort(), Reverse(), and Count().srt7.37 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/7. The get() method and in operator.srt7.3 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/5. Logical Operators In The Wild.srt7.25 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/2. Creating Your Own Dictionaries.srt7.25 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/4. String Operators.srt7.21 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/6. ★ Yet Another String Quiz! DONE.html166 B
[TutsNode.com] - One Week Python/24. Modules DONE/3. Fancy Import Syntax.srt7.19 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/9. ★ Tweet Checker Exercise.srt7.13 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/7. A Common Gotcha Mutable Default Args.srt7.13 KiB
[TutsNode.com] - One Week Python/16. Functions/1. Introducing Functions.srt7.12 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/1. Introducing Tuples.srt7.11 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/13. Iterating Over Lists.srt7.1 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/10. ★ Even More String Methods Quiz DONE.html166 B
[TutsNode.com] - One Week Python/14. Loops Part I DONE/14. ★ Loops Problem Set.srt7.08 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/1. Working With Built-In Modules.srt7.07 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/8. Other String Methods.srt7.03 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/8. Join() and Split().srt7.03 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/13. What I Didn't Cover.html472 B
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/6. Conditionals In The Wild.srt6.95 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/8. Unpacking Args.srt6.94 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/2. ★ Boolean Quiz DONE.html166 B
[TutsNode.com] - One Week Python/19. Lists Part 2/9. List Unpacking.srt6.9 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/1. Introducing Dictionaries.srt6.89 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/7. ★ Snake Eyes Codealong.srt6.75 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/8. Set Operators Intersection, Union, Difference.srt6.72 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/5. ★ Comparison Quiz DONE.html166 B
[TutsNode.com] - One Week Python/4. Variables Basics DONE/5. Assignment Operators.srt6.7 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/6. Comparing Across Types.srt2.1 KiB
[TutsNode.com] - One Week Python/23. Errors/3. When To Raise.srt6.7 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/8. ★ Toothpick Game Exercise Intro.srt6.66 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/8. ★ TruthyFalsey Quiz DONE.html166 B
[TutsNode.com] - One Week Python/9. Booleans DONE/10. OPTIONAL Comparing Strings.srt6.62 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/1. Global Scope.srt6.6 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/3. Print().srt6.52 KiB
[TutsNode.com] - One Week Python/16. Functions/10. Default Parameters.srt6.5 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/7. Working With Sets.srt6.38 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/6. Adding and Updating Data In Dictionaries.srt6.38 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/1. Introducing args.srt6.37 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/3. Tuple Functionality.srt6.33 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/1. Logical AND.srt6.32 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/7. Replace.srt6.31 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/3. ★ If Quiz DONE.html166 B
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/5. ★ Water Boiling Codealong.srt6.28 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/3. Navigating The Docs.srt6.02 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/5. ★ Elif Quiz DONE.html166 B
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/5. Sets Introduction.srt6.02 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/10. The 'Global' Keyword.srt6.01 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/7. ★ Else Quiz DONE.html166 B
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/3. Nesting Conditionals.srt5.92 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/12. ★ Press Release Exercise.srt5.92 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/4. Introducing kwargs.srt5.88 KiB
[TutsNode.com] - One Week Python/2. Installation/1. Python Versions They Actually Matter!.srt5.88 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/4. Help() & ipython ''.srt5.79 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/2. While Loops.srt5.77 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/2. ★ Indentation Quiz DONE.html166 B
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/1. Introducing Conditionals.srt5.72 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/1. Introducing Booleans.srt5.71 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/4. ★ Nested Conditionals Quiz DONE.html166 B
[TutsNode.com] - One Week Python/19. Lists Part 2/10. Copying Lists.srt5.69 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/7. append() and extend().srt5.69 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/4. OPTIONAL Numeric Notations.srt5.65 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/5. Type Casting.srt5.65 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/7. ★ Quick 1-Question Feedback Survey.html172 B
[TutsNode.com] - One Week Python/6. String Basics II DONE/4. Escape Characters.srt5.59 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/6. Comparing Lists == vs is.srt5.56 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/4. Equality Operators.srt5.54 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/5. Working With Nested Loops.srt5.53 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/11. String Methods In The Wild.srt5.46 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/5. Creating Custom Modules.srt5.36 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/3. ★ Logical AND Quiz DONE.html166 B
[TutsNode.com] - One Week Python/19. Lists Part 2/11. ★ Todo List Exercise Intro.srt5.35 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/5. Enclosing Scope.srt5.35 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/2. Using Logical AND In Practice.srt5.34 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/6. ★ Rock Paper Scissors Exercise Intro.srt5.34 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/6. ★ Logical OR Quiz DONE.html166 B
[TutsNode.com] - One Week Python/16. Functions/6. Introducing Return!.srt5.33 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/4. Accessing Data In Dictionaries.srt5.28 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/8. ★ Logical NOT Quiz DONE.html166 B
[TutsNode.com] - One Week Python/6. String Basics II DONE/8. ★ Nico Hülkenberg Exercise.srt5.24 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/10. When Use Sets.srt5.23 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/7. Truthiness & Falseyness.srt5.18 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/5. Using Logical OR In Practice.srt5.12 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/2. ★ TruthyFalsy Testing Quiz.html166 B
[TutsNode.com] - One Week Python/16. Functions/12. Ordering Default Parameters.srt5.07 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/10. F-Strings and Type Casting In The Wild.srt5.07 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/4. ★ Operator Combo Quiz.html166 B
[TutsNode.com] - One Week Python/23. Errors/2. Raising Exceptions.srt5.03 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/6. Triple Quotes.srt5 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/9. Dictionary pop(), clear(), and del.srt5 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/7. ★ Age Calculator Exercise.srt4.99 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/11. Booleans In The Wild.srt4.98 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/8. insert().srt4.9 KiB
[TutsNode.com] - One Week Python/1. Introduction/4. What We Can Do With Python.srt4.8 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/1. Introducing Loops!.srt2.84 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/8. Language Translator Package.srt4.78 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/8. ★ Magic Trick Exercise.srt4.73 KiB
[TutsNode.com] - One Week Python/1. Introduction/1. Welcome To The Course!.srt4.69 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/2. Len.srt4.67 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/4. ★ While Loop Quiz.html166 B
[TutsNode.com] - One Week Python/2. Installation/5. The No-Installation Option REPL.it.srt4.65 KiB
[TutsNode.com] - One Week Python/2. Installation/2. 2 Ways of Running Python.srt4.6 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/6. ★ Infinite Loop Quiz.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/3. Accessing Data In Lists.srt4.45 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/8. For Loops.srt4.4 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/4. Scope In Loops and Conditionals.srt4.33 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/5. Updating List Elements.srt4.27 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/9. ★ For Loops Quiz.html166 B
[TutsNode.com] - One Week Python/5. Strings Basics DONE/3. String Variables.srt4.11 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/10. Loops and Indentation.srt2.63 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/4. Logical OR.srt4.11 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/9. Method Chaining.srt4.1 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/12. ★ Range Quiz.html166 B
[TutsNode.com] - One Week Python/17. Scope DONE/2. Local Scope.srt4.09 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/4. Why Use Tuples.srt3.97 KiB
[TutsNode.com] - One Week Python/1. Introduction/3. Why You Should Learn Python.srt3.93 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/7. Loops In The Wild.srt3.75 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/5. Avoiding Infinite Loops.srt3.71 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/3. ★ Dice Roller Exercise.srt3.71 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/2. ★ Break Quiz.html166 B
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/7. Logical NOT.srt3.41 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/7. Strings In The Wild.srt3.38 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/1. Intro to Data Types.srt3.2 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/9. The in Operator.srt3.18 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/7. Built-In Scope.srt3.03 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/10. Dictionaries Are Mutable Too!.srt2.92 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/6. ★ Nested Loop Quiz.html166 B
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - One Week Python/16. Functions/5. ★ Functions Basics Quiz DONE.html166 B
[TutsNode.com] - One Week Python/16. Functions/8. ★ Return Quiz DONE.html166 B
[TutsNode.com] - One Week Python/16. Functions/11. ★ Default Params Quiz DONE.html166 B
[TutsNode.com] - One Week Python/17. Scope DONE/3. ★ Scope Quiz DONE.html166 B
[TutsNode.com] - One Week Python/17. Scope DONE/6. ★ Scope Quiz II DONE.html166 B
[TutsNode.com] - One Week Python/17. Scope DONE/9. ★ Scope Quiz III DONE.html166 B
[TutsNode.com] - One Week Python/17. Scope DONE/11. ★ Global Quiz DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/2. ★ Creating Lists Quiz DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/4. ★ Lists Quiz II DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/6. ★ Lists Basics Recap Quiz DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/9. ★ List Methods Quiz DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/12. ★ List Methods Quiz II DONE.html166 B
[TutsNode.com] - One Week Python/18. Lists Basics DONE/14. ★ List Loop Quiz DONE.html166 B
[TutsNode.com] - One Week Python/19. Lists Part 2/2. ★ Nested Lists Quiz DONE.html166 B
[TutsNode.com] - One Week Python/19. Lists Part 2/7. ★ Lists Are Mutable Quiz DONE.html166 B
[TutsNode.com] - One Week Python/20. Dictionaries/3. ★ Creating Dictionaries Quiz DONE.html166 B
[TutsNode.com] - One Week Python/20. Dictionaries/5. ★ Accessing Dictionaries Quiz DONE.html166 B
[TutsNode.com] - One Week Python/20. Dictionaries/8. ★ Dictionary Quiz 3 DONE.html166 B
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/2. ★ Tuples Basics Quiz DONE.html166 B
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/6. ★ Sets Basics Quiz DONE.html166 B
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/9. ★ Set Operators Quiz DONE.html166 B
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/3. ★ args Quiz DONE.html166 B
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/5. ★ Kwargs Quiz DONE.html166 B
[TutsNode.com] - One Week Python/24. Modules DONE/4. ★ Import Quiz DONE.html166 B
[TutsNode.com] - One Week Python/20. Dictionaries/15. What I Didn't Cover.html59 B
.pad/0333.74 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/12. ★ Todo List Exercise Solution.mp483.94 MiB
.pad/162.55 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/8. ★ BMI Calculator Exercise.mp475.94 MiB
.pad/256.33 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/14. ★ Peak Dictionary Exercise.mp469.07 MiB
.pad/3954.44 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/16. ★ Grand Prix Exercise.mp467.91 MiB
.pad/490.45 KiB
[TutsNode.com] - One Week Python/2. Installation/4. Installation For Windows Users.mp467.77 MiB
.pad/5233.86 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/8. ★ Name Length Codealong.mp460.12 MiB
.pad/6903.61 KiB
[TutsNode.com] - One Week Python/16. Functions/13. KeywordNamed Arguments.mp458.36 MiB
.pad/7653.11 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/7. Numbers & Variables In The Wild.mp456.75 MiB
.pad/8259.56 KiB
[TutsNode.com] - One Week Python/25. OOP/5. Practicing Instance Methods.mp456.21 MiB
.pad/9808.72 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/13. ★ 99 Bottles Of Beer Codealong.mp453.75 MiB
.pad/10257.48 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/7. ★ Rock Paper Scissors Exercise.mp453.43 MiB
.pad/11586.87 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/11. Iterating Dicts keys(), values(), and items().mp452.24 MiB
.pad/12775.45 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/9. ★ Toothpick Game Exercise.mp452.2 MiB
.pad/13821.83 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/6. Conditionals In The Wild.mp451.8 MiB
.pad/14201.28 KiB
[TutsNode.com] - One Week Python/25. OOP/7. Class Methods.mp450.2 MiB
.pad/15822.59 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/2. Importing More Built-In Modules.mp449.43 MiB
.pad/16582.05 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/10. ★ Toothpick Game Refactor.mp447.87 MiB
.pad/17133.07 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/9. ★ ArgsKwargs Problem Set.mp447.75 MiB
.pad/18259 KiB
[TutsNode.com] - One Week Python/25. OOP/8. Inheritance Basics.mp445.63 MiB
.pad/19381.21 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/11. ★ Shopping Cart Exercise.mp445.07 MiB
.pad/20953.59 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/9. ★ Sentiment Analysis Fun Project Installation.mp443.93 MiB
.pad/2173.96 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/5. Logical Operators In The Wild.mp441.56 MiB
.pad/22453.28 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/5. Reading Function Signatures + Strip Methods.mp441.45 MiB
.pad/23562.49 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/15. Lists + Loops Patterns.mp440.78 MiB
.pad/24225.11 KiB
[TutsNode.com] - One Week Python/25. OOP/6. Class Attributes.mp440.25 MiB
.pad/25763.19 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/10. F-Strings and Type Casting In The Wild.mp440.01 MiB
.pad/261018.3 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/6. 3rd Party Modules Pip & PyPI.mp439.71 MiB
.pad/27298.06 KiB
[TutsNode.com] - One Week Python/25. OOP/3. Writing Our First Class.mp439.37 MiB
.pad/28642.69 KiB
[TutsNode.com] - One Week Python/23. Errors/1. Common Error Types.mp438.79 MiB
.pad/29216.04 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/7. Our First Pip Package!.mp438.61 MiB
.pad/30398.56 KiB
[TutsNode.com] - One Week Python/23. Errors/4. Try and Except.mp438.54 MiB
.pad/31475.08 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/8. Other String Methods.mp438.34 MiB
.pad/32673.92 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/12. ★ Press Release Exercise.mp437.81 MiB
.pad/33194.58 KiB
[TutsNode.com] - One Week Python/25. OOP/4. Instance Methods.mp437.53 MiB
.pad/34483.66 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/3. Navigating The Docs.mp437.42 MiB
.pad/35591.61 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/6. Parameter List Ordering.mp436.96 MiB
.pad/3644.29 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/1. Working With Built-In Modules.mp436.79 MiB
.pad/37211.49 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/8. Scope Precedence Rules.mp436.49 MiB
.pad/38520.84 KiB
[TutsNode.com] - One Week Python/25. OOP/9. The super() Function.mp436.02 MiB
.pad/391005.72 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/3. Logical Operator Precedence.mp434.78 MiB
.pad/40227.39 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/9. ★ Tweet Checker Exercise.mp434.77 MiB
.pad/41236.08 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/4. The Elif Keyword.mp434.59 MiB
.pad/42424.76 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/4. ★ Dice Roller Exercise Solution.mp434.56 MiB
.pad/43454.6 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/7. The get() method and in operator.mp434.25 MiB
.pad/44766.12 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/11. String Methods In The Wild.mp433.89 MiB
.pad/45108.03 KiB
[TutsNode.com] - One Week Python/2. Installation/3. Installation For Mac Users.mp433.74 MiB
.pad/46268.81 KiB
[TutsNode.com] - One Week Python/1. Introduction/4. What We Can Do With Python.mp433.33 MiB
.pad/47690.63 KiB
[TutsNode.com] - One Week Python/16. Functions/9. ★ Function Practice Set.mp433.25 MiB
.pad/48766.95 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/13. Lists and Dicts Combined!.mp433.23 MiB
.pad/49792.27 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/3. Variable Naming.mp433.16 MiB
.pad/50856.65 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/2. Using args.mp432.68 MiB
.pad/51325.55 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/9. Using Logical NOT In Practice.mp432.66 MiB
.pad/52348.95 KiB
[TutsNode.com] - One Week Python/16. Functions/1. Introducing Functions.mp432.23 MiB
.pad/53789.09 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/1. Nested Lists.mp432.14 MiB
.pad/54877.86 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/11. The range() function.mp431.84 MiB
.pad/55167.83 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/11. Deletion Methods pop(), popitems(), remove().mp431.64 MiB
.pad/56373.68 KiB
[TutsNode.com] - One Week Python/25. OOP/1. Introducing OOP.mp431.53 MiB
.pad/57485.19 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/14. ★ Loops Problem Set.mp429.57 MiB
.pad/58439.84 KiB
[TutsNode.com] - One Week Python/1. Introduction/1. Welcome To The Course!.mp429.54 MiB
.pad/59468.73 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/3. List Operators.mp428.85 MiB
.pad/60150.58 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/13. Iterating Over Lists.mp428.8 MiB
.pad/61209.26 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/5. ★ Water Boiling Codealong.mp428.26 MiB
.pad/62759.09 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/1. String Slices.mp427.82 MiB
.pad/63183.11 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/8. F Strings.mp427.53 MiB
.pad/64481.94 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/11. Booleans In The Wild.mp427.08 MiB
.pad/65940.53 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/1. Introducing Functions.mp427 MiB
.pad/661020.13 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/3. ★ While Loops Practice.mp426.94 MiB
.pad/6758.36 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/11. ★ Todo List Exercise Intro.mp426.92 MiB
.pad/6883.9 KiB
[TutsNode.com] - One Week Python/16. Functions/7. Using The Return Keyword.mp426.32 MiB
.pad/69691.42 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/8. ★ Nico Hülkenberg Exercise.mp426.23 MiB
.pad/70783.92 KiB
[TutsNode.com] - One Week Python/16. Functions/2. Our Very First Function!.mp425.21 MiB
.pad/71810.74 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/10. List Slices.mp424.75 MiB
.pad/72256.93 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/8. Set Operators Intersection, Union, Difference.mp424.73 MiB
.pad/73281.27 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/7. Replace.mp424.72 MiB
.pad/74288.35 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/2. The If Keyword.mp424.39 MiB
.pad/75623.22 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/7. A Common Gotcha Mutable Default Args.mp424.14 MiB
.pad/76877 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/7. Strings In The Wild.mp424.12 MiB
.pad/77898.22 KiB
[TutsNode.com] - One Week Python/16. Functions/3. Functions With An Input.mp423.99 MiB
.pad/788.37 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/1. A Tangent On Indentation.mp423.95 MiB
.pad/7946.22 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/6. The Else Keyword.mp423.91 MiB
.pad/8094.93 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/2. Integers and Floats.mp423.69 MiB
.pad/81313.49 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/1. Introducing Booleans.mp423.59 MiB
.pad/82422.53 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/8. Language Translator Package.mp423.47 MiB
.pad/83541.97 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/12. Fancy Dictionary Merging.mp423.39 MiB
.pad/84621.71 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/3. Fancy Import Syntax.mp423.27 MiB
.pad/85749.48 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/1. Break and Continue Keywords.mp423.15 MiB
.pad/86875.36 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/8. Unpacking Args.mp422.87 MiB
.pad/87136.92 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/7. Loops In The Wild.mp422.66 MiB
.pad/88348.75 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/1. TruthyFalsey Testing.mp422.38 MiB
.pad/89630.81 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/3. Comparison Operators.mp422.28 MiB
.pad/90736.98 KiB
[TutsNode.com] - One Week Python/1. Introduction/3. Why You Should Learn Python.mp422 MiB
.pad/912.55 KiB
[TutsNode.com] - One Week Python/23. Errors/3. When To Raise.mp421.89 MiB
.pad/92109.5 KiB
[TutsNode.com] - One Week Python/16. Functions/10. Default Parameters.mp421.78 MiB
.pad/93222.01 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/8. ★ Magic Trick Exercise.mp421.75 MiB
.pad/94255.11 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/1. Introducing Methods Upper and Lower.mp421.67 MiB
.pad/95340.31 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/1. Global Scope.mp421.5 MiB
.pad/96509.55 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/1. Introducing Strings.mp421.43 MiB
.pad/97584.45 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/7. ★ Snake Eyes Codealong.mp421.32 MiB
.pad/98693.46 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/10. The 'Global' Keyword.mp421.07 MiB
.pad/99952.14 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/3. Print().mp421 MiB
.pad/1001023.87 KiB
[TutsNode.com] - One Week Python/16. Functions/4. Functions With Multiple Arguments.mp420.56 MiB
.pad/101451.79 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/4. Input.mp420.52 MiB
.pad/102496.32 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/9. List Unpacking.mp420.48 MiB
.pad/103533.99 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/4. Help() & ipython ''.mp420.22 MiB
.pad/104798.24 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/1. Variables.mp420.18 MiB
.pad/105836.06 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/6. Adding and Updating Data In Dictionaries.mp420.16 MiB
.pad/106856.94 KiB
[TutsNode.com] - One Week Python/25. OOP/2. Class Syntax.mp420.06 MiB
.pad/107958.69 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/4. Sort(), Reverse(), and Count().mp420.03 MiB
.pad/108996.73 KiB
[TutsNode.com] - One Week Python/11. Conditionals Part II DONE/3. Nesting Conditionals.mp419.6 MiB
.pad/109408.34 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/8. ★ Toothpick Game Exercise Intro.mp419.21 MiB
.pad/110810.02 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/1. Creating Lists.mp419.19 MiB
.pad/111829.5 KiB
[TutsNode.com] - One Week Python/13. More On Logical Operators DONE/6. ★ Rock Paper Scissors Exercise Intro.mp418.95 MiB
.pad/11254.62 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/5. Using Logical OR In Practice.mp418.92 MiB
.pad/11380.41 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/7. ★ Age Calculator Exercise.mp418.87 MiB
.pad/114128.2 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/5. Lists Are Mutable.mp418.64 MiB
.pad/115373.37 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/2. Using Logical AND In Practice.mp418.58 MiB
.pad/116425.79 KiB
[TutsNode.com] - One Week Python/24. Modules DONE/5. Creating Custom Modules.mp418.56 MiB
.pad/117446.07 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/7. Working With Sets.mp418.35 MiB
.pad/118667.56 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/6. String Indexing.mp418.32 MiB
.pad/119699.88 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/8. Join() and Split().mp418.25 MiB
.pad/120765.8 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/1. Introducing Tuples.mp418.21 MiB
.pad/121805.41 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/2. Creating Your Own Dictionaries.mp417.86 MiB
.pad/122146.9 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/1. Introducing Dictionaries.mp417.74 MiB
.pad/123270.7 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/2. While Loops.mp417.37 MiB
.pad/124643.14 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/7. Lesser Known Operators.mp417.34 MiB
.pad/125672.98 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/3. Tuple Functionality.mp417.3 MiB
.pad/126719.72 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/9. Dictionary pop(), clear(), and del.mp417.25 MiB
.pad/127768.38 KiB
[TutsNode.com] - One Week Python/2. Installation/2. 2 Ways of Running Python.mp417.11 MiB
.pad/128913.6 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/10. Copying Lists.mp417.08 MiB
.pad/129946.65 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/4. Escape Characters.mp417.04 MiB
.pad/130980.05 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/5. Enclosing Scope.mp416.95 MiB
.pad/13153.4 KiB
[TutsNode.com] - One Week Python/4. Variables Basics DONE/5. Assignment Operators.mp416.54 MiB
.pad/132467.05 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/5. Basic Operators.mp416.35 MiB
.pad/133669.71 KiB
[TutsNode.com] - One Week Python/8. Strings and Methods DONE/9. Method Chaining.mp416.27 MiB
.pad/134750.72 KiB
[TutsNode.com] - One Week Python/6. String Basics II DONE/6. Triple Quotes.mp416.24 MiB
.pad/135775.63 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/4. String Operators.mp416.03 MiB
.pad/136989.21 KiB
[TutsNode.com] - One Week Python/23. Errors/2. Raising Exceptions.mp416.03 MiB
.pad/137997.63 KiB
[TutsNode.com] - One Week Python/16. Functions/12. Ordering Default Parameters.mp415.99 MiB
.pad/1386.77 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/5. Working With Nested Loops.mp415.98 MiB
.pad/13923.95 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/5. Type Casting.mp415.97 MiB
.pad/14026.32 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/1. Introducing args.mp415.85 MiB
.pad/141151.65 KiB
[TutsNode.com] - One Week Python/16. Functions/6. Introducing Return!.mp415.77 MiB
.pad/142237.41 KiB
[TutsNode.com] - One Week Python/22. Returning To Functions DONE/4. Introducing kwargs.mp415.76 MiB
.pad/143245.63 KiB
[TutsNode.com] - One Week Python/23. Errors/5. LBYL and EAFP.mp415.72 MiB
.pad/144288.45 KiB
[TutsNode.com] - One Week Python/2. Installation/1. Python Versions They Actually Matter!.mp415.61 MiB
.pad/145397.85 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/7. append() and extend().mp415.5 MiB
.pad/146514.54 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/1. Logical AND.mp415.46 MiB
.pad/147556.89 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/4. OPTIONAL Numeric Notations.mp415.25 MiB
.pad/148764.55 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/10. When Use Sets.mp415.12 MiB
.pad/149896.5 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/10. OPTIONAL Comparing Strings.mp414.62 MiB
.pad/150394 KiB
[TutsNode.com] - One Week Python/19. Lists Part 2/6. Comparing Lists == vs is.mp414.59 MiB
.pad/151419.74 KiB
[TutsNode.com] - One Week Python/15. Loops Part II DONE/3. ★ Dice Roller Exercise.mp414.06 MiB
.pad/152958.94 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/4. Scope In Loops and Conditionals.mp413.87 MiB
.pad/153134.05 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/2. Local Scope.mp413.73 MiB
.pad/154278.86 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/4. Accessing Data In Dictionaries.mp413.62 MiB
.pad/155388.65 KiB
[TutsNode.com] - One Week Python/10. Conditionals Basics DONE/1. Introducing Conditionals.mp413.62 MiB
.pad/156390.2 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/5. Sets Introduction.mp413.18 MiB
.pad/157841.3 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/5. Updating List Elements.mp413.08 MiB
.pad/158937.74 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/7. Truthiness & Falseyness.mp412.69 MiB
.pad/159322.37 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/8. insert().mp412.52 MiB
.pad/160495.54 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/8. For Loops.mp411.55 MiB
.pad/161457.09 KiB
[TutsNode.com] - One Week Python/21. Sets and Tuples DONE/4. Why Use Tuples.mp411.33 MiB
.pad/162690.09 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/5. Avoiding Infinite Loops.mp411.29 MiB
.pad/163726.07 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/4. Equality Operators.mp411.29 MiB
.pad/164731.19 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/4. Logical OR.mp410.91 MiB
.pad/16596.77 KiB
[TutsNode.com] - One Week Python/18. Lists Basics DONE/3. Accessing Data In Lists.mp410.74 MiB
.pad/166271.21 KiB
[TutsNode.com] - One Week Python/7. Strings & Built-Ins DONE/2. Len.mp410.6 MiB
.pad/167410.25 KiB
[TutsNode.com] - One Week Python/2. Installation/5. The No-Installation Option REPL.it.mp410.3 MiB
.pad/168712.32 KiB
[TutsNode.com] - One Week Python/17. Scope DONE/7. Built-In Scope.mp410.26 MiB
.pad/169757.79 KiB
[TutsNode.com] - One Week Python/5. Strings Basics DONE/3. String Variables.mp49.11 MiB
.pad/170913.56 KiB
[TutsNode.com] - One Week Python/12. Writing More Complex Logic DONE/7. Logical NOT.mp48.89 MiB
.pad/171114.67 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/9. The in Operator.mp47.3 MiB
.pad/172715.46 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/10. Loops and Indentation.mp46.98 MiB
.pad/17320.4 KiB
[TutsNode.com] - One Week Python/1. Introduction/2. What This Course IS NOT.mp46.53 MiB
.pad/174484.16 KiB
[TutsNode.com] - One Week Python/20. Dictionaries/10. Dictionaries Are Mutable Too!.mp46.4 MiB
.pad/175611.15 KiB
[TutsNode.com] - One Week Python/3. Numbers DONE/1. Intro to Data Types.mp46.39 MiB
.pad/176621.95 KiB
[TutsNode.com] - One Week Python/14. Loops Part I DONE/1. Introducing Loops!.mp45.52 MiB
.pad/177488.36 KiB
[TutsNode.com] - One Week Python/9. Booleans DONE/6. Comparing Across Types.mp43.75 MiB