workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
No probs
2017-12-15T14:26:36.000222
Corrinne
pythondev_help_Corrinne_2017-12-15T14:26:36.000222
1,513,347,996.000222
104,203
pythondev
help
Nice article on Python logging, Python 2 but still a great read: <https://fangpenlin.com/posts/2012/08/26/good-logging-practice-in-python/>
2017-12-15T14:42:04.000262
Kiersten
pythondev_help_Kiersten_2017-12-15T14:42:04.000262
1,513,348,924.000262
104,204
pythondev
help
Does anybody know if you can disable the slack tutorial?
2017-12-15T14:48:18.000465
Glinda
pythondev_help_Glinda_2017-12-15T14:48:18.000465
1,513,349,298.000465
104,205
pythondev
help
Hi everyone, I started to implement a simple web service for image processing in Python 3.6.3. High throughput is very important, because we do real time processing. The concept is very simple - download image from azure blob storage -&gt; resize -&gt; apply some filters -&gt; response. So I used Flask for the first p...
2017-12-15T14:53:22.000100
Adan
pythondev_help_Adan_2017-12-15T14:53:22.000100
1,513,349,602.0001
104,206
pythondev
help
I have column of time such as 10/03/2004 18.00.00 ( Hours from 0 to 23). I’m trying to convert the columns to epoch time. The column type is object (dtype=object). I tried to convert the object column to the datetime as follow before conversion to epoch: ```df.loc[:,'Epoch'] = pd.to_datetime(df['Datetime'])``` But I ge...
2017-12-15T14:56:55.000089
Rana
pythondev_help_Rana_2017-12-15T14:56:55.000089
1,513,349,815.000089
104,207
pythondev
help
<@Adan> &gt; The logs don't have any failed requests, which means that the failed requests didn't even come into the web server request pool... That _is_ strange
2017-12-15T14:57:44.000467
Suellen
pythondev_help_Suellen_2017-12-15T14:57:44.000467
1,513,349,864.000467
104,208
pythondev
help
Is it possible that the web server is overloaded to accept any other incomming connections so it just drops them before they actually logged?
2017-12-15T15:00:30.000168
Adan
pythondev_help_Adan_2017-12-15T15:00:30.000168
1,513,350,030.000168
104,209
pythondev
help
<@Ciera> do you happen to know if you can get slack to disable the new user tour for a workspace?
2017-12-15T15:00:57.000420
Glinda
pythondev_help_Glinda_2017-12-15T15:00:57.000420
1,513,350,057.00042
104,210
pythondev
help
Well, it's possible, but I'm not sure. Tornado is a top-notch framework, but it depends
2017-12-15T15:12:31.000438
Suellen
pythondev_help_Suellen_2017-12-15T15:12:31.000438
1,513,350,751.000438
104,211
pythondev
help
is it good for image processing?
2017-12-15T15:13:55.000353
Adan
pythondev_help_Adan_2017-12-15T15:13:55.000353
1,513,350,835.000353
104,212
pythondev
help
I don't think there is. Maybe in the owner option. Why do you want that? If I remember correctly you can skip it
2017-12-15T15:16:34.000084
Ciera
pythondev_help_Ciera_2017-12-15T15:16:34.000084
1,513,350,994.000084
104,213
pythondev
help
<@Glinda> :point_up:
2017-12-15T15:16:47.000105
Ciera
pythondev_help_Ciera_2017-12-15T15:16:47.000105
1,513,351,007.000105
104,214
pythondev
help
I want to replace it with a modal
2017-12-15T15:17:06.000319
Glinda
pythondev_help_Glinda_2017-12-15T15:17:06.000319
1,513,351,026.000319
104,215
pythondev
help
They got back to me really fast too
2017-12-15T15:18:01.000577
Glinda
pythondev_help_Glinda_2017-12-15T15:18:01.000577
1,513,351,081.000577
104,216
pythondev
help
Okay <@Ciera>, last question before I get back to work. The slack api on dialog says this: `Users trigger your app's dialogs by clicking on buttons, selecting from menus, or invoking slash commands. Dialogs contain a variety of guided input types.`
2017-12-15T15:38:25.000050
Glinda
pythondev_help_Glinda_2017-12-15T15:38:25.000050
1,513,352,305.00005
104,217
pythondev
help
Do you know of a way to turn the `team_join` event into an event with a `trigger_id`
2017-12-15T15:38:53.000160
Glinda
pythondev_help_Glinda_2017-12-15T15:38:53.000160
1,513,352,333.00016
104,218
pythondev
help
So I can send new users a modal instead of private message?
2017-12-15T15:39:02.000220
Glinda
pythondev_help_Glinda_2017-12-15T15:39:02.000220
1,513,352,342.00022
104,219
pythondev
help
What's a modal?
2017-12-15T15:39:15.000127
Ciera
pythondev_help_Ciera_2017-12-15T15:39:15.000127
1,513,352,355.000127
104,220
pythondev
help
or dialog
2017-12-15T15:39:20.000370
Glinda
pythondev_help_Glinda_2017-12-15T15:39:20.000370
1,513,352,360.00037
104,221
pythondev
help
<https://api.slack.com/best-practices/creating-useful-dialogs>
2017-12-15T15:39:33.000253
Glinda
pythondev_help_Glinda_2017-12-15T15:39:33.000253
1,513,352,373.000253
104,222
pythondev
help
It's just a message? It's been some time since I have look at their api. Maybe they changed things :thinking_face:
2017-12-15T15:40:00.000234
Ciera
pythondev_help_Ciera_2017-12-15T15:40:00.000234
1,513,352,400.000234
104,223
pythondev
help
It's like a popup message
2017-12-15T15:40:14.000072
Glinda
pythondev_help_Glinda_2017-12-15T15:40:14.000072
1,513,352,414.000072
104,224
pythondev
help
I don't have the time at the moment but I can look tomorrow. Oh that's a new thing I believe
2017-12-15T15:40:30.000042
Ciera
pythondev_help_Ciera_2017-12-15T15:40:30.000042
1,513,352,430.000042
104,225
pythondev
help
<@Alesia> send a message on user joining but a pop-up could be nice :)
2017-12-15T15:41:05.000022
Ciera
pythondev_help_Ciera_2017-12-15T15:41:05.000022
1,513,352,465.000022
104,226
pythondev
help
I plan to rework on it soon
2017-12-15T15:41:17.000297
Ciera
pythondev_help_Ciera_2017-12-15T15:41:17.000297
1,513,352,477.000297
104,227
pythondev
help
We just got ours going so it sends them a pretty nicely formatted message with buttons
2017-12-15T15:41:51.000014
Glinda
pythondev_help_Glinda_2017-12-15T15:41:51.000014
1,513,352,511.000014
104,228
pythondev
help
And then sends a message to our mentor channel to greet them
2017-12-15T15:42:04.000321
Glinda
pythondev_help_Glinda_2017-12-15T15:42:04.000321
1,513,352,524.000321
104,229
pythondev
help
Nice :thumbsup:
2017-12-15T15:42:58.000171
Ciera
pythondev_help_Ciera_2017-12-15T15:42:58.000171
1,513,352,578.000171
104,230
pythondev
help
<@Casey> have you tried the <#C0LMFRMB5|django> channel? Might be a better place to start :smile:
2017-12-15T16:27:07.000309
Corrinne
pythondev_help_Corrinne_2017-12-15T16:27:07.000309
1,513,355,227.000309
104,231
pythondev
help
Thanks <@Corrinne> Will post there!
2017-12-15T16:27:33.000047
Casey
pythondev_help_Casey_2017-12-15T16:27:33.000047
1,513,355,253.000047
104,232
pythondev
help
Hi, another Pycharm question - is it possible to debug multiple docker services at once (e.g. like a two run configurations). To be specific, I've got a Pyramid app and a Celery worker - those are two services managed by docker-compose. I'd love to have a possibility to run two debuggers - one for an Pyramid API and th...
2017-12-15T17:21:14.000058
Mirian
pythondev_help_Mirian_2017-12-15T17:21:14.000058
1,513,358,474.000058
104,233
pythondev
help
seriously wtf. lol. ive been trying to import a large database table from staging to local that keeps failing. and i found out why. a few columns state that it should have `NOT NULL` values, yet 2 columns have all null values, and others are mixed with either NULL, or proper data (most are DATE fields. others TIMESTAMP...
2017-12-15T17:43:55.000123
Bruno
pythondev_help_Bruno_2017-12-15T17:43:55.000123
1,513,359,835.000123
104,234
pythondev
help
<@Bruno> still mysql?
2017-12-15T18:37:20.000044
Ciera
pythondev_help_Ciera_2017-12-15T18:37:20.000044
1,513,363,040.000044
104,235
pythondev
help
even I’ve tried ```df[df==-200] = np.nan``` still same result
2017-12-15T19:02:04.000119
Rana
pythondev_help_Rana_2017-12-15T19:02:04.000119
1,513,364,524.000119
104,236
pythondev
help
even I’ve tried applying on that specific column and still doesnt replace the value of that column from -200 to nan
2017-12-15T19:04:11.000019
Rana
pythondev_help_Rana_2017-12-15T19:04:11.000019
1,513,364,651.000019
104,237
pythondev
help
```ff=df.applymap(lambda x: np.nan if x == '-200' else x)``` still same result
2017-12-15T19:05:23.000164
Rana
pythondev_help_Rana_2017-12-15T19:05:23.000164
1,513,364,723.000164
104,238
pythondev
help
Yessir. at work
2017-12-15T19:07:20.000186
Bruno
pythondev_help_Bruno_2017-12-15T19:07:20.000186
1,513,364,840.000186
104,239
pythondev
help
i got it working. i just removed the `NOT NULL` constraints locally. lol.
2017-12-15T19:08:06.000063
Bruno
pythondev_help_Bruno_2017-12-15T19:08:06.000063
1,513,364,886.000063
104,240
pythondev
help
so terrible.
2017-12-15T19:08:08.000245
Bruno
pythondev_help_Bruno_2017-12-15T19:08:08.000245
1,513,364,888.000245
104,241
pythondev
help
were trying to clean it up and rebuild parts of it. this is one thing that will be getting fixed.
2017-12-15T19:08:33.000152
Bruno
pythondev_help_Bruno_2017-12-15T19:08:33.000152
1,513,364,913.000152
104,242
pythondev
help
that's the one thing that I'm afraid of in mysql. That data doesn't respect enough my schemas and things will be messed up later on
2017-12-15T19:10:42.000119
Ciera
pythondev_help_Ciera_2017-12-15T19:10:42.000119
1,513,365,042.000119
104,243
pythondev
help
this is the app that im trying to push to a python service. at least parts of it that can be offloaded.
2017-12-15T19:10:47.000073
Bruno
pythondev_help_Bruno_2017-12-15T19:10:47.000073
1,513,365,047.000073
104,244
pythondev
help
yea. well, they had to disbale the checks when inserting data. then put in bad data. thats the only way i can see that happening.
2017-12-15T19:11:25.000102
Bruno
pythondev_help_Bruno_2017-12-15T19:11:25.000102
1,513,365,085.000102
104,245
pythondev
help
idk but either way it seems f*cked up
2017-12-15T19:12:00.000163
Ciera
pythondev_help_Ciera_2017-12-15T19:12:00.000163
1,513,365,120.000163
104,246
pythondev
help
how do you get date file and timestamp mixed up. it's just scarry that something like that could happen
2017-12-15T19:12:52.000146
Ciera
pythondev_help_Ciera_2017-12-15T19:12:52.000146
1,513,365,172.000146
104,247
pythondev
help
yea. and the guy we inherited it from knows it. it was written a couple years ago in a hurry. but now our team is taking it over slowly but surely. its in node. but next week I should have it running in docker. which then I will start trying to offload parts to a python container.
2017-12-15T19:13:22.000070
Bruno
pythondev_help_Bruno_2017-12-15T19:13:22.000070
1,513,365,202.00007
104,248
pythondev
help
oh no. the DATE fields were all dates, or NULL, the TIMESTAMP fields were all timestamps or NULL. the data types werent mixed.
2017-12-15T19:14:09.000137
Bruno
pythondev_help_Bruno_2017-12-15T19:14:09.000137
1,513,365,249.000137
104,249
pythondev
help
oh ok. well anyways good luck :stuck_out_tongue:
2017-12-15T19:14:29.000236
Ciera
pythondev_help_Ciera_2017-12-15T19:14:29.000236
1,513,365,269.000236
104,250
pythondev
help
there were a couple others too. 5 columns total i think.
2017-12-15T19:14:34.000056
Bruno
pythondev_help_Bruno_2017-12-15T19:14:34.000056
1,513,365,274.000056
104,251
pythondev
help
yea. well i was able to import it. but now I get other errors from a different issue. so yea.
2017-12-15T19:14:59.000224
Bruno
pythondev_help_Bruno_2017-12-15T19:14:59.000224
1,513,365,299.000224
104,252
pythondev
help
help/random question... I installed 3.7a3 but it's not in /usr/bin and find -type f -name python3.7* returns /.dbus and /.cache but no 3.7.... how do I find it??
2017-12-15T19:20:55.000230
Seema
pythondev_help_Seema_2017-12-15T19:20:55.000230
1,513,365,655.00023
104,253
pythondev
help
how did you install it ?
2017-12-15T19:21:44.000091
Ciera
pythondev_help_Ciera_2017-12-15T19:21:44.000091
1,513,365,704.000091
104,254
pythondev
help
oh, right, I make/made it
2017-12-15T19:22:04.000026
Seema
pythondev_help_Seema_2017-12-15T19:22:04.000026
1,513,365,724.000026
104,255
pythondev
help
there it is, why it didn't show on find, well, I'm sure it's my terrible linux skills
2017-12-15T19:22:47.000077
Seema
pythondev_help_Seema_2017-12-15T19:22:47.000077
1,513,365,767.000077
104,256
pythondev
help
OHHH, it's Python3.7 with a capital p
2017-12-15T19:23:01.000138
Seema
pythondev_help_Seema_2017-12-15T19:23:01.000138
1,513,365,781.000138
104,257
pythondev
help
I'm not sure but it should have been installed somewhere else than `/usr/bin` and if it's not the case be carefull to not mess up your system python
2017-12-15T19:23:36.000210
Ciera
pythondev_help_Ciera_2017-12-15T19:23:36.000210
1,513,365,816.00021
104,258
pythondev
help
I've been there once before, not good, I always warn people about it, even if they are only vaguely asking about installing a second version "don't get all tidy and try and uninstall the 'older' python"
2017-12-15T19:25:04.000231
Seema
pythondev_help_Seema_2017-12-15T19:25:04.000231
1,513,365,904.000231
104,259
pythondev
help
I usually recommend using <https://github.com/saghul/pythonz> to easily install other python version
2017-12-15T19:26:03.000166
Ciera
pythondev_help_Ciera_2017-12-15T19:26:03.000166
1,513,365,963.000166
104,260
pythondev
help
there is also <https://github.com/pyenv/pyenv> but it's a bit more tricky (and I'm sure others have their own preference)
2017-12-15T19:26:37.000105
Ciera
pythondev_help_Ciera_2017-12-15T19:26:37.000105
1,513,365,997.000105
104,261
pythondev
help
I can type python3.7 from terminal and open it, but Pycharm is not willing to offer it to me
2017-12-15T19:26:41.000146
Seema
pythondev_help_Seema_2017-12-15T19:26:41.000146
1,513,366,001.000146
104,262
pythondev
help
you should be able to manually add new interpreter to pycharm if you know the location
2017-12-15T19:27:12.000108
Ciera
pythondev_help_Ciera_2017-12-15T19:27:12.000108
1,513,366,032.000108
104,263
pythondev
help
this is a dev box so I installed them all locally and consciously choose the interpreter, might be bad form, but no issues yet
2017-12-15T19:27:19.000162
Seema
pythondev_help_Seema_2017-12-15T19:27:19.000162
1,513,366,039.000162
104,264
pythondev
help
:thumbsup:
2017-12-15T19:27:43.000065
Ciera
pythondev_help_Ciera_2017-12-15T19:27:43.000065
1,513,366,063.000065
104,265
pythondev
help
yep, little green plus if I wanted to add it, thanks
2017-12-15T19:28:02.000193
Seema
pythondev_help_Seema_2017-12-15T19:28:02.000193
1,513,366,082.000193
104,266
pythondev
help
```# main.py from slackclient import SlackClient slack_client = SlackClient(TOKEN) def main_method(): # do some things slack_client.api_call(**params) ---------------------------------------------------------------------------- # utils.py from slackclient import SlackClient # how do I reference the initial in...
2017-12-15T22:31:52.000042
Glinda
pythondev_help_Glinda_2017-12-15T22:31:52.000042
1,513,377,112.000042
104,267
pythondev
help
you should not depend on a variable initialized 'outside'. `main` is you program entrypoint and could be a good point to initialize the client. A good approach is that your utils function take as input an instance of the client. Something like ``` #utils.py from slackclient import SlackClient def some_utility_funct(cl...
2017-12-16T03:11:14.000072
Wade
pythondev_help_Wade_2017-12-16T03:11:14.000072
1,513,393,874.000072
104,268
pythondev
help
(if you're not using python 3 the type annotation will result in a invalid syntax error)
2017-12-16T03:14:04.000057
Wade
pythondev_help_Wade_2017-12-16T03:14:04.000057
1,513,394,044.000057
104,269
pythondev
help
`pyenv update &amp;&amp; pyenv install 3.7-dev` too tricky :o
2017-12-16T04:44:05.000041
Suellen
pythondev_help_Suellen_2017-12-16T04:44:05.000041
1,513,399,445.000041
104,270
pythondev
help
well there is the shims and stuff like that
2017-12-16T04:51:23.000036
Ciera
pythondev_help_Ciera_2017-12-16T04:51:23.000036
1,513,399,883.000036
104,271
pythondev
help
they are implementation details a user isn't supposed to touch
2017-12-16T04:57:17.000038
Suellen
pythondev_help_Suellen_2017-12-16T04:57:17.000038
1,513,400,237.000038
104,272
pythondev
help
at least, I know I've never touched shims at all
2017-12-16T04:57:28.000056
Suellen
pythondev_help_Suellen_2017-12-16T04:57:28.000056
1,513,400,248.000056
104,273
pythondev
help
and PyCharm discovers pyenv virtualenvs on its own, which is nice
2017-12-16T04:57:48.000090
Suellen
pythondev_help_Suellen_2017-12-16T04:57:48.000090
1,513,400,268.00009
104,274
pythondev
help
well for example it's not working out of the box with tox <https://www.holger-peters.de/using-pyenv-and-tox.html>
2017-12-16T06:01:08.000067
Ciera
pythondev_help_Ciera_2017-12-16T06:01:08.000067
1,513,404,068.000067
104,275
pythondev
help
it's not really a big trouble and I use it daily but for a beginner it might be too abstract
2017-12-16T06:07:16.000006
Ciera
pythondev_help_Ciera_2017-12-16T06:07:16.000006
1,513,404,436.000006
104,276
pythondev
help
well, Tox expects to find all python versions on PATH, so some changes are necessary
2017-12-16T06:12:37.000023
Suellen
pythondev_help_Suellen_2017-12-16T06:12:37.000023
1,513,404,757.000023
104,277
pythondev
help
for example you do: `pyenv local 3.4.3 3.5.2 3.6.4 3.7.0`
2017-12-16T06:12:57.000025
Suellen
pythondev_help_Suellen_2017-12-16T06:12:57.000025
1,513,404,777.000025
104,278
pythondev
help
and Tox will work OK after that
2017-12-16T06:13:07.000020
Suellen
pythondev_help_Suellen_2017-12-16T06:13:07.000020
1,513,404,787.00002
104,279
pythondev
help
not ideal of course
2017-12-16T06:13:20.000024
Suellen
pythondev_help_Suellen_2017-12-16T06:13:20.000024
1,513,404,800.000024
104,280
pythondev
help
I'd really like to avoid passing the slack client all over the place
2017-12-16T12:57:44.000061
Glinda
pythondev_help_Glinda_2017-12-16T12:57:44.000061
1,513,429,064.000061
104,281
pythondev
help
something like a singleton?
2017-12-16T13:28:18.000010
Wade
pythondev_help_Wade_2017-12-16T13:28:18.000010
1,513,430,898.00001
104,282
pythondev
help
I guess so
2017-12-16T13:29:15.000051
Glinda
pythondev_help_Glinda_2017-12-16T13:29:15.000051
1,513,430,955.000051
104,283
pythondev
help
i personally don't like singletons, too much shared state initialized *somewhere* in the code. Moreover i think the way i wrote the above function is easier to test too. Still, if you're ok with a singleton it should work :slightly_smiling_face:
2017-12-16T13:37:11.000068
Wade
pythondev_help_Wade_2017-12-16T13:37:11.000068
1,513,431,431.000068
104,284
pythondev
help
What about creating a decorator
2017-12-16T13:43:43.000049
Glinda
pythondev_help_Glinda_2017-12-16T13:43:43.000049
1,513,431,823.000049
104,285
pythondev
help
`@pass_instance_object` or something
2017-12-16T13:44:08.000028
Glinda
pythondev_help_Glinda_2017-12-16T13:44:08.000028
1,513,431,848.000028
104,286
pythondev
help
Trying to get better at unit tests. Currently have this function I want to check: ```def combined_route_director(json_data: dict, required_key: str) -&gt; None: """ Recieved json response data from slack api and uses route dictionary {string: method} to direct to the correct method. :param j...
2017-12-16T13:56:00.000059
Glinda
pythondev_help_Glinda_2017-12-16T13:56:00.000059
1,513,432,560.000059
104,287
pythondev
help
Tests are passing, but I want to make sure that I'm not making them pass by doing it wrong.
2017-12-16T13:56:57.000023
Glinda
pythondev_help_Glinda_2017-12-16T13:56:57.000023
1,513,432,617.000023
104,288
pythondev
help
i don't think it'll solve the problem. Just shifting the responsibility to find the client instance to the decorator
2017-12-16T15:26:15.000029
Wade
pythondev_help_Wade_2017-12-16T15:26:15.000029
1,513,437,975.000029
104,289
pythondev
help
Hey guys I have a list of strings from a separate string that I split, but in some cases if the string contains typos where they dont include spaces my script will not catch it. I want to essential turn a list that looks like this `['[usa-az][h]paypal', '[w]', 'gtx', '1080', 'ti', 'and', 'gtx', '1070']` into this `['[u...
2017-12-16T16:19:54.000078
Myong
pythondev_help_Myong_2017-12-16T16:19:54.000078
1,513,441,194.000078
104,290
pythondev
help
do you need those square brackets?
2017-12-16T16:41:46.000008
Mirian
pythondev_help_Mirian_2017-12-16T16:41:46.000008
1,513,442,506.000008
104,291
pythondev
help
if not, you can always remove them/add space and it would make splitting easier I guess
2017-12-16T16:42:23.000011
Mirian
pythondev_help_Mirian_2017-12-16T16:42:23.000011
1,513,442,543.000011
104,292
pythondev
help
Scraping reddit uh?
2017-12-16T16:47:21.000092
Del
pythondev_help_Del_2017-12-16T16:47:21.000092
1,513,442,841.000092
104,293
pythondev
help
Also use regular expression to isolate your patterns
2017-12-16T16:48:06.000006
Del
pythondev_help_Del_2017-12-16T16:48:06.000006
1,513,442,886.000006
104,294
pythondev
help
Yeah just looking for regex for `]`
2017-12-16T16:56:31.000035
Myong
pythondev_help_Myong_2017-12-16T16:56:31.000035
1,513,443,391.000035
104,295
pythondev
help
Guess it's just `\]`
2017-12-16T16:57:44.000098
Myong
pythondev_help_Myong_2017-12-16T16:57:44.000098
1,513,443,464.000098
104,296
pythondev
help
it's difficult for me to contrast the the two lists, you can use triple tilda to make code blocks in slack
2017-12-16T17:22:08.000003
Seema
pythondev_help_Seema_2017-12-16T17:22:08.000003
1,513,444,928.000003
104,297
pythondev
help
I cannot figure out this regex lol
2017-12-16T18:11:49.000051
Myong
pythondev_help_Myong_2017-12-16T18:11:49.000051
1,513,447,909.000051
104,298
pythondev
help
show us
2017-12-16T18:12:38.000009
Suellen
pythondev_help_Suellen_2017-12-16T18:12:38.000009
1,513,447,958.000009
104,299
pythondev
help
<@Suellen> `re.findall('\[[a-z\-a-z]+[a-z]\]', l[0])` for this string `'[usa-az][h]paypal'`
2017-12-16T18:26:21.000032
Myong
pythondev_help_Myong_2017-12-16T18:26:21.000032
1,513,448,781.000032
104,300
pythondev
help
It gives me `[usa-az]` but nothing else
2017-12-16T18:26:34.000098
Myong
pythondev_help_Myong_2017-12-16T18:26:34.000098
1,513,448,794.000098
104,301
pythondev
help
I've just never really used regex
2017-12-16T18:26:43.000052
Myong
pythondev_help_Myong_2017-12-16T18:26:43.000052
1,513,448,803.000052
104,302