Python Crash Course: Part 13 - Using Lambdas

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • Python lambdas are mini-functions without names. Sound strange? Turns out you use lambdas all the time in your Python code for analytics and data science!
    For example, writing lambdas is common when using the mighty pandas library to clean and transform your data before analyzing it.
    This crash course video will introduce you to using lambdas in your Python code.
    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: www.buymeacoffee.com/DaveOnData
    --------------------------------------------------------------------------------------------
    VIDEO CHAPTERS
    --------------------------------------------------------------------------------------------
    00:00 Intro
    00:30 Your First Lambda
    02:45 Lambdas Are Objects
    05:07 Passing Lambdas to Functions
    --------------------------------------------------------------------------------------------
    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:
    bit.ly/DecisionTreesWithPython
    💻 Tuning Decision Trees with Python:
    bit.ly/TuningDecisionTreesWit...
    💻 Logistic Regression with Python:
    bit.ly/LogisticRegressionWith...
    💻 Cluster Analysis with Python:
    bit.ly/ClusterAnalysisWithPython
    #pythonforbeginners #pythoncrashcourse #pythoncourse #pythonprogramming #pythontutorial #python
  • Věda a technologie

Komentáře • 12

  • @IdPreferNot1
    @IdPreferNot1 Před 4 měsíci +1

    All 1-13 very concise without ANY fluff! Awesome refresher for any beginners. Looking forward to pandas.

    • @DaveOnData
      @DaveOnData  Před 4 měsíci

      Wow! Thank you for the kind words. I am glad you enjoyed the tutorial series.
      The pandas video is taking me longer than I had planned. It will likely be a long one.

  • @michaelt312
    @michaelt312 Před 5 měsíci +2

    Another awesome video. Thank you for sharing your knowledge.

    • @DaveOnData
      @DaveOnData  Před 5 měsíci +1

      Thank you! So glad you continue to enjoy the tutorial series.

  • @markparry1922
    @markparry1922 Před 3 měsíci +1

    Great stuff, Dave. Very much looking forward to the next instalment.

    • @DaveOnData
      @DaveOnData  Před 3 měsíci +1

      Thank you for the feedback! The pandas tutorial is taking longer than I planned. Stay tuned.

  • @alialfaily7829
    @alialfaily7829 Před 3 měsíci +1

    Thank you for sharing your knowledge..we wait for part14

    • @DaveOnData
      @DaveOnData  Před 3 měsíci

      Glad you are enjoying the tutorial series!

  • @mangeshshinde5779
    @mangeshshinde5779 Před 19 dny +1

    Hi Dave,
    Thank you for the crash course. I've really enjoyed my learning journey so far. I appreciate the focused teaching method, which emphasizes essential skills over covering everything.
    I noticed that Parts 14 and 15 are ready. When will the next parts be available?

    • @DaveOnData
      @DaveOnData  Před 13 dny +1

      Thank you for the kind words and I am happy to hear you've found my content useful. Parts 14 and 15 are the end of the series but are over 3 hours of content.

  • @waleednanashy6550
    @waleednanashy6550 Před 5 měsíci +1

    Thanks