Collections | Python for Beginners [25 of 44]

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


#microsoftdeveloper #pythonforbeginners #learntocode
Рекомендации по теме
Комментарии
Автор

How are you able to append integers(97) and (98) into arrays when they only store same datatypes it's confusing...
I tried it into my laptop did not work the intended way....

Any help
3:01

tahirawazir
Автор

So you use a quoted string to initialize the array type instead of a keyword? That's not confusing... <sigh> It seems every programming paradigm that the developers don't agree with gets some kind of confusing or hard to use syntax. i.e. end = ' '

chrisw
Автор

But strings and numbers are objects in Python. So list in Python is always polymorph. How can someone create a language with arrays being an import??

nothingisreal
Автор

Should not have introduced the fourth index as it can be confusing for the absolute beginners who are learning the concept of arrays from this video.

marflage
Автор

Python 3.7 onwards has dictionaries sorted by default

christianmv
Автор

Just a general question... How come you use 'from array" in 'from array import array"? I see so many examples that just say just 'import X'.


Second general question... When typing and you tab with the intellisense... say your between ( ) is there an easy way to go to the next line without pushing the bracket down with you?


Thanks for any and all replies.

danevans
Автор

I don't understand anything about this unit.

tekinyigithanokcu
Автор

I really do not understand collections

FlyOff