Skip to content

sidd6p/sidd-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sidd-Package

Siddhartha's resume in the form of python-package

Directory stracture

│   .gitignore
│   LICENSE
│   README.md
│   setup.py
│
└───sidd
    │   sidd.py
    │   __init__.py
    │
    ├───bye
    │       bye.py
    │       __init__.py
    │
    ├───contact
    │       contact.py
    │       __init__.py
    │
    ├───education
    │       education.py
    │       __init__.py
    │
    ├───experience
    │       experience.py
    │       __init__.py
    │
    ├───hello
    │       hello.py
    │       __init__.py
    │
    └───project
            project.py
            __init__.py

Run Locally

Install package

  pip install siddp6

Import package

  import sidd

Print all attributes and methods (functions , modules, strings, lists, dictionaries etc.)

  print(dir(sidd))

Output

image

Tech & Tool

Language: Python

About

Resume in the form of Python Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages