Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ricardo

Ricardo

Ricardo has asked 0 questions and find answers to 2 problems.

Stats

78
EtPoint
30
Vote count
0
questions
2
answers

About

I was going to write an about-me description from scratch, but I found a pypi package which does it for me in a more pythonic way!

import me

print(me.about)

    >>> I was going to write an `about-me` description from scratch, but I found a pypi package 

which does it for me in a more pythonic way!

    import me

    print(me.about)
    
       >>> I was going to write an `about-me` description...

Ricardo questions

Ricardo answers