Description
Why do we all love Python? For starters, it’s a beautiful and easy-to-learn programming language. Another reason: it comes with batteries included, meaning Python has ... read more
Summary
- Last updated on March 2, 2021 Why do we all love Python?
- It’s ideal for building data visualization apps in pure Python, so it’s particularly suited for anyone who works with data.
- Example Dash app, screenshot by author Dash allows you to quickly scaffold the stuff you need into a beautiful dashboard without the need to touch a single line of Javascript.
- raw speed something that is not in the standard library Simplejson can be a lot faster than json, because it has some critical parts implemented in C. This speed will not be of interest to you, unless you are working with millions of JSON files.