marcspector
-
Education
key phrase vs. identifier vs. keyword?
Python, like all programming languages, has its principles for software development. This post covers identifiers in python and naming standards.…
Read More » -
Education
Can PyCharm compete with VS Code?
It has been argued that Python is one of the easiest programming languages to pick up on the planet. It’s…
Read More » -
Education
Describe identifiers in Python with an example.
Python, like every other programming language, has its characteristics and rules that must be observed when developing software. In this…
Read More » -
Education
Python’s distinction between a list and a triple
Lists and Tuples were previously covered in another piece in this series. Both words refer to a type of data…
Read More »