How to combine lists in Python 3
Lets start with 3 lists: [ ‘chicken’, ‘rice’, ‘ham’ ] [ ‘Eggs’, ‘Spam’, ‘carrots’ ] [ ‘tomato’, ‘cucumber’, ‘tuna’ ]...
Lets start with 3 lists: [ ‘chicken’, ‘rice’, ‘ham’ ] [ ‘Eggs’, ‘Spam’, ‘carrots’ ] [ ‘tomato’, ‘cucumber’, ‘tuna’ ]...
A quick run down of comparing lists in Python 3. Checking if 2 lists are equal In order to check...
Stores information using a key and a value. Consider the following: Key | Value Chicken | A flightless bird House | A...
Lists are containers that can store anything Creating lists Examples: Empty = [] Nums = [10, 20, 30, 40.5] Words...
A quick guide on how to discover the bounding box of your Maya objects using Python. This is useful if...
A quick guide to creating a new directory for Maya scripts/library objects using Python.
A quick tip to find out where your application directory is for Maya using Python. This is useful as it...
A brief introduction on creating a new python library using PyCharm for use in Autodesk Maya. Libraries are related code...
A quick guide on how to get Qt.py set up in Maya and confirm it can be found by creating...
This one probably has quite limited use but nonetheless if there is 1 use then its good enough for me!