Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

That's cool. I was thinking me statically putting in my super sensitive password in my script in plain text is a huge security risk. Problem with your solution though is that it would make sense to ...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 01:34 PM
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

BTW, I now have a working program to help you all remember your passwords. Who wants to buy it?
davidorlow General Coding Help 11 1,676 Mar-15-2023, 02:37 AM
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

Ok, just got it to work. I had to add a sleep statement. It's like the python script is running so fast it just blasts past the input and clears it. First tried to delete the guess variable to see ...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 02:36 AM
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

code works fine with one run. then on the second run, it dies on this.. input("stsart while") guesspassword = input("What is the password: ") it blinks "What's my password" and then clears...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 01:54 AM
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

Tried moving the assignment out of the while statement. made no sense with it there. should be at top. # -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ import os re...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 01:53 AM
    Thread: what's wrong? i know this is simple
Post: RE: what's wrong? i know this is simple

(Mar-15-2023, 01:07 AM)menator01 Wrote: Don't know if it's your issue but you are reassigning repeat well, I'm asking if want to run it again and assigning it to repeat and if repeat is y, then run ...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 01:36 AM
    Thread: what's wrong? i know this is simple
Post: what's wrong? i know this is simple

Ok, I'm a struggling programmer. Dabbled in it for years and never get any better than a basic hello world programmer. LOL. I'm trying to write a script that tests me on a password. I'm terrible a...
davidorlow General Coding Help 11 1,676 Mar-15-2023, 12:47 AM
    Thread: Where can I find Python training with reading, lecture, labs and assignments?
Post: Where can I find Python training with reading, lec...

Ok, I'm having a really hard time finding this. I paid a few hundred dollars to take an EdX course. It has mostly the way you'd learn in college, but there are no code assignments. All you do in the...
davidorlow General Coding Help 2 959 Oct-19-2022, 06:38 PM
    Thread: Learn Python via Zoom Meetings?
Post: Learn Python via Zoom Meetings?

So, the last few weeks, I've been using the app Meetup to find meetings about different topics. It's super cool because there are people out there that want to teach this stuff for free. I've been i...
davidorlow News and Discussions 1 2,368 Jun-16-2021, 12:28 AM
    Thread: Why does Python not use parenthesis to contain loops?
Post: Why does Python not use parenthesis to contain loo...

I'm following along with the MIT online course. I am a very elementary programmer, but I have some really basic knowledge of c++ and c#. Then I have a little more in depth knowledge of Powershell. ...
davidorlow General Coding Help 3 3,470 Jun-08-2021, 10:48 PM

User Panel Messages

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