|
Walkthrough of Year
End Closing and Reporting, Year End Checklist, Use of Screen IDs for Searching,
Extending Columns for Descriptions, Navigating Searches, and Voiding Deposits,
Payments and…
|
|
1099s; using reports in Shared with All Box Folder; auto
posting of transactions to the GL; checking for updates-use Pro Version Insider
Prerelease; creating and deleting templates; inventory IDs;…
|
|
Dictionaries are mutables and support mutable functions. But this is a case where dictionaries are slightly different from lists. We are allowed to loop over a dictionary as we modify it, so long as…
|
|
Since we can loop over dictionaries, that means we probably want to use them in functions with accumulators. In this video we show how to do this and why they are not that much different from lists.
|
|
In this video, we introduce a dictionary as a collection of key-value pairs. We also show how to write a dictionary expression in Python. It looks just like a JSON string, but without the quotes.
|