AlbDreamweaver
Chieftain
Having used both I prefer Lua. Lua isn't at all strict about whitespace (accidentally mixing up my tabs and spaces were a annoying issue for me); its tables are a lot more flexible than Python's lists or dicts being essentially a combination of both and syntaxwise, they're not much different. I can assure you a transition to Lua will be almost painless: I didn't have much issue moving over to Python, I just prefer how freeform Lua feels in comparison.
As a novice to coding in general, this is what really sold me on javascript/LUA. Tracking whitespace is just too difficult for me to do while trying to learn what everything else does.