Cloud Computing with Python Video Course

Cloud Computing with Python Video Course
English | Size: 3.04 GB
Category: Tutorial


Get started with Cloud Computing in Python. Topics include: Multi-Cloud, Cloud Computing Service Models, Distributed Computing in the Cloud, Cloud Computing ETL Pipelines, Serverless Soutions with the Cloud, Containers in the Cloud, and Continuous Delivery for ML Engineers

O`REILLY – Testing In Python Video Course

O`REILLY – Testing In Python Video Course
English | Size: 1.11 GB
Category: Tutorial


Getting started with testing can be hard, and this video aims make it all very easy by using examples and explaining the process in a straightforward way. Testing is a core principle of robust software implementations and should be a prime skill to master that can be applied to any project.

Lynda – Python For The C Sharp Developer

Lynda – Python For The C Sharp Developer Bookware-KNiSO
English | Size: 457.41 MB
Category: Tutorial


This course with instructor Joe Marini helps C# developers translate their knowledge into the in-demand Python language Compare basic language constructs, functions, and more

Linkedin Learning – Python For The C Sharp Developer

Linkedin Learning – Python For The C Sharp Developer-QUiD
English | Size: 457.61 MB
Category: Tutorial


In this course, Joe Marini helps you translate your knowledge into the Python language. Python and C# share many similarities but are different in important ways. Joe explains the difference between C# and Python comment syntax. Python s conditional statements and loop control statements are somewhat limited compared to C#. Joe walks you through the differences. Functions are a basic part of most programming languages. Joe shows you how several important functions work in Python. Python supports class definitions, single and multiple inheritance, abstract classes, and custom functionality. Joe compares and contrasts these with C# functionality. Joe shows you how to build and work with Python arrays of various data types, how to declare and use dictionaries in Python, and how to use iterators in Python. In conclusion, Joe discusses common operations like strings and exceptions