Skip to main content

Writing Efficient Python Code

4.7+
34 reviews
Intermediate

Learn to write efficient code that executes quickly and allocates resources skillfully to avoid unnecessary overhead.

Start Course for Free
4 Hours15 Videos53 Exercises97,003 Learners

Create Your Free Account

GoogleLinkedInFacebook

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.

Loved by learners at thousands of companies


Course Description

As a Data Scientist, the majority of your time should be spent gleaning actionable insights from data -- not waiting for your code to finish running. Writing efficient Python code can help reduce runtime and save computational resources, ultimately freeing you up to do the things you love as a Data Scientist. In this course, you'll learn how to use Python's built-in data structures, functions, and modules to write cleaner, faster, and more efficient code. We'll explore how to time and profile code in order to find bottlenecks. Then, you'll practice eliminating these bottlenecks, and other bad design patterns, using Python's Standard Library, NumPy, and pandas. After completing this course, you'll have the necessary tools to start writing efficient Python code!
  1. 1

    Foundations for efficiencies

    Free

    In this chapter, you'll learn what it means to write efficient Python code. You'll explore Python's Standard Library, learn about NumPy arrays, and practice using some of Python's built-in tools. This chapter builds a foundation for the concepts covered ahead.

    Play Chapter Now
    Welcome!
    50 xp
    Pop quiz: what is efficient
    50 xp
    A taste of things to come
    100 xp
    Zen of Python
    50 xp
    Building with built-ins
    50 xp
    Built-in practice: range()
    100 xp
    Built-in practice: enumerate()
    100 xp
    Built-in practice: map()
    100 xp
    The power of NumPy arrays
    50 xp
    Practice with NumPy arrays
    100 xp
    Bringing it all together: Festivus!
    100 xp
  2. 2

    Timing and profiling code

    In this chapter, you will learn how to gather and compare runtimes between different coding approaches. You'll practice using the line_profiler and memory_profiler packages to profile your code base and spot bottlenecks. Then, you'll put your learnings to practice by replacing these bottlenecks with efficient Python code.

    Play Chapter Now

In the following tracks

Data EngineerPython ProgrammerPython ProgrammingPython Toolbox

Collaborators

Chester Ismay
Becca Robins
Logan Thomas HeadshotLogan Thomas

Scientific Software Technical Trainer, Enthought

Logan is a member of the Technical Training team at Enthought – an organization that provides digital transformation, software consulting, and training services to individuals and companies worldwide. As a Scientific Software Technical Trainer, he focuses on helping students write robust, scalable, and efficient Python code. As a self-proclaimed Python enthusiast, Logan enjoys attending meetups and conferences in the Austin, Texas area to share his knowledge with others.
See More

Don’t just take our word for it

*4.7
from 34 reviews
85%
6%
6%
3%
0%
Sort by
  • Oleksandr S.
    9 days

    One of the most useful and nicely organized courses at Datacamp. Tons of useful information.

  • Indrajeet P.
    9 days

    A lot of helpful tips!

  • Austin M.
    about 2 months

    It was fun and educational. Didn’t encounter any curriculum errors until towards the end.

  • Lay P.
    about 2 months

    clear and concise

  • Nady I.
    2 months

    As for me, it is every clear explanation, I’ve received useful information. Thank you

  • Loading ...

"One of the most useful and nicely organized courses at Datacamp. Tons of useful information."

Oleksandr S.

"A lot of helpful tips!"

Indrajeet P.

"It was fun and educational. Didn’t encounter any curriculum errors until towards the end."

Austin M.

FAQs

Join over 11 million learners and start Writing Efficient Python Code today!

Create Your Free Account

GoogleLinkedInFacebook

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.