Simple Python calculator package
Project description
py-calculator
Python Calculator Package
Installation
pip install py-calculator-mounika
### Python Extensions :
1. **Python (MS)** : Core Python support in VS code
- Syntax highlighting
- Intellisence (auto-complete)
- Debugging
- Running Python scripts directly
2. **Pylance** : Advanced language server for Python
- Smart auto-completion
- Type checking (with type hints)
- Go-to definition, find references
3. **Black Formatter** : Automatic code formatting tool.
- Consistent code style
- Easy formatting with `Shift+Alt+F` or on `save`
4. **isort** : Automatically sorts Python imports.
- Groups standard, third-party, and local imports
- Avoids messy import sections
5. **Pylint** : Python linters that check for errors, coding standards, and style issues.
- Detect syntax errors
- Highlight unused variables/functions
- Enforce naming conventions
6. **Python Docstring Generator** : Quickly generates docstrings for functions/classes.
- Standardizes docstrings ("""Description""")
- Can follow Google or NumPy style
7. **Jupyter** : Run Python notebooks inside VS Code.
- Interactive code execution
- Plotting, visualization
- Step-by-step testing
8. **Code Runner** : Quickly run a Python snippet without creating a full script.
- Run selected code
- Shows output in the terminal
9. **Python Test Explorer** : GUI integration for running Python tests in VS Code.
- Supports pytest, unittest, nose
- Shows results in a tree view
10. **Visual Studio IntelliCode** : AI-assisted code suggestions for Python.
- Predicts likely completions based on your code
- Learns from your coding habits
11. **Rainbow CSV** : Highlights and formats CSV files in VS Code.
- Colorizes CSV columns
- Makes CSV easier to read
12. **Bracket Pair Colorizer** : Makes matching brackets visible.
- Each pair of (), {}, [] is colored differently
- Helps track nested structures
13. **Better Comments** : Makes comments more readable in VS Code.
- Highlights TODO, FIXME, NOTE with colors
- Improves code readability
14. **Python Debugger**
15. **Python Indent** :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_calculator_test-0.1.2.tar.gz.
File metadata
- Download URL: py_calculator_test-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54a4333105c9b9acb9f7dbb96f0b70d0cc4cab86cd5bb8fa8cb0a1e43d805c12
|
|
| MD5 |
274f0093745cb34ae539e98052cf8313
|
|
| BLAKE2b-256 |
c2d9f8168d4fa910883ec039aaea03c357b2eb241c7e790f92591f8316145d10
|
File details
Details for the file py_calculator_test-0.1.2-py3-none-any.whl.
File metadata
- Download URL: py_calculator_test-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d11bd3e375c581032336da11a29e951b8f390c0582a767599c41115b2a2e55f
|
|
| MD5 |
75f9d4e6df81dea01e321f90528a9668
|
|
| BLAKE2b-256 |
59d434d6f1516583300431956d758c0d21e97d361683bb27018348a41bc3baad
|