Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The standard prrogramming language for data science and for us especially: * machine learning, deep-learning using tensorflow or pytorch) * audio analysis and manipu...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. | |||
The standard prrogramming language for data science and for us especially: | The standard prrogramming language for data science and for us especially: | ||
Revision as of 20:55, 25 August 2021
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
The standard prrogramming language for data science and for us especially:
- machine learning, deep-learning using tensorflow or pytorch)
- audio analysis and manipulation using librosa
Also used to inrterface with 3d software such as poser 3d/blender and audacity.