324 Posted Topics

Member Avatar for asif49
Member Avatar for HiHe
0
475
Member Avatar for eskalemberg00
Member Avatar for HiHe
0
244
Member Avatar for eskalemberg00
Member Avatar for mmcdonald
Member Avatar for vegaseat

Sounds interesting. You should post this as a code snippet rather than bury in in the back of this thread.

Member Avatar for vegaseat
9
45K
Member Avatar for deceptikon

Get a Raspberry Pi computer (its Linux OS has C, C++, Ruby, Java and Python) and write some C code to explore its IO pins for computer control projects. Note: Amazon.com has kits real cheap. The Raspberry Pi is usually about $35.

Member Avatar for vegaseat
3
747
Member Avatar for rinston
Member Avatar for DragonMastur

The start of a more elaborate editor using the PySide/PyQt GUI toolkit: https://www.daniweb.com/software-development/python/threads/32007/projects-for-the-beginner/14#post1840298

Member Avatar for DragonMastur
0
424
Member Avatar for TObannion

Try file modes "wb" and "rb" Your algorithm will give you non-text characters.

Member Avatar for TObannion
0
376
Member Avatar for Schol-R-LEA
Member Avatar for Niloofar24

Use () to change the order: mylist = [6, '/', 3, '+', 9, '+', 8, '+', 1, '/', 2] result = eval(' '.join(str(x) for x in mylist)) print(result) # --> 19 mylist = ['(', 6, '/', 3, '+', 9, '+', 8, '+', 1, ')', '/', 2] result = eval(' '.join(str(x) …

Member Avatar for Niloofar24
0
333
Member Avatar for Odyssey2001

The MainForm `__init__` arguments are (self, filename, nesting, separator, parent=None) and should give you a hint The author of the book does not do any necessary commenting and should be discounted. I would return the lousy book.

Member Avatar for Odyssey2001
0
603
Member Avatar for Niloofar24

There are a lot of mistakes in that code! Maybe you should study up on Python class and argument passing in Tkinter Button command.

Member Avatar for HiHe
0
10K
Member Avatar for johnny blaz97

Take a look at at: https://www.daniweb.com/software-development/python/code/467452/updated-tiny-tkinter-calculator-python there might be some helpful hints.

Member Avatar for vegaseat
0
1K
Member Avatar for iamthwee

We make it mildly easier to write a GUI program, but you have to learn the somewhat obscure Ruby language. This must be an early April joke.

Member Avatar for iamthwee
1
423
Member Avatar for Niloofar24
Member Avatar for Niloofar24
Member Avatar for vegaseat
0
5K
Member Avatar for rhys_1
Member Avatar for Ene Uran
0
318
Member Avatar for Lardmeister

I don't think too many folks eat rancid hot dogs for football games. In front of the home TV or the Sports Bar monitors it's chicken wing time, they wash down easily with Budwiser. I hope the Seahawks win against the "deflate balls" Patriots.

Member Avatar for HiHe
0
461
Member Avatar for jac@
Member Avatar for Christiaan
Member Avatar for webmeat
Member Avatar for Gribouillis
0
224
Member Avatar for Foday_1

Something like: Read through every character in the text file If the character is a vowel add one to the vowel count If the character is a consonant add one to the consonant count If the character is a space add one to the word count If the character is …

Member Avatar for HiHe
-1
242
Member Avatar for amin2005

Don't use any of these malicious bots: Spambots that harvest email addresses from contact or guestbook pages (as used by LinkedIn, Facebook, Twitter) Downloader programs that suck bandwidth by downloading entire web sites Website scrapers that grab the content of websites and re-use it without permission on automatically generated doorway …

Member Avatar for HiHe
-2
112
Member Avatar for differentiation
Member Avatar for HiHe
0
250
Member Avatar for Decode098

You are not using a Python GUI. Do you mean a multiline sentence? Otherwise put your input in a while loop with a break condition.

Member Avatar for HiHe
0
301
Member Avatar for Niloofar24
Member Avatar for HiHe
0
311
Member Avatar for Niloofar24
Member Avatar for HiHe
0
347
Member Avatar for harsh.khanna.37

Play around with this: count = 1 for c in "abcde": s = c * count count += 1 s = s.zfill(5) s = s.replace('0', ' ') print s

Member Avatar for HiHe
0
136
Member Avatar for Niloofar24

The End.