类别
技术
Python 教程
及时掌握 Python 编程的最新资讯、技术与资源。我们的教程包含大量实用的演练与用例,助您提升技能。
其他技术:
培训2人或以上?试试DataCamp for Business
Analyzing Poker Hands with Python
Analyze poker hands with Python and easily implement statistical concepts such as combinations, permutations, (in)dependent events and expected value.
2018年2月22日
Python Tuples Tutorial
Learn about Python tuples: what they are, how to create them, when to use them, what operations you perform on them and various functions you should know.
2018年2月7日
Google Cloud for Data Science: Beginner's Guide
Learn to set up a data science environment on Google Cloud: create an instance on Google Compute Engine, install Anaconda and run Jupyter notebooks!
2018年2月6日
Data Science for Search Engine Marketing (SEM)
In this tutorial, data science meets Search Engine Marketing: learn to create Google AdWords campaigns by generating keywords and ad templates with Python!
2018年1月26日
PEP-8 Tutorial: Code Standards in Python
With this beginner tutorial, you'll start to explore PEP-8, Python's style guide, so that you can start formatting your code correctly to maximize its readability!
2023年4月11日
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!
2018年1月18日
Time Series Analysis Tutorial with Python
Get Google Trends data of keywords such as 'diet' and 'gym' and see how they vary over time while learning about trends and seasonality in time series data.
2018年1月17日
Machine Learning with Kaggle: Feature Engineering
Learn how feature engineering can help you to up your game when building machine learning models in Kaggle: create new columns, transform variables and more!
2018年1月10日
Kaggle Tutorial: Your First Machine Learning Model
Learn how to build your first machine learning model, a decision tree classifier, with the Python scikit-learn package, submit it to Kaggle and see how it performs!
2018年1月3日
Kaggle Tutorial: EDA & Machine Learning
In this Kaggle tutorial, you'll learn how to approach and build supervised learning models with the help of exploratory data analysis (EDA) on the Titanic data.
2017年12月21日
Python Dictionary Comprehension: Essentials You Need to Know
Learn all about Python dictionary comprehension. Learn how you can use it to create dictionaries, to replace (nested) for loops or lambda functions with map(), filter(), reduce(), and more!
2024年12月4日
Python Data Structures Tutorial
Get introduced to Python data structures: learn more about data types and primitive as well as non-primitive data structures, such as strings, lists, stacks, etc.
2026年4月23日