Python Memory Management and Tips Transcripts
Chapter: Memory and functions
Lecture: Function and memory
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
It's time to start looking at core language
0:03
features and patterns that you can use to make your code so much better.
0:07
What we've seen so far is we've explored how the code works
0:10
and we've seen how to create data structures that kind of go with the grain rather
0:14
than against it. But now we're gonna talk about ways you can write code that
0:18
can dramatically change the amount of memory that your program is using.
0:23
In fact, in this chapter,
0:24
we're going to look at the biggest single improvement that you can possibly do for working
0:30
with pipelines of data and stuff like that.
0:32
So working with functions and memory,
0:35
there's a lot to be gained here.