Download Latest Version PySchool(Python 3.10-32bit)-1.2.0 full-Setup.exe (233.9 MB)
Email in envelope

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

Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-02-21 19.2 kB
PySchool(Python 3.8-32bit)-1.1.2 lite-Setup.exe 2022-02-21 46.2 MB
README_1.1.0.md 2022-02-02 19.2 kB
PySchool(Python 3.8-32bit)-1.1.0 lite-Setup.exe 2022-02-02 46.1 MB
PySchool (Python 3.8-32bit) 1.1.0 lite-portable.7z 2022-02-02 42.8 MB
Totals: 5 Items   135.1 MB 2

PySchool (Python 3.8-32bit) 1.1.2 - lite


System requirements

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

Components

  • Python 3.8.10
  • PtPython: A better Python REPL.
  • 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 python files (.py, .pyw, .pyi)

  • Open with PySchool ▶
    • IDLE
    • Thonny

New file types in context menu

  • Python File

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 astroid 2.9.3 An abstract syntax tree for Python with inference support. / LGPL-2.1-or-later
3 asttokens 2.0.5 Annotate AST trees with source code positions / Apache 2.0
4 autopep8 1.6.0 A tool that automatically formats Python code to conform to the PEP 8 style guide / Expat License
5 backcall 0.2.0 Specifications for callback functions passed in to an API / -
6 bitstring 3.1.9 Simple construction, analysis and modification of binary data. / The MIT License: http://www.opensource.org/licenses/mit-license.php
7 black 22.1.0 The uncompromising code formatter. / MIT
8 certifi 2021.10.8 Python package for providing Mozilla's CA Bundle. / MPL-2.0
9 cffi 1.15.0 Foreign Function Interface for Python calling C code. / MIT
10 charset-normalizer 2.0.12 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. / MIT
11 click 8.0.4 Composable command line interface toolkit / BSD-3-Clause
12 colorama 0.4.4 Cross-platform colored terminal text. / BSD
13 cryptography 36.0.1 cryptography is a package which provides cryptographic recipes and primitives to Python developers. / BSD or Apache License, Version 2.0
14 decorator 5.1.1 Decorators for Humans / new BSD License
15 docutils 0.18.1 Docutils -- Python Documentation Utilities / public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)
16 ecdsa 0.17.0 ECDSA cryptographic signature library (pure python) / MIT
17 esptool 3.2 A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips. / GPLv2+
18 executing 0.8.2 Get the currently executing AST node of a frame, and other information / MIT
19 flake8 4.0.1 the modular source code checker: pep8 pyflakes and co / MIT
20 idna 3.3 Internationalized Domain Names in Applications (IDNA) / BSD-3-Clause
21 ipython 8.0.1 IPython: Productive Interactive Computing / BSD
22 isort 5.10.1 A Python utility / library to sort Python imports. / MIT
23 jedi 0.18.1 An autocompletion tool for Python that can be used for text editors. / MIT
24 lazy-object-proxy 1.7.1 A fast and thorough lazy object proxy. / BSD-2-Clause
25 matplotlib-inline 0.1.3 Inline Matplotlib backend for Jupyter / BSD 3-Clause
26 mccabe 0.6.1 McCabe checker, plugin for flake8 / Expat license
27 mypy 0.931 Optional static typing for Python / MIT License
28 mypy-extensions 0.4.3 Experimental type system extensions for programs checked with the mypy typechecker. / MIT License
29 numpy 1.22.2 NumPy is the fundamental package for array computing with Python. / BSD
30 parso 0.8.3 A Python Parser / MIT
31 pathspec 0.9.0 Utility library for gitignore style pattern matching of file paths. / MPL 2.0
32 pickleshare 0.7.5 Tiny 'shelve'-like database with concurrency support / MIT
33 pip 22.0.3 The PyPA recommended tool for installing Python packages. / MIT
34 platformdirs 2.5.1 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". / MIT
35 prompt-toolkit 3.0.28 Library for building powerful interactive command lines in Python / -
36 psutil 5.9.0 Cross-platform lib for process and system monitoring in Python. / BSD
37 ptpython 3.0.20 Python REPL build on top of prompt_toolkit / -
38 pure-eval 0.2.2 Safely evaluate AST nodes without side effects / MIT
39 pycodestyle 2.8.0 Python style guide checker / Expat license
40 pycparser 2.21 C parser in Python / BSD
41 pyflakes 2.4.0 passive checker of Python programs / MIT
42 Pygments 2.11.2 Pygments is a syntax highlighting package written in Python. / BSD License
43 pylint 2.12.2 python code static checker / GPL-2.0-or-later
44 pyserial 3.5 Python Serial Port Extension / BSD
45 reedsolo 1.5.4 Pure-Python Reed Solomon encoder/decoder / Public Domain
46 requests 2.27.1 Python HTTP for Humans. / Apache 2.0
47 Send2Trash 1.8.0 Send file to trash natively under Mac OS X, Windows and Linux. / BSD License
48 setuptools 60.9.3 Easily download, build, install, upgrade, and uninstall Python packages / -
49 six 1.16.0 Python 2 and 3 compatibility utilities / MIT
50 stack-data 0.2.0 Extract data from python stack frames and tracebacks for informative displays / MIT
51 thonny 3.3.14 Python IDE for beginners / MIT
52 toml 0.10.2 Python Library for Tom's Obvious, Minimal Language / MIT
53 tomli 2.0.1 A lil' TOML parser / -
54 traitlets 5.1.1 Traitlets Python configuration system / BSD
55 typing_extensions 4.1.1 Backported and Experimental Type Hints for Python 3.6+ / -
56 urllib3 1.26.8 HTTP library with thread-safe connection pooling, file post, and more. / MIT
57 wcwidth 0.2.5 Measures the displayed width of unicode strings in a terminal / MIT
58 wheel 0.37.1 A built-package format for Python / MIT
59 wrapt 1.13.3 Module for decorators, wrappers and monkey patching. / BSD
60 yapf 0.32.0 A formatter for Python code. / Apache License, Version 2.0
Source: README.md, updated 2022-02-21