Skip to content

📝[Docs]: Add Practice Questions Section to "Array in Python" Documentation Page #714

@codewithdhruba01

Description

@codewithdhruba01

Is there an existing issue for this?

  • I have searched the existing issues

Issue Description

The “Array in Python” documentation currently provides explanations and examples of how arrays work. However, it doesn’t include any practice questions to help learners apply the concepts they’ve just studied.

Adding a “Practice Questions” section will make the documentation more interactive and valuable for beginners who want to strengthen their understanding through hands-on problems.

Suggested Change

  • Add a “Practice Questions” section at the end of the “Array in Python” documentation page.

  • Include 5–8 questions covering topics like:

    • Array creation and initialization
    • Insertion and deletion operations
    • Traversal and searching
    • Updating elements
    • Basic problem-solving using arrays (e.g., finding max/min, reversing array, etc.)
  • Ensure the question format is clear and beginner-friendly.

  • Optionally add collapsible “Show Answer” sections for each question to make the page interactive.

Rationale

Benefits:

  • Encourages learners to practice and experiment with array operations.
  • Makes the page more useful for self-learners and students.
  • Can serve as a base for future contributions (e.g., more advanced array problems).

🏷️ Labels:

enhancement documentation hacktoberfest

Urgency

High

Record

  • I have read the Contributing Guidelines
  • Are you a GSSOC'25 contributor
  • I want to work on this issue

Metadata

Metadata

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions