Next lesson playing in 5 seconds
Cancel- Overview
- Transcript
1.1 Introduction
In this course, I am going to take you deeper into the Python language. With its advanced language features and all its built-in Standard Library capabilities, Python is probably one of the most powerful languages of our time. Unfortunately, it is impossible to cover all of this power in a single course! In this course, I’ll be focusing on some intermediate data handling capabilities that Python makes available.
Related Links
1.Introduction2 lessons, 04:55
Free Lesson 1.1Introduction00:48
Free Lesson 1.2Prerequisites04:07
2.Collections7 lessons, 46:55
2.1What Are Comprehensions?06:32
2.2List Comprehensions06:08
2.3Dictionary Comprehensions06:38
2.4Map05:45
2.5Filter06:31
2.6Lambdas05:21
2.7Generators10:00
3.File I/O6 lessons, 48:51
3.1File Basics06:50
3.2Reading Entire Files07:49
3.3Navigating a File08:32
3.4Writing to Files07:22
3.5Reading and Writing to Files09:15
3.6Reading and Writing Complex Objects09:03
4.Conclusion1 lesson, 01:19
4.1Conclusion01:19
1.1 Introduction
Hey their friends Derek Jensen coming to you again from Tuts+. This time going back into the world of Python. We're reaching back into that bag and we're gonna dust off that knowledge that we learned in the previous course about the introductions of Python in the language and how to do certain things in understanding the basic building blocks of the language. Now we're gonna build on top of that we're going to learn a little bit more about handling data. Effective and efficient ways of dealing with collections and lists and dictionaries, file access, reading and writing, and the persisting complex data objects to files to be able to use them later on in more complex systems. If any of this sounds good to you and you have got a little bit of knowledge into the role of Python under your belt then this is definitely the course for you. So come along with me as we dig deeper into the world of Python.