Python
Showing 49–60 of 314 results
Core Python 3: Classes and Object-orientation
Classes and objects are central to how Python works. This course will deepen your knowledge of object-oriented programming in Python, expanding on concepts you're familiar with and introducing new tools that will broaden you Python design palette.
Core Python 3: Functions and Functional Programming
A key to Python's expressiveness lies in its model of functions and the tools it provides for working with them. In this course, you'll learn more about Python's concept of "callable objects" and some sophisticated ways to use them in your programs.
Core Python 3: Implementing Iterators, Iterables, and Collections
Iterators, Iterables and Collections are central to how Python works. In this course, you'll move beyond the built-in and standard library collections, and learn how to build your own iterators, iterables and collections from the ground up.
Core Python 3: Numeric Types, Dates, and Times
Python includes a powerful collection of numeric types beyond the basic int and float. In this course you'll learn about these types, the shortcomings they address in the basic numeric types, and how and when to deploy them in your Python programs.
Core Python: Abstract Base Classes
This course will teach you how to apply and reason about Python’s support for abstract base classes and virtual inheritance.
Create Desktop Apps Using Python & Tkinter
Build feature-rich desktop applications using Python and Tkinter, with practical projects to solidify your skills.
Creating Payment Card Programs using Marqeta API in Python
Marqeta's Core API allows companies to launch and manage their payment card programs.
Cryptographic Primitives in Blockchain Technology
A mathematical introduction to cryptographic primitives in blockchain technology.
CS50’s Introduction to Computer Science
An introduction to the intellectual enterprises of computer science and the art of programming.
CurtinX: IoT Programming and Big Data
Learn how to apply software solutions for different systems and Big Data needs to your IoT designs.
Custom User Authentication with Simple JWT in Django RESTful
Creating a custom user in Django-restful framework and authenticating them using Simple JWT.
Data Analysis & Processing with Pandas
Master the essential techniques for data analysis and processing using Pandas in Python.