Download Latest Version PySchool(Python 3.14-64bit)-3.14.3 full-Setup.exe (303.0 MB)
Email in envelope

Get an email when there's a new version of PySchool

Home / Python3.10 / standard
Name Modified Size InfoDownloads / Week
Parent folder
PySchool(Python 3.10-32bit)-1.1.0 standard-Setup.exe 2022-02-03 102.6 MB
README.md 2022-02-03 44.1 kB
PySchool (Python 3.10-32bit) 1.1.0 standard-portable.7z 2022-02-03 96.1 MB
Totals: 3 Items   198.7 MB 2

PySchool (Python 3.10-32bit) 1.1.0 - standard


System requirements

  • Windows 8, 8.1, 10, 11 (32-bit, 64-bit)

Components

  • Python 3.10.2
  • Jupyter Notebook: The Classic Notebook Interface.
  • PtPython: A better Python REPL.
  • Jupyter Qt Console: A very lightweight application that largely feels like a terminal, but provides a number of enhancements only possible in a GUI.
  • Qt Designer: Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets.
  • Thonny: Python IDE for beginners.
  • ConEmu: Handy Windows Terminal.
  • PySchool Tools: List Intalled Modules / List all installed Python versions / Reset PySchool settings / Show Jupyter Launcher log.

IDLE - New features

Entries in context menu for folders

  • Open with PySchool ▶
    • Jupyter Notebook
    • Windows Terminal

Entries in context menu for python files (.py, .pyw, .pyi)

  • Open with PySchool ▶
    • IDLE
    • Thonny

Entries in context menu for notebook files (.ipynb)

  • Open with PySchool ▶
    • Jupyter Notebook
    • Convert to Html
    • Convert to Python

New file types in context menu

  • Python File
  • Notebook

Python Packages

