Python Forum
file extension for python
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file extension for python
#1
python already uses .py and .pyc and .pyo ... are there any others:  i've started using these:

.pyi - insertable (not necessarily importable) snippets of code that can be useful to inserted while creating a .py file.

.pyd - insertable or importable files that are data being added to a program, such as a list of US states.

.pyt - insertable or importable files that are text being added to a program, such as different licenses.

your thoughts?

*** ducks behind the big blue couch ***
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
file extension for python - by Skaperen - Nov-12-2017, 06:04 AM
RE: file extension for python - by wavic - Nov-12-2017, 12:20 PM
RE: file extension for python - by sparkz_alot - Nov-12-2017, 12:59 PM
RE: file extension for python - by buran - Nov-12-2017, 04:43 PM
RE: file extension for python - by Skaperen - Nov-13-2017, 03:29 AM
RE: file extension for python - by wavic - Nov-13-2017, 08:38 AM
RE: file extension for python - by Skaperen - Nov-13-2017, 09:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  IDLEX Extension - A Promising IDE For Python. adt 2 2,774 Sep-27-2019, 09:58 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020