This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bundles : 2.7.12.3, 3.4.4.4, 3.5.2.2
- Loading branch information
crazy-max
committed
Nov 9, 2016
0 parents
commit 9228ca1
Showing
25,607 changed files
with
4,798,648 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Eclipse | ||
/.settings | ||
/.buildpath | ||
/.project | ||
/.jsdtscope | ||
/*.launch | ||
|
||
# Neard | ||
/.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
### [Check compatibility with Neard](https://github.com/crazy-max/neard/wiki/toolPython#latest) before downloading. | ||
|
||
## r1 (2016/11/09) | ||
|
||
* Add bundles : 2.7.12.3, 3.4.4.4, 3.5.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[![GitHub release](https://img.shields.io/github/release/crazy-max/neard-tool-python.svg?style=flat-square)](https://github.com/crazy-max/neard-tool-python/releases/latest) | ||
![Total downloads](https://img.shields.io/github/downloads/crazy-max/neard-tool-python/total.svg?style=flat-square) | ||
|
||
This a sub-repo of [Neard project](https://github.com/crazy-max/neard) involving Python tool bundles. | ||
|
||
## Documentation and downloads | ||
|
||
See [Python Wiki page on Neard](https://github.com/crazy-max/neard/wiki/toolPython). | ||
|
||
## Sources | ||
|
||
* https://winpython.github.io/ | ||
* http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 | ||
|
||
## Issues | ||
|
||
Issues must be reported on [Neard repository](https://github.com/crazy-max/neard/issues). |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
set WINPYSCRIPTSDIR=%~dp0..\scripts | ||
call "%WINPYSCRIPTSDIR%\env_for_icons.bat" | ||
cd/D "%WINPYWORKDIR%" | ||
rem backward compatibility for python command-line users | ||
"%WINPYDIR%\python.exe" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pythonVersion = "2.7.12.3" | ||
pythonExe = "bin\python.bat" | ||
pythonCpExe = "WinPython Control Panel.exe" | ||
pythonIdleExe = "IDLEX (Python GUI).exe" | ||
|
||
bundleRelease = "@RELEASE_VERSION@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Experimenting your Winpython installation\n", | ||
"\n", | ||
" . [Winpython_checker test, to see various packages](Winpython_checker.ipynb) \n", | ||
" \n", | ||
" . [Seaborn visualization Example](seaborn_demo_from_jakevdp.ipynb)\n", | ||
" \n", | ||
" . [QT libraries Example](Qt_libraries_demo.ipynb)\n", | ||
"\n", | ||
" . [Pandas Data-science example](dplyr_pandas.ipynb)" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Tutorials and Demonstrations on Internet\n", | ||
"\n", | ||
"## Ipython Notebook Documentation\n", | ||
" \n", | ||
" . [IPython notebook-based online documentation](http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb)\n", | ||
" \n", | ||
" . [Galery of Interesting Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)\n", | ||
" \n", | ||
" . Videos of Conferences and Trainings: [Python Various Conferences](http://pyvideo.org/), [Pydata Conferences](https://www.youtube.com/user/PyDataTV) , [Scipy Conferences](https://www.youtube.com/user/EnthoughtMedia)\n", | ||
" \n", | ||
"## Pandas\n", | ||
"\n", | ||
". Beginners Training Video: [\"Brandon Rhodes - Pandas From The Ground Up - PyCon 2015 \"](https://www.youtube.com/watch?v=5JnMutdy6Fw)\n", | ||
"\n", | ||
". Pandas [API reference](http://pandas.pydata.org/pandas-docs/stable/api.html)\n", | ||
"\n", | ||
"\n", | ||
"## Graphics :\n", | ||
"\n", | ||
" . Matplotlib : [Beginner's guide](http://matplotlib.org/users/beginner.html) , [Gallery](http://matplotlib.org/gallery.html) , [General Content](http://matplotlib.org/contents.html) \n", | ||
" \n", | ||
" . seaborn : [Tutorial](http://stanford.edu/~mwaskom/software/seaborn/tutorial.html) , [Gallery](http://stanford.edu/~mwaskom/software/seaborn/examples/index.html)\n", | ||
" \n", | ||
" . scikit-image : [Gallery](http://scikit-image.org/docs/dev/auto_examples/), [User Guide](http://scikit-image.org/docs/dev/user_guide.html)\n", | ||
" \n", | ||
" . holoviews : [Introduction](http://ioam.github.io/holoviews) , [Tutorials](http://ioam.github.io/holoviews/Tutorials/index.html)\n", | ||
" \n", | ||
" . mpld3 : [Gallery](http://mpld3.github.io/examples/index.html#example-gallery) \n", | ||
"\n", | ||
" \n", | ||
"## SQL\n", | ||
" . IPython-SQL : [Tutorial](http://nbviewer.ipython.org/gist/catherinedevlin/6588378)\n", | ||
" \n", | ||
" . db.py : [Tutorial](http://nbviewer.ipython.org/github/yhat/db.py/blob/master/examples/db-example.ipynb)\n", | ||
" \n", | ||
" . baresql : [Tutorial](https://pypi.python.org/pypi/baresql)\n", | ||
" \n", | ||
"\n", | ||
"## Machine learning / Deep Learning\n", | ||
" . scikit-learn : [Tutorial](http://scikit-learn.org/stable/tutorial/index.html) , [Gallery](http://scikit-learn.org/stable/auto_examples/index.html)\n", | ||
" \n", | ||
" . Theano: [Tutorial](http://deeplearning.net/software/theano/tutorial/), [Related Projects](https://github.com/Theano/Theano/wiki/Related-projects)\n", | ||
" \n", | ||
" . Keras: [Presentation] (http://keras.io/)\n", | ||
"\n", | ||
"\n", | ||
"## Qt User Interface Development :\n", | ||
"\n", | ||
" . PyQt4 tutorial: http://zetcode.com/gui/pyqt4/firstprograms/\n", | ||
" \n", | ||
" . PyQt5 tutorial: http://zetcode.com/gui/pyqt5/firstprograms/\n", | ||
" \n", | ||
" . guiqwt tutorial: https://pythonhosted.org/guiqwt/examples.html .\n", | ||
" \n", | ||
" . switching from guiqwt 2 to 3: https://github.com/PierreRaybaut/guiqwt/blob/master/doc/migrating_from_v2_to_v3.rst)\n", | ||
" \n", | ||
" . guidata: https://pythonhosted.org/guidata/examples.html\n", | ||
" \n", | ||
" \n", | ||
"## Winpython\n", | ||
"\n", | ||
". [Winpython Discussion Group](https://groups.google.com/forum/#!forum/winpython)\n", | ||
" \n", | ||
". [Other Winpython examples](http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/)\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": false | ||
}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.4.4" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
163 changes: 163 additions & 0 deletions
163
bin/python2.7.12.3/notebooks/docs/Qt_libraries_demo.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Qt Demo\n", | ||
"\n", | ||
"This will launch various Qt compatible packages" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"## Qt4 & Qt5 Dedicated Graphic libraries: PyQtgraph, guidata, guiqwt" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": true | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# PyQtgraph (Scientific Graphics and GUI Library for Python)\n", | ||
"import pyqtgraph.examples; pyqtgraph.examples.run()" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": false | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# Guidata (Python library generating graphical user interfaces for easy dataset editing and display)\n", | ||
"from guidata import tests; tests.run()" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": true | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# Guiqwt (Efficient 2D plotting Python library based on PythonQwt)\n", | ||
"from guiqwt import tests; tests.run()" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"## Reactive programing: rx" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": false | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# from https://github.com/ReactiveX/RxPY/blob/master/examples/timeflie\n", | ||
"from rx.subjects import Subject\n", | ||
"from rx.concurrency import QtScheduler\n", | ||
"import sys\n", | ||
"\n", | ||
"try:\n", | ||
" from PyQt4 import QtCore\n", | ||
" from PyQt4.QtGui import QWidget, QLabel\n", | ||
" from PyQt4.QtGui import QApplication\n", | ||
"except ImportError:\n", | ||
" try:\n", | ||
" from PyQt5 import QtCore\n", | ||
" from PyQt5.QtWidgets import QApplication, QWidget, QLabel\n", | ||
" except ImportError:\n", | ||
" from PySide import QtCore\n", | ||
" from PySide.QtGui import QWidget, QLabel\n", | ||
" from PySide.QtGui import QApplication\n", | ||
"\n", | ||
"\n", | ||
"class Window(QWidget):\n", | ||
"\n", | ||
" def __init__(self):\n", | ||
" super(QWidget, self).__init__()\n", | ||
" self.setWindowTitle(\"Rx for Python rocks\")\n", | ||
" self.resize(600, 600)\n", | ||
" self.setMouseTracking(True)\n", | ||
"\n", | ||
" # This Subject is used to transmit mouse moves to labels\n", | ||
" self.mousemove = Subject()\n", | ||
"\n", | ||
" def mouseMoveEvent(self, event):\n", | ||
" self.mousemove.on_next((event.x(), event.y()))\n", | ||
"\n", | ||
"\n", | ||
"def main():\n", | ||
" app = QApplication(sys.argv)\n", | ||
" scheduler = QtScheduler(QtCore)\n", | ||
"\n", | ||
" window = Window()\n", | ||
" window.show()\n", | ||
"\n", | ||
" text = 'TIME FLIES LIKE AN ARROW'\n", | ||
" labels = [QLabel(char, window) for char in text]\n", | ||
"\n", | ||
" def handle_label(i, label):\n", | ||
"\n", | ||
" def on_next(pos):\n", | ||
" x, y = pos\n", | ||
" label.move(x + i*12 + 15, y)\n", | ||
" label.show()\n", | ||
"\n", | ||
" window.mousemove.delay(i*100, scheduler=scheduler).subscribe(on_next)\n", | ||
"\n", | ||
" for i, label in enumerate(labels):\n", | ||
" handle_label(i, label)\n", | ||
"\n", | ||
" sys.exit(app.exec_())\n", | ||
"\n", | ||
"if __name__ == '__main__':\n", | ||
" main()\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"collapsed": true | ||
}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.4.4" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
775 changes: 775 additions & 0 deletions
775
bin/python2.7.12.3/notebooks/docs/WinpythonSlim_checker.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.