Visual Studio provides access to Interactive C#, Python and F#. We have already seen how to use C# interacitve in visual Studio.
Herein, we will start Python Interactive in Visual Studio 2017 Community IDE.
Launch Visual Studio 2017 Community from All Programs (look under V).
PythonInterA_0.png
Click Start and in the start Window click View | Other Windows as shown. You will see all interactive programs that you can use in Visual Studio.
PythonInterA_1.png
Click Python Interactive. Python 3.7 (x32) opens as shown.
PythonInterA_2.png
You can see the result as shown.
Herein, we will start Python Interactive in Visual Studio 2017 Community IDE.
Launch Visual Studio 2017 Community from All Programs (look under V).
PythonInterA_0.png
Click Start and in the start Window click View | Other Windows as shown. You will see all interactive programs that you can use in Visual Studio.
PythonInterA_1.png
Click Python Interactive. Python 3.7 (x32) opens as shown.
PythonInterA_2.png
Enter some simple calculation to start with and note that intellisense-type feature is available as long as the DB is current.
PythonInterA_3.png
Enter some simple calculation to start with and note that intellisense-type feature is available as long as the DB is current.
No comments:
Post a Comment