DEV Community

Yogesh Nile
Yogesh Nile

Posted on

Python Library Developed

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)
Enter fullscreen mode Exit fullscreen mode
from Yogesh_Nile import resume

obj = resume()

link = obj.get_Links()

print(link)
Enter fullscreen mode Exit fullscreen mode

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)