Name Version Summary / License
1 appdirs 1.4.4 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". / MIT
2 argon2-cffi 21.3.0 The secure Argon2 password hashing algorithm. / -
3 argon2-cffi-bindings 21.2.0 Low-level CFFI bindings for Argon2 / MIT
4 astroid 2.9.3 An abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
5 asttokens 2.0.5 Annotate AST trees with source code positions / Apache 2.0
6 attrs 21.4.0 Classes Without Boilerplate / MIT
7 autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide / Expat License
8 backcall 0.2.0 Specifications for callback functions passed in to an API / -
9 beautifulsoup4 4.10.0 Screen-scraping library / MIT
10 bitstring 3.1.9 Simple construction, analysis and modification of binary data. / The MIT License: http://www.opensource.org/licenses/mit-license.php
11 black 22.1.0 The uncompromising code formatter. / MIT
12 bleach 4.1.0 An easy safelist-based HTML-sanitizing tool. / Apache Software License
13 certifi 2021.10.8 Python package for providing Mozilla's CA Bundle. / MPL-2.0
14 cffi 1.15.0 Foreign Function Interface for Python calling C code. / MIT
15 charset-normalizer 2.0.11 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
16 click 8.0.3 Composable command line interface toolkit / BSD-3-Clause
17 colorama 0.4.4 Cross-platform colored terminal text. / BSD
18 cryptography 36.0.1 cryptography is a package which provides cryptographic recipes and primitives to Python developers. / BSD or Apache License, Version 2.0
19 cycler 0.11.0 Composable style cycles / BSD
20 debugpy 1.5.1 An implementation of the Debug Adapter Protocol for Python / MIT
21 decorator 5.1.1 Decorators for Humans / new BSD License
22 defusedxml 0.7.1 XML bomb protection for Python stdlib modules / PSFL
23 docopt 0.6.2 Pythonic argument parser, that will make you smile / MIT
24 docutils 0.18.1 Docutils -- Python Documentation Utilities / public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)
25 ecdsa 0.17.0 ECDSA cryptographic signature library (pure python) / MIT
26 entrypoints 0.4 Discover and load entry points from installed packages. / -
27 esptool 3.2 A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips. / GPLv2+
28 et-xmlfile 1.1.0 An implementation of lxml.xmlfile for the standard library / MIT
29 executing 0.8.2 Get the currently executing AST node of a frame, and other information / MIT
30 flake8 4.0.1 the modular source code checker: pep8 pyflakes and co / MIT
31 fonttools 4.29.1 Tools to manipulate font files / MIT
32 html5lib 1.1 HTML parser based on the WHATWG HTML specification / MIT License
33 idna 3.3 Internationalized Domain Names in Applications (IDNA) / BSD-3-Clause
34 ipykernel 6.8.0 IPython Kernel for Jupyter / BSD
35 ipython 8.0.1 IPython: Productive Interactive Computing / BSD
36 ipython-genutils 0.2.0 Vestigial utilities from IPython / BSD
37 ipywidgets 7.6.5 IPython HTML widgets for Jupyter / BSD
38 isort 5.10.1 A Python utility / library to sort Python imports. / MIT
39 jedi 0.18.1 An autocompletion tool for Python that can be used for text editors. / MIT
40 Jinja2 3.0.3 A very fast and expressive template engine. / BSD-3-Clause
41 Js2Py 0.71 JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python. / MIT
42 jsonschema 4.4.0 An implementation of JSON Schema validation for Python / MIT
43 jupyter 1.0.0 Jupyter metapackage. Install all the Jupyter components in one go. / BSD
44 jupyter-client 7.1.2 Jupyter protocol implementation and client libraries / BSD
45 jupyter-console 6.4.0 Jupyter terminal console / BSD
46 jupyter-core 4.9.1 Jupyter core package. A base package on which Jupyter projects rely. / BSD-3-Clause
47 jupyterlab-pygments 0.1.2 Pygments theme using JupyterLab CSS variables / BSD
48 jupyterlab-widgets 1.0.2 A JupyterLab extension. / BSD-3-Clause
49 kiwisolver 1.3.2 A fast implementation of the Cassowary constraint solver / BSD
50 lazy-object-proxy 1.7.1 A fast and thorough lazy object proxy. / BSD-2-Clause
51 MarkupSafe 2.0.1 Safely add untrusted strings to HTML/XML markup. / BSD-3-Clause
52 matplotlib 3.5.1 Python plotting package / PSF
53 matplotlib-inline 0.1.3 Inline Matplotlib backend for Jupyter / BSD 3-Clause
54 mccabe 0.6.1 McCabe checker, plugin for flake8 / Expat license
55 mistune 0.8.4 A sane Markdown parser with useful plugins and renderers / BSD 3-Clause License
56 mypy 0.931 Optional static typing for Python / MIT License
57 mypy-extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker. / MIT License
58 nbclient 0.5.10 A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor. / BSD
59 nbconvert 6.4.1 Converting Jupyter Notebooks / BSD
60 nbformat 5.1.3 The Jupyter Notebook format / BSD
61 nest-asyncio 1.5.4 Patch asyncio to allow nested event loops / BSD
62 notebook 6.4.8 A web-based notebook environment for interactive computing / BSD
63 numpy 1.21.5+vanilla NumPy is the fundamental package for array computing with Python. / BSD
64 openpyxl 3.0.9 A Python library to read/write Excel 2010 xlsx/xlsm files / MIT
65 packaging 21.3 Core utilities for Python packages / BSD-2-Clause or Apache-2.0
66 pandas 1.3.5 Powerful data structures for data analysis, time series, and statistics / BSD-3-Clause
67 pandocfilters 1.5.0 Utilities for writing pandoc filters in python / BSD-3-Clause
68 parso 0.8.3 A Python Parser / MIT
69 pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths. / MPL 2.0
70 pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support / MIT
71 Pillow 9.0.1 Python Imaging Library (Fork) / HPND
72 pip 22.0.3 The PyPA recommended tool for installing Python packages. / MIT
73 pipwin 0.5.1 pipwin installs compiled python binaries on windows provided by Christoph Gohlke / BSD
74 platformdirs 2.4.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". / MIT
75 prometheus-client 0.13.1 Python client for the Prometheus monitoring system. / Apache Software License 2.0
76 prompt-toolkit 3.0.26 Library for building powerful interactive command lines in Python / -
77 psutil 5.9.0 Cross-platform lib for process and system monitoring in Python. / BSD
78 ptpython 3.0.20 Python REPL build on top of prompt_toolkit / -
79 pure-eval 0.2.2 Safely evaluate AST nodes without side effects / MIT
80 pycodestyle 2.8.0 Python style guide checker / Expat license
81 pycparser 2.21 C parser in Python / BSD
82 pyflakes 2.4.0 passive checker of Python programs / MIT
83 Pygments 2.11.2 Pygments is a syntax highlighting package written in Python. / BSD License
84 pyjsparser 2.7.1 Fast javascript parser (based on esprima.js) / MIT
85 pylint 2.12.2 python code static checker / GPL-2.0-or-later
86 pyparsing 3.0.7 Python parsing module / MIT License
87 PyPrind 2.11.3 Python Progress Bar and Percent Indicator Utility / BSD 3-Clause
88 PyQt5 5.15.6 Python bindings for the Qt cross platform application toolkit / GPL v3
89 PyQt5-Qt5 5.15.2 The subset of a Qt installation needed by PyQt5. / LGPL v3
90 PyQt5-sip 12.9.1 The sip module support for PyQt5 / SIP
91 pyrsistent 0.18.1 Persistent/Functional/Immutable data structures / MIT
92 pyserial 3.5 Python Serial Port Extension / BSD
93 pySmartDL 1.3.4 A Smart Download Manager for Python / Public Domain
94 python-dateutil 2.8.2 Extensions to the standard Python datetime module / Dual License
95 pytz 2021.3 World timezone definitions, modern and historical / MIT
96 pytz-deprecation-shim 0.1.0.post0 Shims to make deprecation of pytz easier / Apache-2.0
97 pywin32 303 Python for Window Extensions / PSF
98 pywinpty 1.1.6 Pseudo terminal support for Windows from Python. / MIT
99 pyzmq 22.3.0 Python bindings for 0MQ / LGPL+BSD
100 qtconsole 5.2.2 Jupyter Qt console / BSD
101 QtPy 2.0.1 Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6). / MIT
102 reedsolo 1.5.4 Pure-Python Reed Solomon encoder/decoder / Public Domain
103 requests 2.27.1 Python HTTP for Humans. / Apache 2.0
104 Send2Trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux. / BSD License
105 setuptools 60.7.1 Easily download, build, install, upgrade, and uninstall Python packages / -
106 six 1.16.0 Python 2 and 3 compatibility utilities / MIT
107 soupsieve 2.3.1 A modern CSS selector implementation for Beautiful Soup. / MIT License
108 stack-data 0.1.4 Extract data from python stack frames and tracebacks for informative displays / MIT
109 tabulate 0.8.9 Pretty-print tabular data / MIT
110 terminado 0.13.1 Tornado websocket backend for the Xterm.js Javascript terminal emulator library. / -
111 testpath 0.5.0 Test utilities for code working with files and commands / -
112 thonny 3.3.14 Python IDE for beginners / MIT
113 toml 0.10.2 Python Library for Tom's Obvious, Minimal Language / MIT
114 tomli 2.0.0 A lil' TOML parser / -
115 tornado 6.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. / http://www.apache.org/licenses/LICENSE-2.0
116 traitlets 5.1.1 Traitlets Python configuration system / BSD
117 typing_extensions 4.0.1 Backported and Experimental Type Hints for Python 3.6+ / -
118 tzdata 2021.5 Provider of IANA time zone data / Apache-2.0
119 tzlocal 4.1 tzinfo object for the local timezone / MIT
120 urllib3 1.26.8 HTTP library with thread-safe connection pooling, file post, and more. / MIT
121 wcwidth 0.2.5 Measures the displayed width of unicode strings in a terminal / MIT
122 webencodings 0.5.1 Character encoding aliases for legacy web content / BSD
123 wheel 0.37.1 A built-package format for Python / MIT
124 widgetsnbextension 3.5.2 IPython HTML widgets for Jupyter / BSD
125 WMI 1.5.1 Windows Management Instrumentation / http://www.opensource.org/licenses/mit-license.php
126 wrapt 1.13.3 Module for decorators, wrappers and monkey patching. / BSD
127 xlrd 2.0.1 Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files / BSD
128 XlsxWriter 3.0.2 A Python module for creating Excel XLSX files. / BSD-2-Clause
129 xlwt 1.3.0 Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+ / BSD
130 yapf 0.32.0 A formatter for Python code. / Apache License, Version 2.0
Source: README.md, updated 2022-02-03