Skip to main content
added 37 characters in body
Source Link
Adrian P.
  • 5.2k
  • 2
  • 48
  • 49

First install Python from https://www.python.org/downloads/release/python-351/https://www.python.org/downloads/

Scroll down and chose Windows x86 executable installer and run itRun the installer

Be** IMPORTANT ** Be sure you check both :

  • Install launcher for all users
  • Add Python 3.56 to path

Click install now and finish the installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

import sys

print("Hello Python"from Python!")
print("Your Python version is: " + sys.version) 

Press Alt+Shift+F5

Simple as that.

First install Python from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

Be sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

First install Python from https://www.python.org/downloads/

Run the installer

** IMPORTANT ** Be sure you check both :

  • Install launcher for all users
  • Add Python 3.6 to path

Click install now and finish the installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

import sys

print("Hello from Python!")
print("Your Python version is: " + sys.version) 

Press Alt+Shift+F5

Simple as that.

added 1 character in body
Source Link
Pedro del Sol
  • 2.8k
  • 9
  • 40
  • 52

First install PytonPython from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

Be sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

First install Pyton from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

Be sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

First install Python from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

Be sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

edited body
Source Link
Adrian P.
  • 5.2k
  • 2
  • 48
  • 49

First install Pyton from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

ByBe sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

First install Pyton from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

By sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

First install Pyton from https://www.python.org/downloads/release/python-351/

Scroll down and chose Windows x86 executable installer and run it

Be sure you check both :

  • Install launcher for all users
  • Add Python 3.5 to path

Click install now and finish installation.

Open notepad++ and install plugin PyNPP from Plugin Manager. I'm using N++ 6.9.2

Save a new file as new.py

Type in N++

print("Hello Python")

Press Alt+Shift+F5

Simple as that.

added 299 characters in body
Source Link
Adrian P.
  • 5.2k
  • 2
  • 48
  • 49
Loading
Source Link
Adrian P.
  • 5.2k
  • 2
  • 48
  • 49
Loading