Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section

Image Modified

Column

About Python

...

Python is an interpretedhigh-levelgeneral-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aims to help programmers write clear, logical code for small and large-scale projects

BibTeX Referencing
reference@misc{wikipedia_2019, title={Python (programming language)}, url={https://en.wikipedia.org/wiki/Python_(programming_language)}, journal={Wikipedia}, publisher={Wikimedia Foundation}, author={Wikipedia}, year={2019}, month={Jun}}
.


Column
width30%


Panel
borderColor#dfe1e5
bgColor#eff9ff
borderWidth2
titlePage content

Table of Contents





Section


Panel

How to download and install Python


Creating a python project in Microsoft visual studio


  1. In visual studio select File → New → Project
  2. Select "Python Application" and enter desired name for the project. Then press "ok"
    Image Modified

  3. Visual studio will now open your new project with a script named the same as your project


Installing packages in microsoft visual studio




  1. In visual studio select the Window → Other windows → Python enviroments. Python enviroments will now open in place of the solution explorer. 
    Image Modified
  2. In the dropdown menu where "Overview" currently is selected, select the "Packagestab and you will see a list of currently packages installed.

  3. Type in the package you wish to install in the search bar. For example "NumPy". Click the option "Run command: pip install numpy"

    Image Modified

  4. In the output log visual studio will now output "----- Successfully installed 'numpy' -----" if the install was sucsessful. 




Section


Column
width50%


Panel

Getting started with Python

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tincidunt metus diam, id consectetur nulla bibendum eu. Vestibulum sit amet tortor ultricies, volutpat nunc id, malesuada risus. Sed iaculis auctor felis dignissim vestibulum. Fusce molestie, ligula a aliquam tristique, eros diam vestibulum tortor, non efficitur erat dui sit amet eros. Quisque pharetra tempor turpis, vel pellentesque dolor vestibulum et. Morbi vel ex varius velit rutrum convallis. Proin vestibulum sapien ut aliquam dapibus.



Column
width50%


Panel

Useful tutorials


Page Tree
rootPython





BibTeX Display Table