Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learn Python 3 the Hard Way
#1
Have been trying to learn Python via a book called: Learn Python 3 the Hard Way, and thought i was doing really well until i came to exercise 15: Reading Files. I was on the verge of giving up because i could not get the script to work. I had been calling the script like so:
python3 ~/python_exp/ex15.py ex15_sample.txt and this only caused an Traceback error to be displayed. So finally i tried:
python3 ~/python_exp/ex15.py ~/python_exp/ex15_sample.txt and this worked!

Now when the script displayed the message correctly at the bottom was Try again, so i retyped:
python3 ~/python_exp/ex15.py ~/python_exp/ex15_sample.txt and got the following error message:

python3 ~/python_exp/ex15.py ~/python_exp/ex15_sample.txt
Traceback (most recent call last):
File "/home/oldDog/python_exp/ex15.py", line 17, in <module>
txt_again = open(file_again)
FileNotFoundError: [Errno 2] No such file or directory: 'python3 ~/python_exp/ex15.py ~/python_exp/ex15_sample.txt'
oldDog@my-desktop-ubuntu-mate:~$

Could someone tell me what is going on here please and what i've done wrong.

Thanks all
Reply
#2
Post the code of ex15.py between code tags here. How to do it
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I really need help, I am new to python, I am using a book that helps me to learn JaprO 5 2,987 Nov-28-2020, 02:30 PM
Last Post: JaprO
  Want to learn Python compilation and virtual machine IJB 3 2,631 Feb-14-2020, 02:59 PM
Last Post: IJB
  What is the bestway to learn Python? PythonRIMD 2 2,411 Jan-11-2020, 04:12 PM
Last Post: joe_momma
  Just completed Learning Python the Hard Way rxndy 5 3,544 Apr-27-2019, 01:48 AM
Last Post: rxndy
  Beginner want to learn python Keenygp 5 3,282 Apr-10-2019, 09:36 AM
Last Post: KevinBrown
  [Python] Learn words' sentiment based on labels Artificious 1 3,043 Jul-05-2018, 10:44 PM
Last Post: Larz60+
  How hard is this? Phillips45 0 2,111 Jun-11-2018, 05:49 PM
Last Post: Phillips45
  Exercise 20, Learn Python 3 the Hard Way Dixon 6 6,066 Feb-26-2018, 04:54 PM
Last Post: snippsat
  best way to learn python? Newtopython123 2 4,826 Jan-25-2018, 01:38 AM
Last Post: league55
  Starting to learn python on a Mac asifhoss 8 8,176 Jan-03-2018, 08:29 PM
Last Post: karaokelove

Forum Jump:

User Panel Messages

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