Displaying results 1 - 20 of 1,785 results for "Treehouse python collections retired"

Core Python: Implementing Iterators, Iterables and Collections

Cost $35 · . Course Length: 2 hours estimated

Collections in Python are organized according to a scheme of protocols such as Container, Iterable, and Sequence. In this course, Core Python

Offered through Pluralsight | Taught by Austin Bingham


Core Python: Hashing and More Collections

Core Python

Cost $35 · . Course Length: 1 hours estimated

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...

Offered through Pluralsight | Taught by Jon Flanders


Data Processing using Python Collections

Cost $9 · . Course Length: 2 hours estimated

By the end of this project you will use the Python Collections Counter, the CSV package's DictReader, and the Collections UserList to read student test data and find the most common test scores. The Python Collection classes are convenience classes that make it...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Working with Datasets

Cost $9 · . Course Length: 2 hours estimated

By the end of this project, you will use Python to wrangle two datasets to visualize the relationships among the data. Datasets are collections of data that may exist in a database, a csv file, or an ordinary file. Python is a popular language to use work with...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Getting Started with the Python Standard Library

Cost $29 · . Course Length: 2 hours estimated

The Python Standard Library is a set of modules, that are not part of the Python language but are distributed with it. In this course, Getting Started with the Python Standard Library, you'll be provided solutions for common tasks in application development....

Offered through Pluralsight | Taught by Douglas Starnes


Python

A Paths Series from Pluralsight

Cost $35 · . Contains 12 courses · . Course Total length: 40 hours estimated

Python is an interpreted object-oriented programming language. It is open source, so the interpreter and source are freely available and distributable in binary form. Python has many built-in high-level data structures and utilizes dynamic typing and binding,...

Offered through Pluralsight | Taught by Jason Olson, Bo Milanovich, Robert Smallshire and others



Core Python

A Paths Series from Pluralsight

Cost $35 · . Contains 10 courses · . Course Total length: 17 hours estimated

Python is an interpreted, high-level, general-purpose programming language that emphasizes code readability. It’s a dynamically typed and garbage-collected language that supports structured, object-oriented, and functional programming. It’s often described as a...

Offered through Pluralsight | Taught by Jason Olson, Austin Bingham, Robert Smallshire and others


Parallel programming

Functional Programming in Scala

Rated 4.2★ stars based on | 261 ratings · . Cost $79 · . Course Length: 20 hours estimated

With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this course, you'll learn the fundamentals of parallel programming, from task parallelism to...

Offered through Coursera | and created by École polytechnique fédérale de Lausanne | Taught by Prof. Viktor Kuncak, Dr. Aleksandar Prokopec


Parallel programming (Scala 2 version)

Cost $49 · . Course Length: 20 hours estimated

With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this course, you'll learn the fundamentals of parallel programming, from task parallelism to...

Offered through Coursera | and created by École polytechnique fédérale de Lausanne | Taught by Prof. Viktor Kuncak, Dr. Aleksandar Prokopec


Python Scripting for DevOps

A Specialization from Coursera

. Contains 4 courses · . Course Total length: 104 hours estimated

In the first course, you will learn some of the concepts of procedural programming

Offered through Coursera | and created by LearnQuest | Taught by Aspen Olmsted


Beginning C# Collections

C# Development Fundamentals

Cost $35 · . Course Length: 3 hours estimated

Collections are essential to store almost any real data in apps, but the vast number of different collections can be confusing. In this course, Beginning C# Collections, you will gain the ability to leverage the most commonly used collections to query data. First,...

Offered through Pluralsight | Taught by Simon Robinson


Big Data Analysis with Scala and Spark

Functional Programming in Scala

Rated 4.6★ stars based on | 415 ratings · . Cost $79 · . Course Length: 25 hours estimated

Manipulating big data distributed over a cluster using functional concepts is rampant in industry, and is arguably one of the first widespread industrial uses of functional ideas. This is evidenced by the popularity of MapReduce and Hadoop, and most recently...

Offered through Coursera | and created by École polytechnique fédérale de Lausanne | Taught by Dr. Heather Miller, Prof. Heather Miller


Big Data Analysis with Scala and Spark (Scala 2 version)

Cost $79 · . Course Length: 25 hours estimated

Manipulating big data distributed over a cluster using functional concepts is rampant in industry, and is arguably one of the first widespread industrial uses of functional ideas. This is evidenced by the popularity of MapReduce and Hadoop, and most recently...

Offered through Coursera | and created by École polytechnique fédérale de Lausanne | Taught by Prof. Heather Miller


Advanced C# Collections

C# Development Fundamentals

Cost $35 · . Course Length: 3 hours estimated

Understanding how to use collections properly is a vital part in writing effective C# applications. In this course, Advanced C# Collections, you'll learn how to use the full range of Microsoft collections and understand how to ensure collection elements are unique...

Offered through Pluralsight | Taught by Simon Robinson


Rails Development

A Track from Treehouse

Cost $25 · . Contains 13 courses · . Course Total length: 32 hours estimated

Ruby on Rails is a popular choice for many startups where it’s important to be able to implement new features and ideas quickly and efficiently. Ruby on Rails was released in 2005 and is commonly used for building web applications. In fact, even Treehouse uses it....

Offered through Treehouse | Taught by Jason Seifer, Jay McGavren, Guil Hernandez and others


C# Concurrent Collections

C# Development Fundamentals

Cost $35 · . Course Length: 3 hours estimated

Learn how to use concurrent collections in multithreaded code! This course is a comprehensive introduction to the concurrent collections. It shows you how to use each of the main collection types

Offered through Pluralsight | Taught by Simon Robinson


C# Best Practices: Collections and Generics

C# Development Fundamentals

Cost $35 · . Course Length: 3 hours estimated

When building applications we often deal with groups of things

Offered through Pluralsight | Taught by Deborah Kurata


Python Scripting: Dates, Classes and Collections

Python Scripting for DevOps

Cost $49 · . Course Length: 30 hours estimated

This course is the second course in a series that aims to prepare you for a role working as a programmer. In this course, you will be introduced to the four main concepts in programming

Offered through Coursera | and created by LearnQuest | Taught by Aspen Olmsted


JavaScript Arrays and Collections

JavaScript Core Language

Cost $35 · . Course Length: 1 hours estimated

At the core of using data collections within JavaScript is a thorough knowledge of sets, maps, and typed arrays. In this course, JavaScript Arrays and Collections, you will learn how to create and apply data collections to your web applications. First, you will...

Offered through Pluralsight | Taught by Jeff Batt


Java Fundamentals: Collections

Java Language Fundamentals

Cost $35 · . Course Length: 4 hours estimated

Working with data is fundamental to any business problem. Java Collections are data structures designed to store and process data in memory. We start with why you want to use collections instead of arrays, cover the capabilities of Lists, Sets, and Maps and...

Offered through Pluralsight | Taught by Richard Warburton

< Previous Page
Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any