Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: Python on Windows with linux environment Date: Thu, 2 Jun 2016 12:37:03 +0100 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de wTnG+snjuaUD2STOQQuODA6pCE/Fdbt7jie23hB5zplg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'scripts': 0.09; 'subject:Windows': 0.09; 'python': 0.10; '2016': 0.16; 'code?': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.16; 'runs': 0.18; 'windows': 0.20; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'code': 0.30; 'window': 0.30; 'run': 0.33; 'usually': 0.33; 'changing': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'operating': 0.37; 'received:209': 0.38; 'does': 0.39; 'system.': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'field': 0.60; 'research': 0.62; 'oscar': 0.84; 'ali': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=G52gowiN5TJGpuvWYhv+E03ftL+AcPDVY/iZuDv/Jyw=; b=SIz8Kr+LJZtGkzebYVqGv0u3jHlocayg3D4K8bkLKdC4q+NAKLnxCn0GIPjVHGZALy VBIzVNbSpXkw5qxl5AztQZ2HOaA16LxXvb+0v5UqhuypevVJX6qp26GO5wOqoNa/AbLr f7TYQxrLKIL/80ZE0XCi2Kb14fszGQmKWJnlr610nVy30G8EzTGh3sgT3bJXA8nES9NR UhC6hIP/OhTsumf3rYL9wFus/jECsj0XT6MrL83uXYSzLhb1XcDpA1cY7LEETLdl6s7A 2l5iZOKCKHi9DsWRW6yCJQ452DR58lSSb9dyScUcUb6swmDazFCRktfCG9FvLiikXgAd T7wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=G52gowiN5TJGpuvWYhv+E03ftL+AcPDVY/iZuDv/Jyw=; b=ChCDsviODuzaADX22NZZyfO1gf7hddXG1aWKUP+mwhSXX7feyzwgMHaZvevveL6YMb RcU3Cn/L0G3Ao0Fs4eibTQENCKlWfT1kHGUdt9D4ImINMVtpVHQ1J5NKA+qr2oBTgG1b Bck8XVS9UGCH2h3sBVEW7QuF7f73lphwu9aNJpG13zEzMjpT38F5P3LBkOuvd04Bqjvi gY1RhyGlZqXmIx+IXMx+taqn25yLmUa8BUILMKoZIB0PUImY/rEhA0Fmz7si/5Yw+fBZ uygYnclLRQvw7Tglp8N5xAb1RwIDiTdC1OZjBeZzJhZ7gBagKEtj02xXxo9abIa8euu6 qInA== X-Gm-Message-State: ALyK8tL7h/zrE/Fjsg6R+Pk2emv4dMryndzJyvREgVpyilWvlPtSM4dFc436B1Xzpi55nwAhg/DIM3Q42cR+NA== X-Received: by 10.46.33.214 with SMTP id h83mr3694871lji.41.1464867442649; Thu, 02 Jun 2016 04:37:22 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:109354 On 2 June 2016 at 12:22, Muhammad Ali wrote: > I use windows regularly, however, I use linux for only my research work a= t supercomputer. In my research field (materials science) most of the scrip= ts are being written in python with linux based system. Could I installed s= uch linux based python on my window 7? So that I can use those linux based = scripts written in python and I can also write my own scripts/code without = entirely changing my operating system from windows to linux. Python code usually runs the same on Windows as it does on Linux. What makes you think that you need Linux to run this code? -- Oscar