Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Python Crash Course: Part 12 - Writing Functions

Автор: David Langer

Загружено: 2024-02-13

Просмотров: 1514

Описание:

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.


☕ If you found this content useful and would like to support the channel, you can buy me a coffee: https://www.buymeacoffee.com/DaveOnData


--------------------------------------------------------------------------------------------
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:
https://bit.ly/DecisionTreesWithPython

💻 Tuning Decision Trees with Python:
https://bit.ly/TuningDecisionTreesWit...

💻 Logistic Regression with Python:
https://bit.ly/LogisticRegressionWith...

💻 Cluster Analysis with Python:
https://bit.ly/ClusterAnalysisWithPython

#pythonforbeginners #pythoncrashcourse #pythoncourse #pythonprogramming #pythontutorial #python

Python Crash Course: Part 12 -  Writing Functions

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#5275 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "2YyrgxmDnv0" ["related_video_title"]=> string(45) "Python Crash Course: Part 13 - Using Lambdas" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(12) "David Langer" } [1]=> object(stdClass)#5248 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "7fSHTqM8gHs" ["related_video_title"]=> string(39) "5 Tips To Write Better Python Functions" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(8) "Indently" } [2]=> object(stdClass)#5273 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "VnuDMPQSMjs" ["related_video_title"]=> string(56) "Декораторы в Python | Быстрый курс" ["posted_time"]=> string(21) "9 дней назад" ["channelName"]=> string(25) "Артём Шумейко" } [3]=> object(stdClass)#5280 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "bpuSK9KB5zg" ["related_video_title"]=> string(47) "Python Crash Course: Part 14 - pandas Tutorial" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(12) "David Langer" } [4]=> object(stdClass)#5259 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "jYR9B6Gz5vc" ["related_video_title"]=> string(76) "SQL vs. Power Query – What You Should Use for Python in Excel in 2024!" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(12) "David Langer" } [5]=> object(stdClass)#5277 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "ati3Wsc-QoU" ["related_video_title"]=> string(174) "СЛИТЫЕ ДОКЛАДЫ ФСБ: КИТАЙ ВЕДЕТ КИБЕРВОЙНУ ПРОТИВ РОССИИ. И присматривается к Дальнему Востоку" ["posted_time"]=> string(24) "11 часов назад" ["channelName"]=> string(19) "Майкл Наки" } [6]=> object(stdClass)#5272 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "2-ccInULI_0" ["related_video_title"]=> string(68) "Hyperparameter Tuning: How to Optimize Your Machine Learning Models!" ["posted_time"]=> string(27) "9 месяцев назад" ["channelName"]=> string(12) "David Langer" } [7]=> object(stdClass)#5282 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "KFgwXXWT7sQ" ["related_video_title"]=> string(170) "ИИ-агенты — вот что действительно изменит разработку. Пишем ИИ-агент на Python, LangChain и GigaChat" ["posted_time"]=> string(23) "1 месяц назад" ["channelName"]=> string(29) "Диджитализируй!" } [8]=> object(stdClass)#5258 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "iyrnPNBWIQ4" ["related_video_title"]=> string(161) "«Жить надо сегодня». Олег Тиньков и Майкл Калви о взлете нового финтех-стартапа Plata" ["posted_time"]=> string(24) "18 часов назад" ["channelName"]=> string(28) "Это Осетинская!" } [9]=> object(stdClass)#5276 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "4ceQkJYpelA" ["related_video_title"]=> string(122) "Причина СВО? СТРАНУ РАЗВОРОВАЛИ, РАБОТЫ У ЛЮДЕЙ НЕТ И КУШАТЬ НЕЧЕГО" ["posted_time"]=> string(23) "8 часов назад" ["channelName"]=> string(37) "Обманутый Россиянин" } }
Python Crash Course: Part 13 -  Using Lambdas

Python Crash Course: Part 13 - Using Lambdas

5 Tips To Write Better Python Functions

5 Tips To Write Better Python Functions

Декораторы в Python | Быстрый курс

Декораторы в Python | Быстрый курс

Python Crash Course: Part 14 -  pandas Tutorial

Python Crash Course: Part 14 - pandas Tutorial

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

СЛИТЫЕ ДОКЛАДЫ ФСБ: КИТАЙ ВЕДЕТ КИБЕРВОЙНУ ПРОТИВ РОССИИ. И присматривается к Дальнему Востоку

СЛИТЫЕ ДОКЛАДЫ ФСБ: КИТАЙ ВЕДЕТ КИБЕРВОЙНУ ПРОТИВ РОССИИ. И присматривается к Дальнему Востоку

Hyperparameter Tuning: How to Optimize Your Machine Learning Models!

Hyperparameter Tuning: How to Optimize Your Machine Learning Models!

ИИ-агенты — вот что действительно изменит разработку. Пишем ИИ-агент на Python, LangChain и GigaChat

ИИ-агенты — вот что действительно изменит разработку. Пишем ИИ-агент на Python, LangChain и GigaChat

«Жить надо сегодня». Олег Тиньков и Майкл Калви о взлете нового финтех-стартапа Plata

«Жить надо сегодня». Олег Тиньков и Майкл Калви о взлете нового финтех-стартапа Plata

Причина СВО? СТРАНУ РАЗВОРОВАЛИ, РАБОТЫ У ЛЮДЕЙ НЕТ И КУШАТЬ НЕЧЕГО

Причина СВО? СТРАНУ РАЗВОРОВАЛИ, РАБОТЫ У ЛЮДЕЙ НЕТ И КУШАТЬ НЕЧЕГО

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]