Overview: Django is Django. Links: https://www.djangoproject.com/ https://docs.djangoproject.com/ja/ http://www.django-rest-framework.org/ End of extended support: 1.8 LTS -APR2018 1.11LTS -APR2020 2.0 -APR2019 Python3.4- 2.2 LTS Client template │ form [HTTP Req GET|POST] model │ │
Overview: wxPython is wxPython. Links: https://wxpython.org/ https://docs.wxpython.org/ version: - 4.0.1 2018-02-02 - 4.0.0 2018-01-31 license: modified L-GPL OS: Windows(Win32API),MacOS(Cocoa),Linux(GTK+) Install: $ pip install -U wxPython wxWidgets Windows build/msw/wx_vc14.sln macOS build/osx/wxcocoa.xcodeproj Ub
Overview: Anaconda is Anaconda. Links: https://www.anaconda.com/ Install: # Install # info $ conda info $ conda info -e Creating an environment: $ conda create -n <NAME> [PACKAGE] $ conda create -n myenv