More Python Tips, Tricks, and Techniques for Data Science

Go to class
Write Review

Free Online Course: More Python Tips, Tricks, and Techniques for Data Science provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. More Python Tips, Tricks, and Techniques for Data Science is taught by Harshit Tyagi.

Overview
  • Deliver valuable insights to your users with Python. Get practical tips and techniques that can help you enhance your Python data science workflow.

Syllabus
  • Introduction

    • Tips and tricks in Python
    1. IPython and Jupyter Notebook
    • Accessing methods and documentation
    • Errors and debugging
    • Code profiling and timing
    2. NumPy and Pandas
    • Essentials of NumPy arrays
    • Broadcasting
    • Comparison, masks, and Boolean logic
    • Pandas indexing and subsetting
    • Handling missing data
    • Aggregation and grouping
    • Querying and filtering data
    3. Visualization with Matplotlib
    • General plotting tips
    • Adding text and annotations
    • Multiple subplots
    4. Machine Learning Tips
    • sklearn Estimator API
    • Model validation and hyperparameter tuning
    • Feature engineering
    • Creating machine learning pipelines
    Conclusion
    • Next steps