Skip to content

Conversation

Srikrishnasiddala
Copy link

@Srikrishnasiddala Srikrishnasiddala commented Oct 14, 2025

Description

This PR adds a new entry for .b2a_hex() from Python's binascii module, which converts binary data into hexadecimal (Base16) ASCII.

The entry includes syntax, examples (basic conversion and using separators), practical use cases (readable data, digital hashes, educational visualization), a Codebyte example, and advantages/limitations.

Issue Solved

Closes #7730

Type of Change

  • [x]Adding a new entry
  • Editing an existing entry (fixing a typo, bug, issues, etc)
  • Updating the documentation

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • [ x] I have performed a self-review of my own writing and code.
  • [ x] I have checked my entry and corrected any misspellings.
  • [x ] I have made corresponding changes to the documentation if needed.
  • [ x] I have confirmed my changes are not being pushed from my forked main branch.
  • [ x] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [ x] I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Oct 14, 2025

CLA assistant check
All committers have signed the CLA.

@mamtawardhani mamtawardhani self-assigned this Oct 15, 2025
@mamtawardhani
Copy link
Collaborator

Hey @Srikrishnasiddala, there has been some issue actually. There were a couple of duplicate issues, this was one of them. Apologies for the inconvenience caused, there already exists an entry for b2a_hex(), so I'll have to close this PR for now. You can take up another issue for contribution. Thank you! 😄

@mamtawardhani mamtawardhani added the duplicate This issue or pull request already exists label Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] Python binascii-module: .b2a_hex()

3 participants