Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to create new line '/n' at each delimiter in a string?
Post: How to create new line '/n' at each delimiter in a...

I want python to automatically import a new line, or /n code at each delimiter within a string. Lets say I want Python to make a new line at every 'period' it sees within the string...WITHOUT typing o...
MikeAW2010 General Coding Help 3 2,824 Dec-14-2020, 10:56 PM
    Thread: pymongo wildcard query issue
Post: pymongo wildcard query issue

I am using the re module to interpret wildcards in my input functions and I am attempting to write a Python Script that will look in the database named "test" and the collection named "zips" and pull ...
MikeAW2010 General Coding Help 2 4,259 Feb-12-2018, 11:40 AM
    Thread: Looping Input form / results
Post: RE: Looping Input form / results

(Jan-16-2018, 06:07 PM)Gribouillis Wrote: You wouldn't need all this if you change the specs to use Ctrl-C instead of Ctrl That would work as well, what would need to be done?
MikeAW2010 General Coding Help 5 3,840 Jan-16-2018, 09:39 PM
    Thread: Looping Input form / results
Post: RE: Looping Input form / results

(Jan-16-2018, 11:36 AM)gruntfutuk Wrote: Infinite loop is usually done with while True: Capturing a specific key (as opposed to input terminated by the enter key) is tricky in standard console base...
MikeAW2010 General Coding Help 5 3,840 Jan-16-2018, 06:02 PM
    Thread: Looping Input form / results
Post: Looping Input form / results

I am learning Python and PyMongo a bit on the fly. Here is a basic gist of what I need but I dont know the best way to pursue it. I need Python to create an indefinite loop only escapable by pressing...
MikeAW2010 General Coding Help 5 3,840 Jan-16-2018, 06:50 AM

User Panel Messages

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