

Video Training → Real Python - Python's None Null in Python with Christian Mondorf
Published by: voska89 on 22-08-2021, 15:02 |
0

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 5 Lessons (20m) | Size: 45.67 MB
If you have experience with other programming languages, like C or Java, then you've probably heard of the concept of null. Many languages use this to represent a pointer that doesn't point to anything, to denote when a variable is empty, or to mark default parameters that you haven't yet supplied. null is often defined to be 0 in those languages, but null in Python is different.

