![]() |
|
Python for Absolute Beginners - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Python for Absolute Beginners (/Thread-Python-for-Absolute-Beginners--1096455) |
Python for Absolute Beginners - AD-TEAM - 09-04-2025 ![]() 10.33 GB | 27min 42s | mp4 | 1280X720 | 16:9 Genre:eLearning |Language:English
Files Included :
001 Course outline.mp4 (54.75 MB) 002 How to get help.mp4 (54.54 MB) 001 Introduction to Machine Setup.mp4 (15.47 MB) 002 Installing and using Python on Windows [Follow Along].mp4 (73.09 MB) 003 Installing and using Python on macOS [Follow Along].mp4 (124.14 MB) 004 Installing VSCode on Windows [Follow Along].mp4 (30.88 MB) 005 Installing VSCode on macOS [Follow Along].mp4 (24.46 MB) 006 Setup VSCode for Python [Follow Along].mp4 (27.4 MB) 007 Creating Project Folder [Follow Along].mp4 (20 MB) 008 VSCode Overview.mp4 (54.31 MB) 001 What is the Command Line.mp4 (42.55 MB) 002 Using Command Prompt - Windows [Follow Along].mp4 (59.84 MB) 003 Using the Terminal on macOS [Follow Along].mp4 (98.18 MB) 001 Python Basics Overview.mp4 (114.14 MB) 002 Python Versions.mp4 (25.67 MB) 003 How to run Python.mp4 (55.37 MB) 004 Hello World [Follow Along].mp4 (105.7 MB) 005 Comments [Follow Along].mp4 (30.85 MB) 006 Variables and Duck Typing.mp4 (62.64 MB) 007 Variables in practice [Follow Along].mp4 (42.29 MB) 008 Built-in Functions.mp4 (44.25 MB) 009 PEP-8 Guidelines.mp4 (134.01 MB) 001 Introduction to Python String Manipulation.mp4 (58.35 MB) 002 Format Function [Follow Along].mp4 (87.84 MB) 003 Formatted String Literals (F-String) [Follow Along].mp4 (28.36 MB) 001 Introduction to Python Control Flow.mp4 (21.98 MB) 002 Conditions.mp4 (40.24 MB) 003 If statements [Follow Along].mp4 (226.79 MB) 004 For loops [Follow Along].mp4 (71.57 MB) 005 While loops [Follow Along].mp4 (61.35 MB) 001 Introduction to Functions.mp4 (52.2 MB) 002 Writing first function [Follow Along].mp4 (58.91 MB) 003 Function docstrings.mp4 (39.61 MB) 004 Arguments and Parameters.mp4 (92.26 MB) 005 Using Arguments and Parameters [Follow Along].mp4 (209.35 MB) 006 Function scope.mp4 (38.06 MB) 007 Testing function scope [Follow Along].mp4 (164.83 MB) 008 Return statement.mp4 (57.88 MB) 009 Using the return statement [Follow Along].mp4 (219.55 MB) 001 Introduction to debugging.mp4 (90.5 MB) 002 Common issues.mp4 (50.73 MB) 003 Using the debugger [Follow Along].mp4 (218.44 MB) 001 Introduction to data structures.mp4 (39.64 MB) 002 Introduction to lists.mp4 (49.33 MB) 003 Using lists [Follow Along].mp4 (145.09 MB) 004 Introduction to sets.mp4 (155.17 MB) 005 Using sets [Follow Along].mp4 (251.19 MB) 006 Introduction to tuples.mp4 (61.66 MB) 007 Using tuples [Follow Along].mp4 (140.76 MB) 008 Introduction to dictionaries.mp4 (70.41 MB) 009 Using dictionaries [Follow Along].mp4 (178.39 MB) 010 Iterating through data [Follow Along].mp4 (148.87 MB) 001 Introduction to modules.mp4 (79.84 MB) 002 Creating a module [Follow along].mp4 (85.36 MB) 003 Packages and importing.mp4 (88.61 MB) 004 Create a package [Follow along].mp4 (258.16 MB) 001 Introduction to Object Orientated Programming (OOP).mp4 (46.54 MB) 002 Introduction to classes.mp4 (46.7 MB) 003 Creating a class [Follow Along].mp4 (196.99 MB) 004 Using mutable types [Follow Along].mp4 (112.98 MB) 005 Encapsulation.mp4 (55.77 MB) 006 Using encapsulation [Follow Along].mp4 (131.93 MB) 007 Class inheritance.mp4 (30.44 MB) 008 Using class inheritance [Follow Along].mp4 (410.45 MB) 001 Introduction to Packages.mp4 (48.84 MB) 002 Managing packages [Follow Along].mp4 (78.84 MB) 003 Introduction to virtual environments.mp4 (78.14 MB) 004 Using Virtual Environments [Follow Along].mp4 (107.06 MB) 005 Creating a Requirements File [Follow Along].mp4 (81.12 MB) 001 Introduction to using files.mp4 (158.64 MB) 002 Reading and writing files [Follow Along].mp4 (161.44 MB) 003 Working with paths.mp4 (109.25 MB) 004 Using paths [Follow Along].mp4 (241.82 MB) 005 Handling large files.mp4 (77.8 MB) 006 Working with large files [Follow Along].mp4 (295.84 MB) 001 Introduction to structured files.mp4 (66.93 MB) 002 Python CSV Handling.mp4 (94.63 MB) 003 Writing CSV Files [Follow Along].mp4 (177.14 MB) 004 Reading CSV Files [Follow Along].mp4 (142.89 MB) 005 Python JSON Handling.mp4 (98.91 MB) 006 Writing JSON Files [Follow Along].mp4 (149.01 MB) 007 Reading JSON Files [Follow Along].mp4 (117.07 MB) 001 Introduction to errors and exceptions.mp4 (62.21 MB) 002 Catching exceptions.mp4 (48.66 MB) 003 Catch an exception [Follow Along].mp4 (167.78 MB) 004 Raising and creating exceptions.mp4 (53.73 MB) 005 Create and raise an exception [Follow Along].mp4 (174.37 MB) 001 Introduction to writing usable scripts.mp4 (58.53 MB) 002 Create a script [Follow Along].mp4 (89.13 MB) 003 Arguments (the good kind).mp4 (98.17 MB) 004 Parsing arguments [Follow Along].mp4 (145.34 MB) 005 Writing files with a script [Follow Along].mp4 (190.84 MB) 006 Reading files with a script [Follow Along].mp4 (134.95 MB) 001 Introduction to making HTTP requests.mp4 (81.86 MB) 002 Requests library.mp4 (104.6 MB) 003 Build bitcoin converter [Follow Along].mp4 (217.98 MB) 004 Limits and authentication.mp4 (76.45 MB) 005 Setup OpenWeather credentials [Follow Along].mp4 (99.45 MB) 006 Build weather forecaster [Follow Along].mp4 (391.96 MB) 001 Recap.mp4 (85.68 MB) 002 What's next & Thank you!.mp4 (42.05 MB)] Screenshot ![]()
RapidGator
NitroFlare DDownload |