Hello Dev,
I wanna show you to I developed a python library that contains my public profile and portfolio.
Go and check out Yogesh-Nile
Here some example of my library
from Yogesh_Nile import resume
obj = resume()
intro = obj.get_Introduction()
print(intro)
from Yogesh_Nile import resume
obj = resume()
link = obj.get_Links()
print(link)
Hope you like it, Also check out my github profile.
- In github I have upload lot of python related repo. You will definitely learn something new.
Top comments (0)