Skillshare – Python For Absolute Beginner-XCODE

Skillshare – Python For Absolute Beginner-XCODE
English | Size: 1.81 GB
Category: Tutorial


Welcome to Python for beginners course. I Awais Mirza and i will be your intructure for this course. This course will teach everything about the programming using python and this course is targeted toward absolute beginner which means if you have never written a line of code don’t worry we will start by understanding what is a programming langugage and what it can do for us so there are no prerequisite for this course

Linkedin Learning – Rapid Application Development with Python

Linkedin Learning – Rapid Application Development with Python-ZH
English | Size: 328.12 MB
Category: Tutorial


Developing graphical user interfaces (GUIs) in Python traditionally involves a lot of manual coding. wxGlade, a GUI designer written in Python for the wxPython GUI toolkit, was designed to help simplify this process. In this course, learn how to quickly develop Python GUI apps using the wxPython library which brings the wxWidgets capability to Python and the wxGlade tool. To lend each concept a real-world context instructor Malcom Shore steps through how to build a cybersecurity compliance app based on the NIST Cybersecurity Framework. Malcom begins by detailing how to create a simple wxPython application. He then shows how to construct a user interface for your application using wxGlade and add functional application code to put the finishing touches on
your project

PluralSight – Core Python Hashing and More Collections

PluralSight – Core Python Hashing and More Collections Bookware-KNiSO
English | Size: 186.09 MB
Category: Tutorial


Whether you are writing scripts for your own use, building websites with something like Flask, or using machine learning frameworks like TensorFlow, you need to use collections in Python. However, often there are multiple collection types that seem like the correct solution to your particular problem. Being able to pick the correct type is an essential skill to write effective Python code. In this course, Core Python: Hashing and More Collections, you will learn about more of the collection types in Python and be able to pick the correct type and use that type more effectively. First, you will learn how to classify collection types to be able to easily determine what kind of functionality all the advanced collection types offer. Next, you will discover how to implement __hash__ and __eq__ to make your own types more useful in mapping types. Finally, you will explore more of the collection types in Python. When you are finished with this course, you will have the skills and knowledge of Python collection types needed to write more effective Python

Data Camp – Python Programmer Career Track

Data Camp – Python Programmer Career Track
English | Size: 4.83 GB
Category: Tutorial


Gain the career-building programming skills you need to successfully develop software, wrangle data, and perform advanced data analysis in Python. No prior coding experience required.

Inheritance and Composition A Python OOP Guide

Inheritance and Composition A Python OOP Guide
English | Size: 617.97 MB
Category: Tutorial


In this course, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two classes. They are the building blocks of object oriented design, and they help programmers to write reusable code.