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


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
  Copy and Paste Files - Command MicheliBarcello 2 131 Yesterday, 05:04 AM
Last Post: rodiongork
  Invalid Date Format fo Cached Files jland47 1 262 May-22-2024, 07:04 PM
Last Post: deanhystad
  Unexpected output when trying to attach files in a mail application PythonU2Novel 0 420 May-17-2024, 02:59 AM
Last Post: PythonU2Novel
  Trying to generating multiple json files using python script dzgn989 4 413 May-10-2024, 03:09 PM
Last Post: deanhystad
  Filer and sort files by modification time in a directory tester_V 5 578 May-02-2024, 05:39 PM
Last Post: tester_V
  [SOLVED] Loop through directories and files one level down? Winfried 3 468 Apr-28-2024, 02:31 PM
Last Post: Gribouillis
  Loop through all files in a directory? Winfried 10 889 Apr-23-2024, 07:38 PM
Last Post: FortuneCoins
Question Right way to open files with different encodings? Winfried 2 451 Apr-23-2024, 05:50 PM
Last Post: snippsat
  Open files in an existing window instead of new Kostov 2 526 Apr-13-2024, 07:22 AM
Last Post: Kostov
  Using zipfile module - finding folders not files darter1010 2 516 Apr-06-2024, 07:22 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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