Re: [Tutor] help with reading a string?

2018-07-16 Thread Steven D'Aprano
Hi Crystal, and welcome! My response is further below, after your question. On Mon, Jul 16, 2018 at 05:28:37PM -0500, Crystal Frommert wrote: > Hi, I am a beginner comp sci teacher at an all-girls high school. The girls > are learning how to read from a txt file and search for a string. > > Here

Re: [Tutor] putting accent on letters while user is typing in Entrybox (Tkinter)

2018-07-16 Thread Alan Gauld via Tutor
On 16/07/18 18:29, Ali M wrote: > The accents which i want to be automatically converted and put upon letters > is circumflex and another one which shape is like the opposite of > circumflex. It doesn't really matter what the shapes are provided the result is a unicode character. You just want to

Re: [Tutor] help with reading a string?

2018-07-16 Thread Alan Gauld via Tutor
On 16/07/18 23:28, Crystal Frommert wrote: > are learning how to read from a txt file and search for a string. > > Here is a sample of text from the txt file: > TX,F,1910,Mary,895 > TX,F,1910,Ruby,314 > TX,F,1910,Annie,277 > > How do they read the number after a certain searched name and then ad

[Tutor] help with reading a string?

2018-07-16 Thread Crystal Frommert
Hi, I am a beginner comp sci teacher at an all-girls high school. The girls are learning how to read from a txt file and search for a string. Here is a sample of text from the txt file: TX,F,1910,Mary,895 TX,F,1910,Ruby,314 TX,F,1910,Annie,277 TX,F,1910,Willie,260 TX,F,1910,Ruth,252 TX,F,1910,Glad

[Tutor] putting accent on letters while user is typing in Entrybox (Tkinter)

2018-07-16 Thread Ali M
The accents which i want to be automatically converted and put upon letters is circumflex and another one which shape is like the opposite of circumflex. the user types in entrybox and it searches in db which i've created before and has no problem. the words in my db have unicode characters and th