Visual Studio Code
Prerequisites
Visual Studio CodeExample
1. After installing VS Code open VS Code
2. Open any .py or .ipynb file
3. In the script type a new function e.g
def get_dates(start, end):Last updated