Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python how to open a file in a different directory in mac

import os
f = open (os.path.expanduser("~/Desktop/somedir/somefile.txt"))
Comment

PREVIOUS NEXT
Code Example
Python :: python gzip file 
Python :: python assers 
Python :: format string to 2 decimal places python 
Python :: python 2.7 check if variable is none 
Python :: save a file as a pickle 
Python :: how to remove blank lines from string in python 
Python :: initialize dictionary with empty lists 
Python :: how to append data to csv file in python without replacing the already present text 
Python :: django try catch exception 
Python :: python hello world web application 
Python :: last history of whatsapp message with python 
Python :: pip clear download cache 
Python :: python horizontal line 
Python :: tkinter new line in text 
Python :: simple time in python 
Python :: how to give column names in pandas when creating dataframe 
Python :: python one line if else 
Python :: password text in entry in tkinter 
Python :: change default option optionmenu tkinter 
Python :: django redirect to external url 
Python :: how to check if email exists in python 
Python :: how to create table in a database in python 
Python :: python print version 
Python :: tkinter how to move button 
Python :: Read XML file to Pandas DataFrame 
Python :: get int64 column pandas 
Python :: python fill string with 0 left 
Python :: python insert 
Python :: numpy flatten 
Python :: write results in csv file python 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =