Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Thumbs Up Thread: Splitting A String In Python
Post: RE: Splitting A String In Python

the textwrap.wrap() worked!! Thank you so much
Saif133 Homework 6 6,361 Jan-14-2017, 04:09 AM
    Thread: Splitting A String In Python
Post: RE: Splitting A String In Python

>>>I have to do it in just one line >>If i just use feedback.split() it returns words as individual elements of a list BUT, what I want is that the length of each element of the lis...
Saif133 Homework 6 6,361 Jan-13-2017, 04:04 PM
    Thread: Splitting A String In Python
Post: RE: Splitting A String In Python

Um..yes?
Saif133 Homework 6 6,361 Jan-13-2017, 02:43 PM
    Thread: Splitting A String In Python
Post: Splitting A String In Python

Implement a function that, given a feedback and the size  of the screen, splits the feedback into lines so that: each token (i.e. sequence of non-whitespace characters) belongs to one of the lines ent...
Saif133 Homework 6 6,361 Jan-13-2017, 01:54 PM
    Thread: Problem With Scope Of A Variable
Post: Problem With Scope Of A Variable

I keep getting an error  Quote:if ((YesAvailable == "True") and (len(str(FullNameEntry.get())) > 3) and ( NameError: name 'YesAvailable' is not defined When I execute this script,  What I want he...
Saif133 General Coding Help 5 5,428 Jan-05-2017, 11:58 AM
    Thread: Make A Button That Opens Another Tk() Window That I Have Made
Post: RE: Make A Button That Opens Another Tk() Window T...

I made a function and assigned it to a button The function goes like def YesWe(): FirstScreen=Toplevel(StartScreen) Do I have to place all my code for how I want FirstScreen to look like ins...
Saif133 GUI 5 28,323 Jan-05-2017, 02:16 AM
    Thread: Make A Button That Opens Another Tk() Window That I Have Made
Post: Make A Button That Opens Another Tk() Window That ...

I have made two windows StartScreen=tk() and FirstScreen=tk() I want to make a button on StartScreen that opens up the window FirstScreen This is the code for the startscreen- ########################...
Saif133 GUI 5 28,323 Jan-04-2017, 05:25 PM
    Thread: How do I get buttons on top of an image?
Post: RE: How do I get buttons on top of an image?

(Dec-31-2016, 05:53 AM)metulburr Wrote: googling i found an answer http://stackoverflow.com/questions/15795...photoimage Thanks I got it to work. I'm new to tkinter therefore I couldnt figure out th...
Saif133 GUI 4 12,282 Jan-04-2017, 04:20 PM
    Thread: How do I get buttons on top of an image?
Post: RE: How do I get buttons on top of an image?

What would I have to do if I want the button to be on the dead center of the image?
Saif133 GUI 4 12,282 Dec-31-2016, 06:17 AM
    Thread: How do I get buttons on top of an image?
Post: How do I get buttons on top of an image?

I want to have buttons on the top of an image like the pic shows below  I tried tinkering tkinter again and again to get an output like this but it wont happen.  If anyone could just post a solution w...
Saif133 GUI 4 12,282 Dec-31-2016, 05:49 AM
    Thread: Can't Use Python 3.6 On PC (Windows8.1/64-bit)
Post: RE: Can't Use Python 3.6 On PC (Windows8.1/64-bit)

Argh! I couldn't get python to work. So I uninstalled it and downloaded the ActiveStatePython 3.4 and used an IDE to work on a project I'm currently doing> It is working okay now. I guess the pr...
Saif133 General Coding Help 7 11,663 Dec-31-2016, 05:44 AM
    Thread: Can't Use Python 3.6 On PC (Windows8.1/64-bit)
Post: RE: Can't Use Python 3.6 On PC (Windows8.1/64-bit)

(Dec-30-2016, 04:34 PM)sparkz_alot Wrote: You shouldn't have to install the .dll as Python includes it. That said, did you run the executable as Administrator? Did you select Install for all users o...
Saif133 General Coding Help 7 11,663 Dec-31-2016, 02:46 AM
    Thread: Can't Use Python 3.6 On PC (Windows8.1/64-bit)
Post: Can't Use Python 3.6 On PC (Windows8.1/64-bit)

Recently installed Windows 8.1 -Used 64 bit installer present on the python site Getting "The Program Can't Start Because Api-Ms-Win-Crt-Runtime-L1-1-0.Dll Is Missing" Have tried reinstalling Micr...
Saif133 General Coding Help 7 11,663 Dec-30-2016, 03:49 PM

User Panel Messages

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