Python for the Anxious CG Artist #04 – Variables II and Strings I
In this tutorial we are going to to learn industry best practice for naming your variables and functions, how to convert between different data/variable types and some basic string operations to create and manipulate text. These are all everyday tasks when writing scripts and programs. This series does not assume you have any prior programming […]