extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays. Open for hacktoberfest PRs.
https://pypi.org/project/easyPythonpi/
16 stars 37 forks source link

Group Operations into Separate Files #64

Closed AndrewHUNGNguyen closed 11 months ago

AndrewHUNGNguyen commented 11 months ago

As a developer maintaining the repo, I want to categorize the operations out for easier understanding and maintenance of files. Current string operations, bitwise operations, and statistical operations should be separated from basics.py into their own files (e.g. have a file dedicated to string operations, another file for bitwise operations, and another for statistical operations)

extinctsion commented 11 months ago

Sure, go ahead.

AndrewHUNGNguyen commented 11 months ago

Sure, go ahead.

Created a PR at #65

extinctsion commented 11 months ago

This issue is now resolved as I have merged the PR.