engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Separate Packet/Encoding Functions into new `compsci` module. #57

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

We should start looking at creating network-focused educational functions, and a selection of binary-centric functions (like what's the maximum number that a 32-, 64-, or n-bit variable can contain when it's signed, vs unsigned, etc.

For now, it makes sense that all of this can be brought into a single compsci submodule.

engineerjoe440 commented 2 years ago

Better yet... How about compute as the module name. Simple, concise, and a little more clear as to its purpose.