Learn Before
Concept

Why Not to Hard Code When Learning Python

Hard Coding is the practice of writing code that can only satisfy one solution. While the hard-coded variable may be correct in a given circumstance, the overall logic of the code is not validated.

The logic, flow, and computations should be depended on when writing code.

0

1

Updated 2020-09-03

Tags

Data Science