# pythonchallenge **Repository Path**: ragus/pythonchallenge ## Basic Information - **Project Name**: pythonchallenge - **Description**: http://www.pythonchallenge.com解题用到的一些代码和方法。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-06 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #pythonchallenge 工具软件版本: ```bash $ python --version Python 3.6.0 $ ipython --version 6.0.0 $ python -m jupyter --version 4.3.0 ``` 文档中使用到的python模块: ``` Please wait a moment while I gather a list of all available modules... IPython binhex ipython_genutils runpy __future__ bisect ipywidgets sched _ast bleach isort secrets _asyncio bottle itertools select _bisect brain_builtin_inference itsdangerous selectors _blake2 brain_dateutil jedi setuptools _bootlocale brain_gi jinja2 shelve _bz2 brain_mechanize json shlex _codecs brain_nose jsonschema shutil _codecs_cn brain_numpy jupyter signal _codecs_hk brain_pytest jupyter_client simplegeneric _codecs_iso2022 brain_qt jupyter_console site _codecs_jp brain_six jupyter_core six _codecs_kr brain_ssl keyword smtpd _codecs_tw brain_stdlib lazy_object_proxy smtplib _collections builtins lib2to3 sndhdr _collections_abc bz2 linecache socket _compat_pickle cProfile locale socketserver _compression calendar logging sqlite3 _csv cgi lzma sre_compile _ctypes cgitb macpath sre_constants _ctypes_test chunk macurl2path sre_parse _datetime click mailbox ssl _decimal cmath mailcap stat _dummy_thread cmd markupsafe statistics _elementtree code marshal storemagic _functools codecs math string _hashlib codeop matplotlib stringprep _heapq collections mccabe struct _imp colorama mimetypes subprocess _io colorsys mistune sunau _json compileall mmap symbol _locale concurrent modulefinder sympy _lsprof configparser mpmath sympyprinting _lzma contextlib msilib symtable _markupbase copy msvcrt sys _md5 copyreg multiprocessing sysconfig _msi crypt nbconvert tabnanny _multibytecodec csv nbformat tarfile _multiprocessing ctypes netrc telnetlib _opcode curses nntplib tempfile _operator cycler nose test _osx_support cythonmagic notebook testpath _overlapped datetime nt tests _pickle dateutil ntpath textwrap _pydecimal dbm nturl2path this _pyio decimal numbers threading _random decorator numpy time _sha1 difflib opcode timeit _sha256 dis operator tkinter _sha3 distutils optparse token _sha512 django os tokenize _signal doctest pandas tornado _sitebuiltins dummy_threading pandocfilters trace _socket easy_install parser traceback _sqlite3 email pathlib tracemalloc _sre encodings pdb traitlets _ssl ensurepip pickle tty _stat entrypoints pickleshare turtle _string enum pickletools turtledemo _strptime errno pip types _struct faulthandler pipes typing _symtable filecmp pkg_resources unicodedata _testbuffer fileinput pkgutil unittest _testcapi flask platform urllib _testconsole fnmatch plistlib urllib3 _testimportmultiple formatter poplib uu _testmultiphase fractions posixpath uuid _thread ftplib pprint venv _threading_local functools profile warnings _tkinter gc prompt_toolkit wave _tracemalloc genericpath pstats wcwidth _warnings getopt pty weakref _weakref getpass py_compile webbrowser _weakrefset gettext pyclbr werkzeug _winapi glob pydoc widgetsnbextension abc gzip pydoc_data winreg aifc hashlib pyexpat winsound antigravity heapq pygments wrapt argparse hmac pylab wsgiref array html pylint xdrlib ast html5lib pyparsing xml astroid http pytz xmlrpc asynchat idlelib qtconsole xxsubtype asyncio imaplib queue zipapp asyncore imghdr quopri zipfile atexit imp random zipimport audioop importlib re zlib autoreload inspect reprlib zmq base64 io requests bdb ipaddress rlcompleter binascii ipykernel rmagic Enter any module name to get more help. Or, type "modules spam" to search for modules whose name or summary contain the string "spam". ```