PYTHON
Python
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Contents
Child Pages
Overview
Python is a very popular programming language. It is heavily used by scientists and the data analysis/statistics communities.
Have your cake and eat it too (productivity and readable code) - python.org
One notable aspect of the Python syntax is the lack of braces for delimiting functional blocks. Instead, Python uses whitespace.
“Life is better without braces” - Bruce Eckel
See the child pages above for more info!
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .
Related Content:
- Python Classes And Object Orientated Design
- Parsing Command-Line Arguments In Python
- Python Sets
- ReStructuredText
- A Tutorial On geopandas