Python Crash Course: Part 12 - Writing Functions

preview_player
Показать описание
Python functions are the primary way you bundle your code for reuse when using Python for analytics and data science. For example, cleaning data before analyzing it.

This crash course video will teach you how to write Python functions.

After completing this crash course series, you will have the foundational Python skills to take additional analytics, data science, and machine learning courses using Python.

--------------------------------------------------------------------------------------------
VIDEO CHAPTERS
--------------------------------------------------------------------------------------------
00:00 Video Intro
00:36 Introducing Functions
08:18 Function Parameters
15:04 Variable Scope

--------------------------------------------------------------------------------------------
FREE DATA SCIENCE CRASH COURSES
--------------------------------------------------------------------------------------------
If you're ready to see what Python skills make possible, be sure to check out my FREE on-demand data science crash courses!

Here's what you get with any of these courses:
1️⃣ On-Demand: Watch the course when it fits your schedule
2️⃣ PDF of all slides
3️⃣ All Python code as a Jupyter Notebook
4️⃣ All data so you can experiment
5️⃣ Resources to continue your learning.

Data science with Python. You've got this if you want it:
💻 Decision Trees with Python:

💻 Tuning Decision Trees with Python:

💻 Logistic Regression with Python:

💻 Cluster Analysis with Python:

#pythonforbeginners #pythoncrashcourse #pythoncourse #pythonprogramming #pythontutorial #python
Рекомендации по теме
Комментарии
Автор


FREE DATA SCIENCE CRASH COURSES

If you're ready to see what Python skills make possible, be sure to check out my FREE on-demand data science crash courses!

Here's what you get with any of these courses:
1 - On-Demand: Watch the course when it fits your schedule
2 - PDF of all slides
3 - All Python code as a Jupyter Notebook
4 - All data so you can experiment
5 - Resources to continue your learning.

Data science with Python. You've got this if you want it:
💻 Decision Trees with Python:

💻 Tuning Decision Trees with Python:

💻 Logistic Regression with Python:

💻 Cluster Analysis with Python:

DaveOnData
Автор

Yet another great video. I really appreciate how you are building a solid foundation and following a logical progression.

michaelt
Автор

Why is the value of the global variable my_string wasn't changed when you changen it in the function, but the value of the global list did change in the function?

drsam
Автор

Would it be better to avoid using global variable names inside of functions unless the intent actually is to make a change to a global variable?

jasongins
Автор

Is it relevant to start learning Python in 2024, if i wanna enter it uni this year?

dmitriydikunov
welcome to shbcf.ru