From the course: Programming Foundations: Data Structures
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
What you need to know - Python Tutorial
From the course: Programming Foundations: Data Structures
What you need to know
- For this course, I expect you to have written code before. You should understand the basic concepts of programming, including variables, loops, functions, and other basic software development jargon. We'll be writing our code in Python 3. Now, you don't need to know python's super well for this course since the syntax is pretty easy to pick up. We'll be talking about each data structure we cover in theory first, and then you'll use them in Python with a practical example. You may have only programmed for a few months or several years, but you should be comfortable developing in a general purpose programming language. This is also a great course for those of you who are preparing for technical interviews as many cover data structures.