Companies Home Search Profile

Python for Everybody: The Ultimate Python 3 Bootcamp

Focused View

Kalob Taulien

9:15:14

23 View
  • 01 - Python 2 vs. Python 3.mp4
    02:00
  • 02 - Where is Python Used These Days.mp4
    06:32
  • 03 - (Windows Only) Installing Python.mp4
    04:23
  • 04 - Installing Python.mp4
    01:57
  • 05 - (Windows Only) Command Line Crash Course.mp4
    04:03
  • 06 - Command Line Crash Course.mp4
    05:40
  • 07 - Running Python Code.mp4
    05:45
  • 08 - (Windows Only) Interactive Notebooks.mp4
    03:54
  • 09 - Interactive Notebooks.mp4
    07:26
  • 10 - Where to Download the Code.mp4
    01:36
  • 11 - Taking Notes Beside Code.mp4
    04:20
  • 12 - Asking Great Questions.mp4
    02:30
  • 13 - Basic Arithmetic.mp4
    03:25
  • 14 - Variables.mp4
    06:03
  • 15 - Formatting Code in Python.mp4
    06:23
  • 16 - Python Data Types.mp4
    09:56
  • 17 - Mutable vs. Immutable.mp4
    08:58
  • 18 - Numbers.mp4
    04:47
  • 19 - Strings (Sequences).mp4
    08:27
  • 20 - Lists (Sequences).mp4
    04:26
  • 21 - Indexing and Slicing.mp4
    06:42
  • 22 - String Properties and Methods.mp4
    08:46
  • 23 - User Input.mp4
    03:58
  • 24 - Print Formatting.mp4
    06:26
  • 25 - Lists.mp4
    10:07
  • 26 - Dictionaries.mp4
    13:13
  • 27 - Tuples.mp4
    05:56
  • 28 - Sets.mp4
    06:59
  • 29 - Booleans.mp4
    04:39
  • 30 - None.mp4
    03:58
  • 31 - Files.mp4
    11:32
  • 32 - Your First Python Program.mp4
    08:55
  • 33 - Comparison Operators.mp4
    09:21
  • 34 - Comparison Shortcuts.mp4
    08:23
  • 35 - Multiple Comparison Operators.mp4
    07:30
  • 36 - Chaining Operators Together.mp4
    06:40
  • 37 - Introduction to Loops.mp4
    03:08
  • 38 - For Loops.mp4
    08:11
  • 39 - Looping Through Dictionaries.mp4
    05:03
  • 40 - While Loops.mp4
    03:11
  • 41 - Break and Continue.mp4
    05:21
  • 42 - Type Casting.mp4
    09:32
  • 43 - Helpful Operators.mp4
    10:07
  • 44 - List Comprehensions.mp4
    09:06
  • 45 - Dictionary Comprehensions.mp4
    04:01
  • 46 - Functions.mp4
    16:25
  • 47 - Args And Kwargs.mp4
    08:14
  • 48 - Comments.mp4
    06:46
  • 49 - Map.mp4
    06:46
  • 50 - Filter.mp4
    04:29
  • 51 - Lambda Expressions.mp4
    03:30
  • 52 - Scope.mp4
    09:03
  • 53 - Welcome to OOP.mp4
    12:54
  • 54 - Creating Your First Class.mp4
    02:28
  • 55 - Class Attributes.mp4
    05:37
  • 56 - Class Methods.mp4
    06:21
  • 57 - Real Life OOP Example.mp4
    05:52
  • 58 - Class Inheritance.mp4
    07:07
  • 59 - Class Interfaces.mp4
    05:28
  • 60 - Super Function.mp4
    04:53
  • 61 - Dunder Methods.mp4
    07:04
  • 62 - Introduction to Packages.mp4
    02:39
  • 63 - Installing 3rd Party Packages.mp4
    04:19
  • 64 - Finding 3rd Party Packages.mp4
    03:28
  • 65 - Seeing Installed Packages.mp4
    02:47
  • 66 - Introduction to Modules.mp4
    03:43
  • 67 - Creating a Package.mp4
    08:04
  • 68 - Name and Main.mp4
    07:19
  • 69 - Errors and Exceptions.mp4
    06:14
  • 70 - Catching Exceptions.mp4
    12:19
  • 71 - Unit Tests.mp4
    12:10
  • 72 - Nested Functions.mp4
    07:13
  • 73 - Decorators.mp4
    08:22
  • 74 - Generators.mp4
    14:41
  • 75 - Linting.mp4
    07:38
  • 76 - Virtual Environments.mp4
    13:24
  • 77 - Requirement Files.mp4
    03:51
  • 78 - Interactive Python.mp4
    03:13
  • 79 - Python Versions.mp4
    05:34
  • 80 - Local Server.mp4
    04:02
  • 81 - Project Demonstration.mp4
    00:51
  • 82 - Project - Python Environment.mp4
    01:53
  • 83 - Project - Required Packages.mp4
    01:53
  • 84 - Project - Custom Machine Learning Model.mp4
    01:57
  • 85 - Project - Project - The Code.mp4
    04:28
  • 86 - Project - Project - First Detection.mp4
    05:11
  • 87 - Project - Second Detection.mp4
    02:27
  • 88 - Project - Confidence Matters.mp4
    04:34
  • 89 - Project - How to Learn More.mp4
    01:34
  • 90 - Summary.mp4
    03:13
  • Description


    Python is one of the most sought-after skills in the software domain. Whether you want to delve into video game development, web development, or artificial intelligence, learning Python is an important step. Besides, if you're new to programming, Python is the perfect language to get started with. This course focuses on Python 3 and uses modern Python 3.7 and Python 3.8. It is designed to support Python application development on Windows, macOS, and Linux. As Python 2 is no longer maintained by the Python development team, and there are no more security updates, the focus has now shifted to using Python 3. This course will guide you through concepts such as variables, data structures, conditionals, object-oriented programming (OOP), and the Python third-party package ecosystem. You will also get to grips with unit testing your code. As you progress, you'll get hands-on experience by working through several mini-projects such as creating an exciting guessing game. Finally, you'll learn how to develop an image recognition application that can detect objects in photographs, such as people, cars, bikes, and more. By the end of this course, you will be well-versed with Python 3 and be able to apply your skills in the real world. The code files are placed here: https://github.com/PacktPublishing/Python-for-Everybody-The-Ultimate-Python-3-Bootcamp

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Kalob Taulien
    Kalob Taulien
    Instructor's Courses
    Kalob Taulien is a professional web developer who has been developing websites and working with start-ups since 1999. Since many years, he has been writing codes in Python and Django. He is in the core Wagtail CMS team and one of the core leaders in Wagtail-based education. The passion to learn and to share his knowledge by teaching and helping others is something that drives him constantly. His ability to turn complex programming concepts into easy-to-understand bits of knowledge has been called his 'superpower'. Throughout the years, he has built numerous websites. He even provides one-on-one coaching and start-up consulting to new organizations.
    Packt is a publishing company founded in 2003 headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web design, data analysis and hardware.
    • language english
    • Training sessions 90
    • duration 9:15:14
    • Release Date 2024/03/15