Python #1 Easy Tutorial for absolute beginners - Python Block Indentation

Publicado el: 28 junio 2020
en el canal de: FutureVerse Studios
55
2

#python #Django #DjangorestFramework#codingprogramming#AI#machinelearning#leavethejobandstartcoding
In other languages these brackets {} are used to separate the different block of codes or to control loop.
Python uses indentation.
Pay close attention to the use of white space.
Wrong calibration or undue Spaces could result in error or unexpected behavior of program.
Python uses colon (:) and indentation to show where block of codes begin and end.
All blocks start with colon : and then contains indented lines below it.
Always use 4 spaces for indentation.
Using tabs exclusively is possible but spaces are preferred.
Python 3 disallows mixing the use of tabs and spaces for indentation. In such case a compile-time error is generated:


En esta página del sitio puede ver el video en línea Python #1 Easy Tutorial for absolute beginners - Python Block Indentation de Duración hora minuto segunda en buena calidad , que subió el usuario FutureVerse Studios 28 junio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 55 veces y le gustó 2 a los espectadores. Disfruta viendo!