Python Crash Course: Part 8 - Slicing Data

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • Slicing data is a fundamental skill for using Python in analytics and data science - so learn how to do it with this video!
    Python slicing is how you access subsets of the data stores in lists, strings, and tuples. Not surprisingly, you're using slicing a lot 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:36 Indexing a String
    02:55 Negative Indexing a Tuple
    04:10 Slicing a List
    06:46 Slicing From the Beginning
    07:49 Slicing Until the End
    08:22 Striding
    --------------------------------------------------------------------------------------------
    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
    #python #pythonprogramming #pythontutorial #pythonforbeginners #pythoncrashcourse #pythoncourse
  • Věda a technologie

Komentáře • 3

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

    --------------------------------------------------------------------------------------------
    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/TuningDecisionTreesWithPython
    💻 Logistic Regression with Python:
    bit.ly/LogisticRegressionWithPython
    💻 Cluster Analysis with Python:
    bit.ly/ClusterAnalysisWithPython

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

    Meghan Trainor is All About That Bass. I'm all about that algorithm. Another great video.

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

      Glad you are continuing to enjoy the series! The next video will go live on Thursday morning. The topic is if/else statements.