Questions tagged [readable]

65 questions
-1
votes
1 answer

How much nesting of python list comprehensions is appropriate?

I'm a relative python beginner, now fairly comfortable with the language but still grappling over issues of what's "pythonic" and not. I was wondering what people's thoughts on this issue are. For example, take this line of code for calculating…
Guy Smiley
  • 141
  • 1
  • 8
-2
votes
1 answer

Make an online application to open txt file

This is far fetched, but I know it can and has been done. Do you know how to make an online website/app to open a file? Basicly a website or an app that can read and output a HTML/TXT file. Preferably, I would like to use javascript or jquery, but…
-3
votes
1 answer

How to skip entering a "return" in the program in Python

I have a python program that SSH's into a system, runs a .py script and has to cat a file. Once it has run the .py script after SSHing into the remote system, I have to manually hit "return" for the cat program to display the contents of the file.…
user2921139
  • 1,669
  • 4
  • 17
  • 25
-3
votes
1 answer

Formatting a line ready text into human readable format

any ideas to make a line ready text into human readable format? example On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that…
Peter
  • 11,413
  • 31
  • 100
  • 152
1 2 3 4
5