Python Programming 49 - from module import Explained

Python Programming 49 - from module import Explained

Caleb Curry

3 года назад

3,207 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Jadoa Esra
Jadoa Esra - 09.10.2021 01:13

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.

Ответить
go
go - 09.09.2020 10:46

.net tutorial?

Ответить
tyridge77
tyridge77 - 09.09.2020 02:37

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

Ответить