Python Programming 49 - from module import Explained

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

I feel like.... from x import y should be done in the cleanup part of code-writing. Maybe use fewer resources, but probably kind of a headache if trying to do it with many imported libraries. Also, it seems like you're going to run into problems if libraries have same-named terms and you from x import y both of them. Seems unlikely, but still possible, whereas it probably would be less possible if you have to address it as x.y or z.y when you're trying to use y from either x or z. I dunno. I have basically no experience with this in particular, but I'd save the data snipping for the latter stages of the coding, I think.

jadoaesra
Автор

Hey Caleb! I've followed your videos for years. Awesome job as always. Wanted to ask, are you considering making tutorials on Rust?

tyridge