Skip to content

Conversation

@Rishabh1925
Copy link
Contributor

Closes #7820

This Pull Request adds the new documentation entry for the NumPy ndarray method, .view().

Implementation Details:

  • File Path: Created the file at the required location: docs/content/numpy/concepts/ndarray/terms/view/view.md.
  • Core Concept: The entry clearly explains the difference between a view (memory sharing) and a copy, demonstrating that changes made to the view affect the original array.
  • Structure: The entry includes the mandatory sections: Description, Syntax, and Example.
  • Codebyte: Included a Codebyte section with compilable Python code for user experimentation.
  • Compliance: Follows the Codecademy documentation and Markdown style guides.

@Rishabh1925
Copy link
Contributor Author

Hello! @mamtawardhani @codecademy-docs I have finished creating the new term entry for ndarray.view().

The documentation focuses on clarifying the crucial concept of memory sharing, and the submission includes the required Codebyte section. Ready for review!

@mamtawardhani mamtawardhani self-assigned this Nov 4, 2025
Copy link
Collaborator

@mamtawardhani mamtawardhani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HEy @Rishabh1925, the entry looks good!

However, can you remove the crc-hqx.md file from this branch?

@Rishabh1925 Rishabh1925 closed this by deleting the head repository Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] Python NumPy - ndarray: view()

2 participants