Download link
File List
-
12 Deploying Python web apps/157 Running in a production WSGI server.mp4 76.57 MB
01 Welcome to the course/001 Welcome .NET developers!.mp4 17.85 MB
01 Welcome to the course/002 Python is growing fast, catch the wave.mp4 10.28 MB
01 Welcome to the course/003 Student prerequisites.mp4 1.64 MB
01 Welcome to the course/004 What you'll learn.mp4 10.47 MB
01 Welcome to the course/005 What's built with Python.mp4 12.52 MB
01 Welcome to the course/006 We'll write lots of code.mp4 6.69 MB
01 Welcome to the course/007 Meet your instructor.mp4 16.11 MB
02 Your setup/008 Let's get you setup.mp4 9.37 MB
02 Your setup/009 Checking and installing Python.mp4 2.49 MB
02 Your setup/010 Our IDE PyCharm.mp4 6.93 MB
02 Your setup/011 Git the source code.mp4 3.18 MB
02 Your setup/012 DFollow along.mp4 12.37 MB
03 The Python Language/013 Language chapter introduction.mp4 10.15 MB
03 The Python Language/014 Language features we will cover.mp4 9.72 MB
03 The Python Language/015 Intro to the C# code.mp4 18.41 MB
03 The Python Language/016 Creating the Python project.mp4 12.32 MB
03 The Python Language/017 Code structure demo.mp4 62.54 MB
03 The Python Language/018 Concept Code structure in Python.mp4 8.14 MB
03 The Python Language/019 C# loops.mp4 12.08 MB
03 The Python Language/020 Python loops.mp4 39.69 MB
03 The Python Language/021 Concept Python loops.mp4 3.47 MB
03 The Python Language/022 C# function basics.mp4 16.27 MB
03 The Python Language/023 Python function basics.mp4 66.15 MB
03 The Python Language/024 Concept Python function basics.mp4 2.93 MB
03 The Python Language/025 C# function overloading.mp4 22.33 MB
03 The Python Language/026 Python function overloading.mp4 38.4 MB
03 The Python Language/027 Concept Python function overloading.mp4 8.87 MB
03 The Python Language/028 C# generators.mp4 23.69 MB
03 The Python Language/029 Python generators.mp4 27.29 MB
03 The Python Language/030 Concept Python generators.mp4 2.52 MB
03 The Python Language/031 C# ternary expressions.mp4 8.37 MB
03 The Python Language/032 Python ternary expressions.mp4 13.59 MB
03 The Python Language/033 Concept Python ternary expressions.mp4 1.53 MB
03 The Python Language/034 C# lambda expressions.mp4 14.05 MB
03 The Python Language/035 Python lambda expressions.mp4 27.4 MB
03 The Python Language/036 Concept Lambda expressions.mp4 2.71 MB
03 The Python Language/037 C# closures.mp4 19.9 MB
03 The Python Language/038 Python closures.mp4 19.62 MB
03 The Python Language/039 Concept Function closures.mp4 3.05 MB
03 The Python Language/040 C# type definitions.mp4 11.84 MB
03 The Python Language/041 Python type annotations.mp4 45.73 MB
03 The Python Language/042 Concept Type annotations.mp4 4.32 MB
03 The Python Language/043 C# error handling.mp4 24.01 MB
03 The Python Language/044 Python error handling.mp4 49.04 MB
03 The Python Language/045 Concept Python error handling.mp4 2.28 MB
03 The Python Language/046 C# using blocks.mp4 7.02 MB
03 The Python Language/047 Python with statements.mp4 15.54 MB
03 The Python Language/048 Concept Python with statements.mp4 3.27 MB
03 The Python Language/049 C# switch statements.mp4 6.46 MB
03 The Python Language/050 Python switch statements.mp4 42.18 MB
04 OOP Object-Oriented Python/051 Object-Oriented Python.mp4 8.56 MB
04 OOP Object-Oriented Python/052 C# Car App.mp4 22.56 MB
04 OOP Object-Oriented Python/053 Python car base class, pass 1.mp4 26.09 MB
04 OOP Object-Oriented Python/054 Car methods.mp4 10.46 MB
04 OOP Object-Oriented Python/055 Abstract cars.mp4 9.81 MB
04 OOP Object-Oriented Python/056 Specialized car classes.mp4 23.69 MB
04 OOP Object-Oriented Python/057 Base constructors and super().mp4 12.98 MB
04 OOP Object-Oriented Python/058 Python class properties.mp4 13.64 MB
04 OOP Object-Oriented Python/059 Concept Defining classes in Python.mp4 10.77 MB
04 OOP Object-Oriented Python/060 Parking lots.mp4 19.6 MB
04 OOP Object-Oriented Python/061 Parking lot factory method.mp4 28.08 MB
04 OOP Object-Oriented Python/062 Parking a car.mp4 18.72 MB
04 OOP Object-Oriented Python/063 Iterating the spots.mp4 30.9 MB
04 OOP Object-Oriented Python/064 Concept Python interfaces and magic methods.mp4 4.55 MB
05 Package management and external libraries/065 Package management introduction.mp4 11.78 MB
05 Package management and external libraries/066 PyPI Python's NuGet.mp4 14.07 MB
05 Package management and external libraries/067 Finding the Python libraries.mp4 20.51 MB
05 Package management and external libraries/068 C# package app.mp4 28.71 MB
05 Package management and external libraries/069 Installing the Python packages.mp4 47 MB
05 Package management and external libraries/070 Getting HTML with Python.mp4 19.88 MB
05 Package management and external libraries/071 Parsing HTML in Python.mp4 29.56 MB
05 Package management and external libraries/072 Concept Installing Python packages.mp4 10.14 MB
06 Memory management in Python/073 Introduction to memory management.mp4 15.07 MB
06 Memory management in Python/074 Memory management in .NET.mp4 16.96 MB
06 Memory management in Python/075 Memory management in Python.mp4 17.2 MB
06 Memory management in Python/076 Reference counting demo.mp4 51.89 MB
06 Memory management in Python/077 Cycles and GC in Python demo.mp4 36.22 MB
07 Web frameworks/078 Python web apps introduction.mp4 25.09 MB
07 Web frameworks/079 The ASP.NET and Python web ecosystems compared.mp4 14.27 MB
07 Web frameworks/080 Choosing a Python web framework.mp4 7.14 MB
07 Web frameworks/081 Flask overview.mp4 13.53 MB
07 Web frameworks/082 The demo app.mp4 19.08 MB
07 Web frameworks/083 Exploring the ASP.NET Guitary.mp4 30.36 MB
07 Web frameworks/084 Hello world Flask.mp4 30.37 MB
07 Web frameworks/085 Rendering dynamic HTML in Jinja2.mp4 22.27 MB
07 Web frameworks/086 Bring in the design.mp4 32.72 MB
07 Web frameworks/087 The guitars page.mp4 20.79 MB
07 Web frameworks/088 Our guitar class.mp4 32.72 MB
07 Web frameworks/089 Filtering guitars.mp4 21.6 MB
07 Web frameworks/090 The filter buttons.mp4 19.38 MB
07 Web frameworks/091 Guitars HTML.mp4 36.95 MB
07 Web frameworks/092 Improved price display.mp4 9.15 MB
07 Web frameworks/093 Concept Creating a Flask app.mp4 4.29 MB
07 Web frameworks/094 ASP.NET and Flask performance compared.mp4 29.16 MB
07 Web frameworks/095 Refactoring the app with blueprints.mp4 6.6 MB
07 Web frameworks/096 Full Flask course.mp4 3.21 MB
08 Database access and ORMs in Python/097 Databases and Python.mp4 6.16 MB
08 Database access and ORMs in Python/098 Features of the SQLAlchemy ORM.mp4 13.11 MB
08 Database access and ORMs in Python/099 Our C# and Entity Framework web app.mp4 37.4 MB
08 Database access and ORMs in Python/100 From in-memory classes to SQLAlchmey entities.mp4 33.81 MB
08 Database access and ORMs in Python/101 Connecting to the DB.mp4 31.42 MB
08 Database access and ORMs in Python/102 Creating the tables with SQLAlchemy.mp4 28.61 MB
08 Database access and ORMs in Python/103 Unit-of-work design pattern.mp4 28.39 MB
08 Database access and ORMs in Python/104 Concept Defining entities.mp4 4.59 MB
08 Database access and ORMs in Python/105 Concept Creating the tables.mp4 6.6 MB
08 Database access and ORMs in Python/106 Inserting data.mp4 62.34 MB
08 Database access and ORMs in Python/107 Querying data.mp4 26.44 MB
08 Database access and ORMs in Python/108 Running our Flask app outside PyCharm.mp4 20.8 MB
08 Database access and ORMs in Python/109 Fixing the Sqlite objects created in another thread error.mp4 30.82 MB
08 Database access and ORMs in Python/110 Concept Inserting data.mp4 2.18 MB
08 Database access and ORMs in Python/111 Concept Querying data.mp4 4.04 MB
08 Database access and ORMs in Python/112 SQL query equivalents.mp4 7.93 MB
09 Testing/113 Introduction to testing in Python.mp4 3.46 MB
09 Testing/114 Introducing pytest.mp4 4.19 MB
09 Testing/115 C# app under test.mp4 18.77 MB
09 Testing/116 C# tests.mp4 36.51 MB
09 Testing/117 Python app under test.mp4 19.11 MB
09 Testing/118 Setting up pytest.mp4 16.53 MB
09 Testing/119 The first real test.mp4 19.45 MB
09 Testing/120 Passing test data with pytest fixtures.mp4 19.19 MB
09 Testing/121 Mocking our dependencies with pytest_mock.mp4 47.56 MB
09 Testing/122 Concept A basic pytest test.mp4 2.32 MB
09 Testing/123 Concept Testing without dependencies.mp4 8.1 MB
09 Testing/124 Testing for errors.mp4 32.91 MB
09 Testing/125 Concept Testing for errors.mp4 1.17 MB
10 async and await in Python/126 async and await introduction.mp4 14.96 MB
10 async and await in Python/127 Async for scalability.mp4 4.37 MB
10 async and await in Python/128 Async for speed.mp4 13.71 MB
10 async and await in Python/129 Python's async landscape.mp4 5.1 MB
10 async and await in Python/130 Prerequisite C# knowledge.mp4 2.23 MB
10 async and await in Python/131 C#'s async version.mp4 25.85 MB
10 async and await in Python/132 Reviewing Python web scraper (sync version).mp4 22.22 MB
10 async and await in Python/133 First-pass Python async.mp4 52.53 MB
10 async and await in Python/134 Anatomy of an async method.mp4 5.43 MB
10 async and await in Python/135 Unsync to the rescue.mp4 8.38 MB
10 async and await in Python/136 Converting to unsync.mp4 22.35 MB
10 async and await in Python/137 More threading with unsync.mp4 55.91 MB
10 async and await in Python/138 Go deeper with the full async course.mp4 2.07 MB
11 Computational notebooks/139 Notebook intro.mp4 9.23 MB
11 Computational notebooks/140 Installing JupyterLab.mp4 26.16 MB
11 Computational notebooks/141 Registering the virtual environment with Jupyter.mp4 28.79 MB
11 Computational notebooks/142 Getting all the RSS entries.mp4 27.87 MB
11 Computational notebooks/143 Getting the links from the RSS data.mp4 57.37 MB
11 Computational notebooks/144 From links to domains.mp4 16.32 MB
11 Computational notebooks/145 Counting domains.mp4 20.64 MB
11 Computational notebooks/146 Graphing the popular domains.mp4 47.36 MB
11 Computational notebooks/147 Concept Getting started with Jupyter.mp4 20.33 MB
11 Computational notebooks/148 A more interactive example.mp4 37.12 MB
11 Computational notebooks/149 Notebooks from PyCharm.mp4 27.32 MB
12 Deploying Python web apps/150 Introduction to deploying Python web apps.mp4 7.61 MB
12 Deploying Python web apps/151 Hosting options and trade-offs.mp4 11.1 MB
12 Deploying Python web apps/152 The cost of cloud hosting compared.mp4 58.06 MB
12 Deploying Python web apps/153 Creating a virtual machine.mp4 44.45 MB
12 Deploying Python web apps/154 Concept Web server architecture.mp4 8.19 MB
12 Deploying Python web apps/155 Setting up server foundations.mp4 75.74 MB
12 Deploying Python web apps/156 Configuring the Python code.mp4 76.44 MB
python-for-dotnet-developers-course-master.zip 19.93 MB
12 Deploying Python web apps/158 nginx, you public facing web server.mp4 39.7 MB
12 Deploying Python web apps/159 Adding SSL with Let's Encrypt.mp4 72.81 MB
12 Deploying Python web apps/160 Concept uWSGI.mp4 11.98 MB
12 Deploying Python web apps/161 Concept nginx.mp4 10.39 MB
13 Course conclusion/162 The finish line.mp4 4.27 MB
13 Course conclusion/163 Python language review.mp4 12.61 MB
13 Course conclusion/164 Object-oriented Python review.mp4 5.35 MB
13 Course conclusion/165 Packages and PyPI review.mp4 3.52 MB
13 Course conclusion/166 Memory management review.mp4 7.31 MB
13 Course conclusion/167 Web apps review.mp4 4.72 MB
13 Course conclusion/168 Databases and ORMs review.mp4 5.22 MB
13 Course conclusion/169 Unit testing review.mp4 5.07 MB
13 Course conclusion/170 async and await review.mp4 5.41 MB
13 Course conclusion/171 Jupyter notebooks review.mp4 4.41 MB
13 Course conclusion/172 Deployment review.mp4 2.38 MB
13 Course conclusion/173 Don't forgit the code.mp4 1.71 MB
13 Course conclusion/174 Thanks and bye!.mp4 2.66 MB
Download Info
-
Tips
“[TalkPython] Python for the .NET Developer Course (2019) [En]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.