About: Py2exe     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Software106566077, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FPy2exe

py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code.

AttributesValues
rdf:type
rdfs:label
  • باي2إكس (ar)
  • Py2exe (fr)
  • Py2exe (ko)
  • Py2exe (ja)
  • Py2exe (nl)
  • Py2exe (en)
rdfs:comment
  • باي2إكس (بالإنجليزية: py2exe)‏ هو امتداد للغة البرمجة بايثون. يقوم بتحويل البرامج النصية بايثون (py.) إلى ملفات تنفيذية ويندوز (exe.) بحيث يمكن تشغيلها بعد ذلك دون الحاجة لتثبيت بايثون. (ar)
  • py2exe est une extension du langage informatique Python qui convertit les scripts Python (.py) en exécutables Windows (.exe). Ces derniers peuvent alors être lancés sans installation préalable de Python. Depuis mai 2014, py2exe est compatible avec Python 3. py2exe a été utilisé pour compiler le célèbre programme BitTorrent. Ce projet est hébergé sur Github. (fr)
  • py2exe는 파이썬 스크립트를 (.py) 윈도우 실행 파일로(.exe) 변환해주는 파이썬 확장이다. 이러한 실행 파일들은 파이썬이 설치되지 않은 시스템에서도 실행 가능하다. 참고로 이러한 역할을 해주는 도구들 중에서 가장 흔한 도구이다. py2exe는 공식 비트토렌트 클라이언트(버전 6.0 이전)를 배포하는데 사용되었으며 다른 프로젝트들에서도 여전히 사용되고 있다. 2014년 5월 이후로 파이썬 3를 위한 py2exe가 사용 가능해졌다. 비록 이 프로그램이 .py 파일을 .exe 파일로 변환시키지만, 파이썬 바이트코드로 변환시키는 것이기 때문에 기계어로 변환하는 것처럼 속도가 빨라지지는 않는다. 심지어는 시작 오버헤드 때문에 파이썬 인터프리터로 직접 사용하는 것 보다 느릴 수도 있다. (ko)
  • py2exe は、プログラミング言語Pythonの拡張機能であり、PythonのスクリプトをWindowsの実行可能ファイル(.exeファイル)に変換する機能を提供する。これによって作られた実行可能ファイルは、Pythonのランタイムや必要なライブラリが埋め込まれるため、Pythonがインストールされていない環境で実行できる。 py2exeの利用例としては、BitTorrentの公式クライアント(version 6.0以前)やが挙げられる。 (ja)
  • Py2exe is een vrije uitbreiding van Python om software geschreven in Python (.py) om te zetten naar een uitvoerbaar bestand (.exe) voor Windows. Het is hierdoor mogelijk Python-software uit te voeren zonder dat Python zelf geïnstalleerd is. Py2exe is een uitbreiding van waarmee men Python-software kan installeren. Py2exe is beschikbaar onder de MIT-licentie. (nl)
  • py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code. (en)
foaf:name
  • py2exe (en)
foaf:homepage
name
  • py2exe (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
author
  • Thomas Heller (en)
developer
  • Community (en)
genre
  • Packaging tool (en)
latest release version
license
platform
programming language
released
repo
website
has abstract
  • باي2إكس (بالإنجليزية: py2exe)‏ هو امتداد للغة البرمجة بايثون. يقوم بتحويل البرامج النصية بايثون (py.) إلى ملفات تنفيذية ويندوز (exe.) بحيث يمكن تشغيلها بعد ذلك دون الحاجة لتثبيت بايثون. (ar)
  • py2exe is a Python extension which converts Python scripts (.py) into Microsoft Windows executables (.exe). These executables can run on a system without Python installed. It is the most common tool for doing so. py2exe was used to distribute the official BitTorrent client (before the version 6.0) and is still used to distribute SpamBayes as well as other projects. Since May 2014, version 0.9.2.0 of py2exe is available for Python 3. Before then, py2exe was made only for Python 2, and it was necessary to use an alternative like cx_Freeze for Python 3 code. Although this program transforms a .py file to an .exe, it does not make it run faster because py2exe bundles the Python bytecode without converting it to machine-code. It may even run slower than using the Python interpreter directly because of startup overhead. (en)
  • py2exe est une extension du langage informatique Python qui convertit les scripts Python (.py) en exécutables Windows (.exe). Ces derniers peuvent alors être lancés sans installation préalable de Python. Depuis mai 2014, py2exe est compatible avec Python 3. py2exe a été utilisé pour compiler le célèbre programme BitTorrent. Ce projet est hébergé sur Github. (fr)
  • py2exe는 파이썬 스크립트를 (.py) 윈도우 실행 파일로(.exe) 변환해주는 파이썬 확장이다. 이러한 실행 파일들은 파이썬이 설치되지 않은 시스템에서도 실행 가능하다. 참고로 이러한 역할을 해주는 도구들 중에서 가장 흔한 도구이다. py2exe는 공식 비트토렌트 클라이언트(버전 6.0 이전)를 배포하는데 사용되었으며 다른 프로젝트들에서도 여전히 사용되고 있다. 2014년 5월 이후로 파이썬 3를 위한 py2exe가 사용 가능해졌다. 비록 이 프로그램이 .py 파일을 .exe 파일로 변환시키지만, 파이썬 바이트코드로 변환시키는 것이기 때문에 기계어로 변환하는 것처럼 속도가 빨라지지는 않는다. 심지어는 시작 오버헤드 때문에 파이썬 인터프리터로 직접 사용하는 것 보다 느릴 수도 있다. (ko)
  • py2exe は、プログラミング言語Pythonの拡張機能であり、PythonのスクリプトをWindowsの実行可能ファイル(.exeファイル)に変換する機能を提供する。これによって作られた実行可能ファイルは、Pythonのランタイムや必要なライブラリが埋め込まれるため、Pythonがインストールされていない環境で実行できる。 py2exeの利用例としては、BitTorrentの公式クライアント(version 6.0以前)やが挙げられる。 (ja)
  • Py2exe is een vrije uitbreiding van Python om software geschreven in Python (.py) om te zetten naar een uitvoerbaar bestand (.exe) voor Windows. Het is hierdoor mogelijk Python-software uit te voeren zonder dat Python zelf geïnstalleerd is. Py2exe is een uitbreiding van waarmee men Python-software kan installeren. Py2exe is beschikbaar onder de MIT-licentie. (nl)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
latest release version
  • 0.13.0.0 /
release date
computing platform
license
programming language
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 49 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software