Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Project files, Python files
#1
Hello Python Users

I am a beginner in Python. I use the Pycharm editor. I have a project file called Myproject.py. This file is stored in the Pycharm Projects directory. I have 2 python files that I created called prac.py and practice.py. I can't find where these python files are stored.

Are python files actual files?
Reply
#2
Depending on os, probably
*nix /home/usrname
windows c:\Users\Username\AppData
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts


Reply
#3
what is your OS?
in Linux, cd to a starting directory, then use find:
find . -name Myproject.py
Reply
#4
PyCharm should also be able to tell you what the path to the file is. At least in IntelliJ, it's displayed at the top of the window, so one would assume the same for PyCharm.
Reply
#5
Thanks everyone I was able to find these files by following the path that PyCharm gave me.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Correct/proper way to create save files snakes 0 474 Mar-11-2025, 06:58 PM
Last Post: snakes
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 7 3,394 Mar-09-2025, 04:25 PM
Last Post: Pedroski55
  Python Folders Splitter to Files Splitter Guybrush16bit 12 1,371 Mar-01-2025, 08:17 PM
Last Post: snippsat
  how to download large files faster? kucingkembar 3 847 Feb-20-2025, 06:57 PM
Last Post: snippsat
  Inserting Python Buttons into KV Files edand19941 3 545 Feb-19-2025, 07:44 PM
Last Post: buran
Question [SOLVED] Right way to open files with different encodings? Winfried 3 4,308 Jan-18-2025, 02:19 PM
Last Post: Winfried
  Applications config files / Best practices aecordoba 2 2,102 Oct-23-2024, 12:56 PM
Last Post: aecordoba
  Compare 2 files for duplicates and save the differences cubangt 2 968 Sep-12-2024, 03:55 PM
Last Post: cubangt
  Convert Xls files into Csv in on premises sharpoint Andrew_andy9642 3 1,040 Aug-30-2024, 06:41 PM
Last Post: deanhystad
  deleting files in program files directory RRADC 6 3,078 Aug-21-2024, 06:11 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