Python 3 compile() built-in function TUTORIAL

preview_player
Показать описание
Tutorial on how to use the compile() built-in function from the Python 3 Standard Library.

Timestamps:
0:00-1:10 Docs and Stack Overflow
1:11-2:07 Compile() string example
2:08-3:09 Compile() bytes example
3:10-3:38 Compile() ast example
3:39-5:20 The Mode Argument (exec, eval, single)
5:21 Outro

📖 You can check out the Udemy course (Python Built-in Functions) here:

⚙️Built-in Functions Playlist:

📖 Documentation:

📖 Resources:

⚙️ Recommended Computer Gear:

✈️ Recommended Digital Nomad Gear:
Рекомендации по теме
Комментарии
Автор

wow thats one of the best explanation in 5 mins !!

darknessevil
Автор

This was a great help, thanks Brendan

ambarishkapil
Автор

Just throwing this out there... as a beginner... this video didn't do anything to explain how this function actually worked. I'm sure this may help people who are more experienced but just wanted to say this in case other beginners are watching this video with a glazed-over expression and left without a clear understanding of what compile() does... you are not alone.

mindypweightloss
Автор

but, can we actually compile a python application?

nuniezjorge