Skip to content

docs: Add detailed documentation for Python Data Types#95

Merged
sanjay-kv merged 1 commit into
recodehive:mainfrom
codewithdhruba01:dataType
Jun 10, 2025
Merged

docs: Add detailed documentation for Python Data Types#95
sanjay-kv merged 1 commit into
recodehive:mainfrom
codewithdhruba01:dataType

Conversation

@codewithdhruba01

Copy link
Copy Markdown
Member

This PR adds a new documentation page python-data-types.mdx The content covers all major Python data types including str, int, float, list, dict, set, bool, and more, with syntax examples and descriptions. It’s fully compatible with Docusaurus and ready to be included in the sidebar.

  • Well-structured table of types
  • Examples for each data type
  • Markdown

Closes #94

This PR adds a new documentation page `python-data-types.mdx` under the `docs/python/` directory. The content covers all major Python data types including `str`, `int`, `float`, `list`, `dict`, `set`, `bool`, and more, with syntax examples and descriptions. It’s fully compatible with Docusaurus and ready to be included in the sidebar.

- Well-structured table of types
- Examples for each data type
- Markdown + JSX formatting for better display

Closes recodehive#94

Co-Authored-By: Sanjay Viswanathan <[email protected]>
@sanjay-kv sanjay-kv merged commit 1e23121 into recodehive:main Jun 10, 2025
@codewithdhruba01 codewithdhruba01 deleted the dataType branch June 11, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python standard data types documentation

2 participants