Python
Showing 61–72 of 350 results
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 3: Organizing Larger Programs
This course is an introduction to features of the Python language which will help you structure your code once your needs move beyond a few Python modules. You'll learn where to start plus the patterns you should follow to grow your Python projects.
Core Python 3: Robust Resource and Error Handling
Exceptions are ubiquitous in Python. In this course, you'll broaden your knowledge of exceptions and how to work with them. You'll also be introduced to context managers, Python's facility for safely and automatically managing resources.
Core Python 3: The Numeric Tower, Conversion, and Operators
This course will teach you about the numbers that are available in Python and how to implement math operators on your own classes.
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.