Python for the .NET Developer

Python for the .NET Developer

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 55m | 273 MB

An easy introduction to one of the most powerful and popular languages

There are four reasons to learn Python:

  • Python’s popularity and concomitant high salaries; Python engineers have some of the highest salaries in the industry. Also, Python has undergone a strong spike in popularity over the last year.
  • Ease of Learning; Python is extremely simple and easy to learn. It is a very powerful language and it closely resembles the English language! So, what contributes to its simplicity? Python is a free and open source, high-level, interpreted, and blessed with a large community.
  • Python’s portability and extensibility allow you to perform cross-language operations seamlessly.
    It’s a very flexible language, capable of creating anything from desktop software to web applications and frameworks.

An easy 2-hour introduction to Python and C#.

What You Will Learn

  • Write object-oriented Code in Python and get a refresher on C# code from demonstrating the same Python exercises.
Table of Contents

Introduction
1 Why Learn Python

Environment Setup
2 Installing Python
3 Installing .NET
4 Install Visual Studio Code & Configure for C#
5 Setup Directory Structure
6 Configuring VSC for Python

Commenting, Variables, Types & Functions
7 Commenting
8 Main Method & Functions
9 Variables
10 Python Types Ref
11 Arithmetic
12 More on Functions

Conditionals & Collections
13 If Statements
14 Lists
15 Loops, break & continue
16 While Loops
17 Dictionaries

Creating and Working with Classes
18 Defining classes
19 Creating a constructor
20 Create getter setter & object in C#
21 Create getter setter & object in Python

Object Oriented Programming
22 Salary Calculator Overview
23 Creating the Employee Abstract class
24 Inheritance & Calculating Salary
25 Creating multiple employee objects
26 Polymorphism
27 Conclusion