Course catalog
Showing 6,761-6,780 of 8,871 items.
Putting ITIL into Practice: DevOps for ITIL Practitioners
Learn how to apply DevOps concepts and ITIL® within an enterprise IT organization. Examine where DevOps and ITIL® intersect and how to adapt each in an enterprise setting.
Putting ITIL into Practice: Problem Management Techniques
Learn ITIL®-endorsed problem management techniques for preventing and resolving problems underlying interruptions in IT services.
Putting ITIL® Into Practice: Applying ITIL® 4 Foundation Concepts
Move ITIL® principles into practice. Explore the seven ways framework for applying ITIL® Foundation concepts, with all new content for ITIL® 4.
Python 3 SSH Network Automation Quick Start
Learn how to quickly automate your network using Netmiko, a Python library that simplifies SSH connections to network devices.
Python Automation and Testing
Learn how to automate your web UI testing with Python and Selenium.
Python Basics for Java Developers
Get started with Python. Learn the basics of this highly readable language and explore the differences between Python and Java.
Python Code Challenges
Want to test your Python skills? These concise, self-contained challenges let you stretch your brain and test your talents.
Python Data Analysis
Interested in using Python for data analysis? Learn how to use Python, NumPy, and pandas together to analyze data sets large and small.
Python Data Science Mistakes to Avoid
Learn about the most common mistakes that emerging data scientists make while using Python, as well as how to avoid these missteps in your own work.
Python Data Structures and Algorithms
Visually study the relationship of data structures and algorithms. Learn how stacks, queues, and 2D lists are used with depth-first, breadth-first, and A-star search algorithms.
Python Data Structures: Linked Lists
Rock your next technical interview by learning how to communicate your understanding of linked lists.
Python Data Structures: Stacks, Queues, and Deques
Rock your next technical interview. Learn about the top three linear data structures—stacks, queues, and deque—and build your own data structures in Python.
Python Data Structures: Trees
Learn about binary search trees in Python and how to create, navigate, modify, and use them in a real-world context.
Python Data Structures: Dictionaries
Learn how to use dictionaries to store and retrieve unordered data in Python.
Python Data Structures: Sets and Frozen Sets (210865)
In this course, instructor Mridu Bhatnagar takes you through the basics of using Python sets and frozen sets. If you’re in the early stages of your Python programming career, or if you just need a refresher, join Mridu as she discusses the basic mechanics and functions of these data structures. Mridu gives a high-level overview of sets and frozen sets and then dives into the various methods to work with them. She discusses use cases and topics like how to modify a set and use built-in functions. Mridu also provides challenge and solution videos to test your knowledge as you go along. If you’re looking to learn important aspects about sets and frozen sets in Python, without jumping into a long project-based course, Mridu’s course is for you.
Python Essential Libraries
Learn how to use four essential libraries that every Python developer should consider for common development scenarios: Pendulum, Requests, PyFilesystem, and Pillow.
Python Essential Training
Review the syntax of this simple programming language, and learn how to write scripts, create modules, and integrate a database with Python 3 and the Python database API.
Python for Data Science Essential Training Part 1
Learn Python programming for data science. Discover how to clean, transform, analyze, and visualize data, as you build a practical project: an automated web scraper.
Python for Data Science Essential Training Part 2
Learn Python programming for data science. Part 2 describes how to use machine learning to generate predictions and recommendations and automate routine tasks.
Python for Data Science Tips, Tricks, & Techniques
Learn 12 techniques for how to work with data using Python. Review how to explore data, ingest data, visualize data, and more.