Python 3 5 2
Conda create -n eappenv python=3.5.2 -channel conda-forge Just as an FYI typically the sub-sub-version of a package only has minor updates and will not affect anything else in your environment.
It looks like only 3.5.4, 3.5.5, and 3.5.6 are available on the main/win-64 index of the anaconda channel. I am not sure why they removed previous versions of 3.5. 3.5.2 Documentation » The Python Standard Library ¶ While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python.
Released:
Natural Language Toolkit
Project description
The Natural Language Toolkit (NLTK) is a Python package fornatural language processing. NLTK requires Python 3.5, 3.6, 3.7, or 3.8.
Release historyRelease notifications RSS feed
3.5
3.5b1 pre-release
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4
3.3
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2
3.1
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0b2 pre-release
3.0.0b1 pre-release
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.1rc4 pre-release
2.0.1rc3 pre-release
2.0.1rc1 pre-release
2.0b9 pre-release
2.0b8 pre-release
2.0b7 pre-release
2.0b6 pre-release
2.0b5 pre-release
2.0b4 pre-release
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9
Python 3.5.2 Windows 64-bit
0.8
2.0.1rc2-git pre-release
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size nltk-3.5.zip (1.4 MB) | File type Source | Python version None | Upload date | Hashes |
Python Download For Windows 10
Hashes for nltk-3.5.zip
Algorithm | Hash digest |
---|---|
SHA256 | 845365449cd8c5f9731f7cb9f8bd6fd0767553b9d53af9eb1b3abf7700936b35 |
MD5 | 2a827c8c8a50b98241c07f2758eb6961 |
BLAKE2-256 | 9275ce35194d8e3022203cca0d2f896dbb88689f9b3fce8e9f9cff942913519d |
While The Python Language Reference describes the exact syntax andsemantics of the Python language, this library reference manualdescribes the standard library that is distributed with Python. It alsodescribes some of the optional components that are commonly includedin Python distributions.
Python’s standard library is very extensive, offering a wide range offacilities as indicated by the long table of contents listed below. Thelibrary contains built-in modules (written in C) that provide access tosystem functionality such as file I/O that would otherwise beinaccessible to Python programmers, as well as modules written in Pythonthat provide standardized solutions for many problems that occur ineveryday programming. Some of these modules are explicitly designed toencourage and enhance the portability of Python programs by abstractingaway platform-specifics into platform-neutral APIs.
The Python installers for the Windows platform usually includethe entire standard library and often also include many additionalcomponents. For Unix-like operating systems Python is normally providedas a collection of packages, so it may be necessary to use the packagingtools provided with the operating system to obtain some or all of theoptional components.
In addition to the standard library, there is a growing collection ofseveral thousand components (from individual programs and modules topackages and entire application development frameworks), available fromthe Python Package Index.
Python Org Downloads Windows 10
- 3. Built-in Constants
- 4. Built-in Types
- 5. Built-in Exceptions
- 6. Text Processing Services
- 7. Binary Data Services
- 8. Data Types
- 9. Numeric and Mathematical Modules
- 10. Functional Programming Modules
- 11. File and Directory Access
- 12. Data Persistence
- 13. Data Compression and Archiving
- 14. File Formats
- 15. Cryptographic Services
- 16. Generic Operating System Services
- 17. Concurrent Execution
- 18. Interprocess Communication and Networking
- 19. Internet Data Handling
- 20. Structured Markup Processing Tools
- 21. Internet Protocols and Support
- 22. Multimedia Services
- 23. Internationalization
- 24. Program Frameworks
- 25. Graphical User Interfaces with Tk
- 26. Development Tools
- 27. Debugging and Profiling
- 28. Software Packaging and Distribution
- 29. Python Runtime Services
- 30. Custom Python Interpreters
- 31. Importing Modules
- 32. Python Language Services
- 33. Miscellaneous Services
- 34. MS Windows Specific Services
- 35. Unix Specific Services
- 36. Superseded Modules
- 37. Undocumented Modules