Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Changing Directory based on user input
Post: RE: Changing Directory based on user input

(Aug-13-2020, 02:54 PM)GOTO10 Wrote: Your assignment statements on line 6 and 7 are not doing what you think they are. In each case, you are assigning a variable to the value returned by a function...
paulmerton4pope Homework 13 8,049 Aug-14-2020, 10:59 AM
    Thread: Changing Directory based on user input
Post: RE: Changing Directory based on user input

(Aug-13-2020, 12:01 PM)GOTO10 Wrote: When you pass the path variable to os.chdir(), you need it to be a valid directory like 'C:\TMP'. When you pass the path variable to glob.glob() (lines 18 and 3...
paulmerton4pope Homework 13 8,049 Aug-13-2020, 02:24 PM
    Thread: Changing Directory based on user input
Post: RE: Changing Directory based on user input

(Aug-13-2020, 02:06 AM)jefsummers Wrote: It doesn't even print the input statement? What do you mean not running at all? It does print the input statement, but then goes straight back to the previou...
paulmerton4pope Homework 13 8,049 Aug-13-2020, 07:44 AM
    Thread: Changing Directory based on user input
Post: RE: Changing Directory based on user input

(Aug-12-2020, 10:03 PM)GOTO10 Wrote: I don't have a ton of experience with the os module myself, but os.chdir('path') attempts to change the directory to 'path', whereas os.chdir(path) attempts to c...
paulmerton4pope Homework 13 8,049 Aug-12-2020, 10:36 PM
    Thread: Changing Directory based on user input
Post: RE: Changing Directory based on user input

(Aug-12-2020, 09:41 PM)GOTO10 Wrote: In line 10, you are passing the string 'path' to os.chdir(). Don't you mean to pass the variable instead? Quite possibly - I am very new to this, so am probably...
paulmerton4pope Homework 13 8,049 Aug-12-2020, 09:47 PM
    Thread: Changing Directory based on user input
Post: Changing Directory based on user input

Hi there, I'm trying to create a program whereby a user can resize images in their own, inputted directory. As you can see below, I am able to view their directory, but am unable to change the workin...
paulmerton4pope Homework 13 8,049 Aug-12-2020, 07:27 PM
    Thread: Word Game
Post: RE: Word Game

Thank you both so much - that is really helpful. As I say, I am a complete beginner, so it is all very new to me!
paulmerton4pope General Coding Help 4 2,440 Jul-11-2020, 02:50 PM
    Thread: Word Game
Post: Word Game

Hi everyone, I hope you're all keeping safe during this time. I'm trying to create a word game in Python (using Thonny), whereby the user has to come up with a word from a random sample of ten lette...
paulmerton4pope General Coding Help 4 2,440 Jul-10-2020, 12:44 PM

User Panel Messages

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