Тёмный

Python 3 exec() built-in function TUTORIAL 

Brendan Metcalfe
Подписаться 6 тыс.
Просмотров 4,3 тыс.
50% 1

Tutorial on how to use the exec() built-in function from the Python 3 Standard Library.
Built-in Functions Playlist - • Python Built-in Functions
📖 You can check out the Udemy course (Python Built-in Functions) here:
www.udemy.com/...
Documentation:
docs.python.or...
⚙️ Recommended Computer Gear:
- Macbook Pro 13" amzn.to/39ZGrTb
- Macbook screen protector amzn.to/3s2a9x3
- Macbook USB-C adapter amzn.to/3dRICtd
- Macbook case amzn.to/3wMJhVk
- Foldable computer stand amzn.to/2QeCi76
- Airpods amzn.to/324gPAs
- Pixel 3a amzn.to/2PJa1Wr
- Pixel 3a screen protector amzn.to/3mytvcf
- Lapel Mic amzn.to/39Vf2lx
- Bluelight computer glasses amzn.to/3dSCIId
- Noise cancelling headphones amzn.to/2QhAR80
- JBL bluetooth speaker amzn.to/3dVfLEv
✈️ Recommended Digital Nomad Gear:
- Shorts with zippers amzn.to/3wHEepf
- Silicone earplugs amzn.to/3wSSzQ3
- Sleep mask amzn.to/3d6AUw5
- Packing cubes amzn.to/3uCbaOc
- Sink plug amzn.to/2QeiSzf
- Travel lock amzn.to/3t2Zsf4
- Nike sandals amzn.to/3d65FRV
- Nike freeruns amzn.to/3fZRWhi
- Thin no-show socks amzn.to/39Wa8og
- Quest bars amzn.to/3s8eWxd
- Incense amzn.to/3dPfEKF
- Electronics organizer bag amzn.to/3tbn3KO

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@oxeniasenpai8916
@oxeniasenpai8916 3 года назад
thank you too
@data9051
@data9051 2 года назад
22 out of 71 what a grind. mustve been even moreso creating these videos lol.. ☠
@prod4real
@prod4real 4 года назад
your mouse cursor is trippin' me out af xd nice vid btw
@parikshitparmar2322
@parikshitparmar2322 3 года назад
Please never change the way you explain i.e. from the documentation, it;s very helpful
@BrendanMetcalfe
@BrendanMetcalfe 3 года назад
thanks!
@bonzairob
@bonzairob 3 года назад
Python 3 changed how locals work; the trick of defining a function in the exec and running it outside only works in the command line now - run exec("globals() is locals()") in command line or a program to see
@trixter_fun
@trixter_fun 4 года назад
Thank you! Very good explanation, exactly what i wanted to learn
@PythonBasics
@PythonBasics 5 лет назад
Nice video!!!
@BrendanMetcalfe
@BrendanMetcalfe 5 лет назад
Thank you I appreciate it!