0

How do you create python #module?

Hi Guys, I am looking for on how I create simple data cleaning module. Does anyone has some useful hints?

23rd Mar 2022, 4:29 PM
Mohamed Ibrahim
Mohamed Ibrahim - avatar
7 Answers
+ 2
create a class having different related functions, then upload that file to PyPi , you can search PyPi on Google! , I have also uploaded a module for printing text in different colors
24th Mar 2022, 10:01 AM
Saad Khan
Saad Khan - avatar
+ 1
Mohamed Ibrahim , is your question related on how to do the code for data cleaning or is it related on how to create a module and import and use it?
23rd Mar 2022, 6:37 PM
Lothar
Lothar - avatar
+ 1
Thanks Lothar, my question is related on how to create python module inorder to store all step of my data cleaning.
24th Mar 2022, 5:03 AM
Mohamed Ibrahim
Mohamed Ibrahim - avatar
+ 1
Mohamed Ibrahim for any questions follow me on Instagram @coding_memz
24th Mar 2022, 4:11 PM
Saad Khan
Saad Khan - avatar
0
Google. This is standard documented procedure. And I think you mean a package, that can be installed right? Because a module is simply a ".py" file which is imported using the name.
23rd Mar 2022, 6:33 PM
Mustafa A
Mustafa A - avatar
0
Thanks Saab Khan, Can I have yours herein sololearn. That will be very help full
24th Mar 2022, 3:57 PM
Mohamed Ibrahim
Mohamed Ibrahim - avatar
0
Sure
24th Mar 2022, 4:11 PM
Mohamed Ibrahim
Mohamed Ibrahim - avatar