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.
Jun 2019 · 9 min read
Topics
Learn more about Python
Introduction to Python
Beginner
4 hours
4,678,636
Intermediate Python
Beginner
4 hours
904,725
Python Data Science Toolbox (Part 1)
Beginner
3 hours
350,516
See all courses
RelatedSee MoreSee More
SQL vs Python: Which Should You Learn?
In this article, we will cover the main features of Python and SQL, their main similarities and differences, and which one you should choose first to start your data science journey.
21 Top Data Scientist Interview Questions
Explore the top data science interview questions with answers for final-year students and professionals looking for jobs.
[Infographic] Data Science Learning Checklist
Use this handy checklist to guide your data science learning journey.
DataCamp Team
4 min
Data Trends & Predictions for 2023
DataCamp Co-founders, Jonathan Cornelissen, and Martijn Theuwissen break down the top data trends they are seeing in the data space today, as well as their predictions for the future of the data industry.
Text Data In Python Cheat Sheet
Welcome to our cheat sheet for working with text data in Python! We've compiled a list of the most useful functions and packages for cleaning, processing, and analyzing text data in Python, along with clear examples and explanations, so you'll have everything you need to know about working with text data in Python all in one place.
DataCamp Team
4 min
How to Create a Histogram with Plotly
Learn how to implement histograms in Python using the Plotly data visualization library.