Python | Package/Library creation

Publicado em: 24 Março 2020
no canal de: Florence Sharmila
38
1

Python - Steps for Creating and Installing a Package
Before Start: Decide about the basic structure of your package.
Step-1: Create a new folder named 'ComputerSubjects'
Step-2: Inside 'ComputerSubjects', create a subfolder with the name 'ComputerScience' and 'InformaticPractices'
Step-3: Create an empty __init__.py file in the ComputerSubjects' folder.
Using a IDLE editor like, create modules Details.py with following code:
def detail( ):
print("Compter Science")
print ("InformaticPractices")

Step4: Repeat the above step3 for subfolder.
Step-5: Associate it with Python installations (follow the video)


Nesta página do site você pode assistir ao vídeo on-line Python | Package/Library creation duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Florence Sharmila 24 Março 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 38 vezes e gostou 1 espectadores. Boa visualização!