Course
Role of Underscore(_) in Python Tutorial
In this tutorial, you're going to learn about the uses of underscore(_) in python.
Oct 26, 2018 · 8 min read
Run and edit the code from this tutorial online
Run codeMaster your data skills with DataCamp
Learn the skills you need at your own pace—from non-coding essentials to data science and machine learning.
Topics
Python courses
4 hr
5.9M
Course
Intermediate Python
4 hr
1.2M
Course
Introduction to Data Science in Python
4 hr
467.1K
See More
RelatedSee MoreSee More
Tutorial
How to Use Python Decorators (With Function and Class-Based Examples)
Learn Python decorators with hands-on examples. Understand closures, function and class-based decorators, and how to write reusable, elegant code.
Derrick Mwiti
11 min
Tutorial
Python Functions: How to Call & Write Functions
Discover how to write reusable and efficient Python functions. Master parameters, return statements, and advanced topics like lambda functions. Organize your code better with main() and other best practices.
Karlijn Willems
14 min
Tutorial
Python String Tutorial
In this tutorial, you'll learn all about Python Strings: slicing and striding, manipulating and formatting them with the Formatter class, f-strings, templates and more!
Sejal Jaiswal
10 min
Tutorial
Usage of Asterisks in Python
Many Python users are familiar with using asterisks for multiplication and power operators, but in this tutorial, you'll find out additional ways on how to apply the asterisk.
Hafeezul Kareem Shaik
9 min
Tutorial
Python List index() Method Explained with Examples
Learn how to use Python's index() function to find the position of elements in lists.
Sejal Jaiswal
6 min