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
so, even if you keep asking here, I doubt you’re going to get any kind of meaningful response
2017-11-02T09:57:55.000637
Meg
pythondev_help_Meg_2017-11-02T09:57:55.000637
1,509,616,675.000637
99,003
pythondev
help
true..
2017-11-02T09:58:11.000782
Toby
pythondev_help_Toby_2017-11-02T09:58:11.000782
1,509,616,691.000782
99,004
pythondev
help
have you checked out the google group/mailing list for that project?
2017-11-02T09:58:12.000032
Meg
pythondev_help_Meg_2017-11-02T09:58:12.000032
1,509,616,692.000032
99,005
pythondev
help
ive looked in a couple of groups when googling it but nothing besides that
2017-11-02T09:58:35.000524
Toby
pythondev_help_Toby_2017-11-02T09:58:35.000524
1,509,616,715.000524
99,006
pythondev
help
<https://groups.google.com/forum/#!forum/kivy-users>
2017-11-02T09:58:49.000152
Meg
pythondev_help_Meg_2017-11-02T09:58:49.000152
1,509,616,729.000152
99,007
pythondev
help
I don’t think I can help with kivy. I can suggest an alternative though. There’s a guy working on a group of projects called beeware. Of particular interest to you might be VOC <https://pybee.org/project/projects/bridges/voc/>. Essentially, his goal is to write a python bytecode transpiler to convert python into native...
2017-11-02T09:58:53.000343
Harlan
pythondev_help_Harlan_2017-11-02T09:58:53.000343
1,509,616,733.000343
99,008
pythondev
help
ill just have to struggle i guess
2017-11-02T10:07:04.000408
Toby
pythondev_help_Toby_2017-11-02T10:07:04.000408
1,509,617,224.000408
99,009
pythondev
help
<@Toby> we all struggle in our field of work lol
2017-11-02T10:08:37.000012
Lory
pythondev_help_Lory_2017-11-02T10:08:37.000012
1,509,617,317.000012
99,010
pythondev
help
true, very true
2017-11-02T10:08:46.000228
Toby
pythondev_help_Toby_2017-11-02T10:08:46.000228
1,509,617,326.000228
99,011
pythondev
help
<@Harlan> haha agreed, but since I'm not deeply involved with this project, I was looking to just tackle some of the low hanging fruit rather than reorganize the whole thing. The class names do kind of make sense based on what its modeling, but yeah more comments would be nice.
2017-11-02T11:28:24.000398
Kenny
pythondev_help_Kenny_2017-11-02T11:28:24.000398
1,509,622,104.000398
99,012
pythondev
help
Guys, thanks so much for your advice on this, it’s really helpful, I’ll let you know how I get on!
2017-11-02T12:10:30.000544
Evelin
pythondev_help_Evelin_2017-11-02T12:10:30.000544
1,509,624,630.000544
99,013
pythondev
help
Can anyone answer some possibly beginner level questions - To do with SQL, Python, Flask(Or Django)? Might take up a chunk of text here, can direct message if anyone is willing
2017-11-02T12:24:13.000321
Blanche
pythondev_help_Blanche_2017-11-02T12:24:13.000321
1,509,625,453.000321
99,014
pythondev
help
If it's about flask / django it might be better to ask in <#C0LN2AD7T|flask> or in <#C0LMFRMB5|django> or more globally in <#C07EYDP25|webdev> :slightly_smiling_face:
2017-11-02T12:27:14.000679
Ciera
pythondev_help_Ciera_2017-11-02T12:27:14.000679
1,509,625,634.000679
99,015
pythondev
help
True, it's super entry level...Let me post the question and then if you think i should still head over there I will
2017-11-02T12:27:55.000295
Blanche
pythondev_help_Blanche_2017-11-02T12:27:55.000295
1,509,625,675.000295
99,016
pythondev
help
What I’m making is a Key Performance Indicator dashboard, ideally in a web app. I have a bunch of small scripts to preform the actions that I need, but would ideally like to have a user be able to click a button on the webpage, and that script is run on whatever computer is hosting the site. Flask or Django – I’m assu...
2017-11-02T12:28:00.000216
Blanche
pythondev_help_Blanche_2017-11-02T12:28:00.000216
1,509,625,680.000216
99,017
pythondev
help
Django and Flask views are python at the end of the day so you can execute whatever tasks you need.
2017-11-02T12:29:31.000046
Johana
pythondev_help_Johana_2017-11-02T12:29:31.000046
1,509,625,771.000046
99,018
pythondev
help
Perfect, any preference (and reason) that you would go with one over the other in this situation?
2017-11-02T12:30:50.000548
Blanche
pythondev_help_Blanche_2017-11-02T12:30:50.000548
1,509,625,850.000548
99,019
pythondev
help
my standard answer: ``` flask is really nice especially if you like sqlalchemy. it's one of the reasons i still build many things in flask. i think flask has some things that make it really easy to get started at the beginning but can also mislead you as well. flask is a microframework so it has to be built up in piec...
2017-11-02T12:31:58.000404
Johana
pythondev_help_Johana_2017-11-02T12:31:58.000404
1,509,625,918.000404
99,020
pythondev
help
Excellent answer, thank you
2017-11-02T12:36:36.000272
Blanche
pythondev_help_Blanche_2017-11-02T12:36:36.000272
1,509,626,196.000272
99,021
pythondev
help
it’s probably one of more light handed flask vs django responses you’ll get.
2017-11-02T12:38:46.000864
Johana
pythondev_help_Johana_2017-11-02T12:38:46.000864
1,509,626,326.000864
99,022
pythondev
help
I have zero experience with either, so it's great. I'll start with flask, no harm eventually learning both
2017-11-02T12:41:26.000729
Blanche
pythondev_help_Blanche_2017-11-02T12:41:26.000729
1,509,626,486.000729
99,023
pythondev
help
i’m mainly a flask dev but that wouldn’t stop me for applying for a django job. there may be some large gaps in my knowledge how things are done but the underlying concepts are the same :wink:.
2017-11-02T12:42:47.000692
Johana
pythondev_help_Johana_2017-11-02T12:42:47.000692
1,509,626,567.000692
99,024
pythondev
help
Awesome...appreciate your responses
2017-11-02T12:56:04.000076
Blanche
pythondev_help_Blanche_2017-11-02T12:56:04.000076
1,509,627,364.000076
99,025
pythondev
help
Anyone have a link to a PyCharm-flavored `pep8` config file?
2017-11-02T12:57:56.000114
Mallie
pythondev_help_Mallie_2017-11-02T12:57:56.000114
1,509,627,476.000114
99,026
pythondev
help
? pycharm has pep8 built in
2017-11-02T13:00:38.000196
Frieda
pythondev_help_Frieda_2017-11-02T13:00:38.000196
1,509,627,638.000196
99,027
pythondev
help
what are you needing?
2017-11-02T13:00:43.000720
Frieda
pythondev_help_Frieda_2017-11-02T13:00:43.000720
1,509,627,643.00072
99,028
pythondev
help
i think its for use outside of pycharm. that’s what it sounds like.
2017-11-02T13:01:06.000070
Johana
pythondev_help_Johana_2017-11-02T13:01:06.000070
1,509,627,666.00007
99,029
pythondev
help
i'm not 100% certain, but i think pycharm is just using `flake8` behind the scenes
2017-11-02T13:01:22.000031
Frieda
pythondev_help_Frieda_2017-11-02T13:01:22.000031
1,509,627,682.000031
99,030
pythondev
help
maybe w/o the complexity algo
2017-11-02T13:01:54.000459
Frieda
pythondev_help_Frieda_2017-11-02T13:01:54.000459
1,509,627,714.000459
99,031
pythondev
help
it uses pep8.py <https://pypi.python.org/pypi/pep8>
2017-11-02T13:04:54.000382
Johana
pythondev_help_Johana_2017-11-02T13:04:54.000382
1,509,627,894.000382
99,032
pythondev
help
TIL
2017-11-02T13:06:35.000054
Frieda
pythondev_help_Frieda_2017-11-02T13:06:35.000054
1,509,627,995.000054
99,033
pythondev
help
me too lol
2017-11-02T13:06:50.000630
Johana
pythondev_help_Johana_2017-11-02T13:06:50.000630
1,509,628,010.00063
99,034
pythondev
help
PyCharm violates at least one default (line length), but maybe not others. If that is the only derivation that's easy then.
2017-11-02T13:06:51.000223
Mallie
pythondev_help_Mallie_2017-11-02T13:06:51.000223
1,509,628,011.000223
99,035
pythondev
help
I'm brand new to PyCharm.
2017-11-02T13:06:56.000045
Mallie
pythondev_help_Mallie_2017-11-02T13:06:56.000045
1,509,628,016.000045
99,036
pythondev
help
eh, line length isn't the most important
2017-11-02T13:07:10.000758
Frieda
pythondev_help_Frieda_2017-11-02T13:07:10.000758
1,509,628,030.000758
99,037
pythondev
help
Do you know what max is in PyCharm?
2017-11-02T13:07:26.000300
Mallie
pythondev_help_Mallie_2017-11-02T13:07:26.000300
1,509,628,046.0003
99,038
pythondev
help
nope. i don't even know if there is one
2017-11-02T13:07:39.000087
Frieda
pythondev_help_Frieda_2017-11-02T13:07:39.000087
1,509,628,059.000087
99,039
pythondev
help
Ah I see it indicated but I'm so new I'm figuring out how to read it.
2017-11-02T13:07:55.000397
Mallie
pythondev_help_Mallie_2017-11-02T13:07:55.000397
1,509,628,075.000397
99,040
pythondev
help
i just always turn on a right ruler in every editor
2017-11-02T13:07:56.000270
Frieda
pythondev_help_Frieda_2017-11-02T13:07:56.000270
1,509,628,076.00027
99,041
pythondev
help
the one they set for you automatically is 79 chars
2017-11-02T13:08:17.000005
Johana
pythondev_help_Johana_2017-11-02T13:08:17.000005
1,509,628,097.000005
99,042
pythondev
help
So mine came out-of-the-box at 120, found it.
2017-11-02T13:09:27.000499
Mallie
pythondev_help_Mallie_2017-11-02T13:09:27.000499
1,509,628,167.000499
99,043
pythondev
help
I didn't change any Code Style settings.
2017-11-02T13:09:42.000757
Mallie
pythondev_help_Mallie_2017-11-02T13:09:42.000757
1,509,628,182.000757
99,044
pythondev
help
79 is a good default. gives you a single character to wrap up with
2017-11-02T13:09:55.000225
Frieda
pythondev_help_Frieda_2017-11-02T13:09:55.000225
1,509,628,195.000225
99,045
pythondev
help
embrace the `()`s for continuations and breaks
2017-11-02T13:10:08.000733
Frieda
pythondev_help_Frieda_2017-11-02T13:10:08.000733
1,509,628,208.000733
99,046
pythondev
help
I like that too, it's a project I don't manage but people use PyCharm, that's why I was trying to work it all out.
2017-11-02T13:10:59.000133
Mallie
pythondev_help_Mallie_2017-11-02T13:10:59.000133
1,509,628,259.000133
99,047
pythondev
help
pycharm is a solid platform
2017-11-02T13:11:44.000571
Frieda
pythondev_help_Frieda_2017-11-02T13:11:44.000571
1,509,628,304.000571
99,048
pythondev
help
I've always verified with normal `flake`/`pep8`, so I didn't know why they were saying it was PEP8.
2017-11-02T13:12:00.000121
Mallie
pythondev_help_Mallie_2017-11-02T13:12:00.000121
1,509,628,320.000121
99,049
pythondev
help
It looks like that is the only variation.
2017-11-02T13:12:10.000676
Mallie
pythondev_help_Mallie_2017-11-02T13:12:10.000676
1,509,628,330.000676
99,050
pythondev
help
`pycodestyle --max-line-length=120` does the trick though
2017-11-02T13:13:58.000163
Mallie
pythondev_help_Mallie_2017-11-02T13:13:58.000163
1,509,628,438.000163
99,051
pythondev
help
I always strive for 80, but if it’s cleaner to break the rule I’ll do it. If you’ve exceeded 110, 99.9% of the time it’s cleaner to break up the line.
2017-11-02T13:15:12.000447
Harlan
pythondev_help_Harlan_2017-11-02T13:15:12.000447
1,509,628,512.000447
99,052
pythondev
help
```In [35]: ser.write(b'at+cusd=1, "*99#", 15\r\n') Out[35]: 23 In [36]: ser.read_all() Out[36]: '\r\nERROR\r\n' ``` guys, eep me... I am using pyserial and manage to get some commands working like `ser.write(b'at+cimi\r\n')` which returns 'IMSI' of the carrier. but when it comes to the ussd code... it throws... Erro...
2017-11-02T13:37:04.000631
Cammy
pythondev_help_Cammy_2017-11-02T13:37:04.000631
1,509,629,824.000631
99,053
pythondev
help
the code is just returns the phone number of the device...
2017-11-02T13:42:34.000280
Cammy
pythondev_help_Cammy_2017-11-02T13:42:34.000280
1,509,630,154.00028
99,054
pythondev
help
Is anyone familiar with Django translations ?
2017-11-02T14:12:07.000093
Maragaret
pythondev_help_Maragaret_2017-11-02T14:12:07.000093
1,509,631,927.000093
99,055
pythondev
help
&gt; Django translations Good band name
2017-11-02T14:20:23.000374
Harlan
pythondev_help_Harlan_2017-11-02T14:20:23.000374
1,509,632,423.000374
99,056
pythondev
help
yeah, what are you trying to do or having a hard time with?
2017-11-02T14:26:37.000761
Ronni
pythondev_help_Ronni_2017-11-02T14:26:37.000761
1,509,632,797.000761
99,057
pythondev
help
<https://stackoverflow.com/questions/47081717/python-serial-port-ussd-command-throw-error>
2017-11-02T14:44:46.000418
Cammy
pythondev_help_Cammy_2017-11-02T14:44:46.000418
1,509,633,886.000418
99,058
pythondev
help
I have a .po file with the translations I want to make, and believe I have my settings configured correctly, but the trans tagged headers in my html aren't being translated when changing the Content-Language http response header to 'es' for spanish.
2017-11-02T15:02:01.000115
Maragaret
pythondev_help_Maragaret_2017-11-02T15:02:01.000115
1,509,634,921.000115
99,059
pythondev
help
okay, there are a number of steps you might need to take here
2017-11-02T15:02:49.000630
Ronni
pythondev_help_Ronni_2017-11-02T15:02:49.000630
1,509,634,969.00063
99,060
pythondev
help
first, you need to have a _compiled *.mo* file_ to actually use the translations
2017-11-02T15:03:07.000147
Ronni
pythondev_help_Ronni_2017-11-02T15:03:07.000147
1,509,634,987.000147
99,061
pythondev
help
<https://docs.djangoproject.com/en/1.11/topics/i18n/translation/#compiling-message-files>
2017-11-02T15:04:20.000372
Ronni
pythondev_help_Ronni_2017-11-02T15:04:20.000372
1,509,635,060.000372
99,062
pythondev
help
then you need to change how you're setting the language
2017-11-02T15:08:39.000264
Ronni
pythondev_help_Ronni_2017-11-02T15:08:39.000264
1,509,635,319.000264
99,063
pythondev
help
<https://docs.djangoproject.com/en/1.11/topics/i18n/translation/#how-django-discovers-language-preference>
2017-11-02T15:08:40.000009
Ronni
pythondev_help_Ronni_2017-11-02T15:08:40.000009
1,509,635,320.000009
99,064
pythondev
help
if you're using the request, it looks like you need to change the request header name - I've always used the 'standard' way of having the user make a selection from, say, a form, which sets a session variable for their language choice
2017-11-02T15:09:44.000039
Ronni
pythondev_help_Ronni_2017-11-02T15:09:44.000039
1,509,635,384.000039
99,065
pythondev
help
Ah I see, I tried to use the django-admin command, compilemessages, and got this issue "Can't find msgfmt. Make sure you have GNU gettext tools 0.15 or newer installed. ". I checked with Brew, and I do have the most up to date version.
2017-11-02T15:16:00.000005
Maragaret
pythondev_help_Maragaret_2017-11-02T15:16:00.000005
1,509,635,760.000005
99,066
pythondev
help
of gettext
2017-11-02T15:16:09.000163
Maragaret
pythondev_help_Maragaret_2017-11-02T15:16:09.000163
1,509,635,769.000163
99,067
pythondev
help
nvm, just had to run 'brew link --force gettext'
2017-11-02T15:17:03.000098
Maragaret
pythondev_help_Maragaret_2017-11-02T15:17:03.000098
1,509,635,823.000098
99,068
pythondev
help
Is there a way to just run compilemessages on one locale directory ? When I run it from the root of my app it goes through all my third party directories that have locale files and recreates .mo files for those as well. The problem is that this causes a "plural forms expression could be dangerous" value error because i...
2017-11-02T15:57:34.000483
Maragaret
pythondev_help_Maragaret_2017-11-02T15:57:34.000483
1,509,638,254.000483
99,069
pythondev
help
I don't think there is, but if you really need to compile only a specific file I don't see any reason why you couldn't do it with other tools
2017-11-02T16:27:50.000118
Ronni
pythondev_help_Ronni_2017-11-02T16:27:50.000118
1,509,640,070.000118
99,070
pythondev
help
Django's tooling here is mostly porcelain around the gettext toolset
2017-11-02T16:28:11.000132
Ronni
pythondev_help_Ronni_2017-11-02T16:28:11.000132
1,509,640,091.000132
99,071
pythondev
help
I am jumping ahead a little on my intro to dictionaries but how can i add up the values of a sub dict? here is my dictionary
2017-11-02T17:07:19.000020
Amee
pythondev_help_Amee_2017-11-02T17:07:19.000020
1,509,642,439.00002
99,072
pythondev
help
```chest_piece = { "gear_set": "Nomad", "Armour": 1751, "gear_stats": { "firearms": 205, "stamina": 1234, "electronics": 205 }, "major_attributes": { "slot_1": "5 Health on Kill", "slot_2": "9.0 Exotic Damage Resillience" }, "minor_attributes": { "slot_1": "55 Ammo Capacity" }, "gear_mods": { "sl...
2017-11-02T17:07:28.000212
Amee
pythondev_help_Amee_2017-11-02T17:07:28.000212
1,509,642,448.000212
99,073
pythondev
help
I am trying to add up the `gear_stats’ this is my code so far. ```def gear_calc(): overall_gear_score = sum(base_stats.chest_piece["gear_stats"].values()) return overall_gear_score```
2017-11-02T17:08:01.000134
Amee
pythondev_help_Amee_2017-11-02T17:08:01.000134
1,509,642,481.000134
99,074
pythondev
help
is it working ? do you get an error ? :slightly_smiling_face:
2017-11-02T17:15:01.000280
Ciera
pythondev_help_Ciera_2017-11-02T17:15:01.000280
1,509,642,901.00028
99,075
pythondev
help
i tried running the file in terminal i didnt get anything
2017-11-02T17:21:51.000165
Amee
pythondev_help_Amee_2017-11-02T17:21:51.000165
1,509,643,311.000165
99,076
pythondev
help
does it have a print statement in it?
2017-11-02T17:22:29.000085
Junita
pythondev_help_Junita_2017-11-02T17:22:29.000085
1,509,643,349.000085
99,077
pythondev
help
you'll need to add some `print` to get any output in the console
2017-11-02T17:22:31.000151
Ciera
pythondev_help_Ciera_2017-11-02T17:22:31.000151
1,509,643,351.000151
99,078
pythondev
help
will it add up the firearms / stamina values etc? as gear_stats doesnt have any values
2017-11-02T17:25:18.000278
Amee
pythondev_help_Amee_2017-11-02T17:25:18.000278
1,509,643,518.000278
99,079
pythondev
help
yeah I’d expect it to return 1644
2017-11-02T17:27:31.000359
Junita
pythondev_help_Junita_2017-11-02T17:27:31.000359
1,509,643,651.000359
99,080
pythondev
help
ok nice ill have a play around thanks guys
2017-11-02T17:28:40.000412
Amee
pythondev_help_Amee_2017-11-02T17:28:40.000412
1,509,643,720.000412
99,081
pythondev
help
to get the firearms. value would i do `chest_piece["gear_stats"]["firearms"]`
2017-11-02T17:30:22.000308
Amee
pythondev_help_Amee_2017-11-02T17:30:22.000308
1,509,643,822.000308
99,082
pythondev
help
yes
2017-11-02T17:32:00.000222
Ciera
pythondev_help_Ciera_2017-11-02T17:32:00.000222
1,509,643,920.000222
99,083
pythondev
help
thanks
2017-11-02T17:33:09.000442
Amee
pythondev_help_Amee_2017-11-02T17:33:09.000442
1,509,643,989.000442
99,084
pythondev
help
Hi All
2017-11-02T18:42:27.000261
Micaela
pythondev_help_Micaela_2017-11-02T18:42:27.000261
1,509,648,147.000261
99,085
pythondev
help
(Python 2.7) How do I fix os.path.abspath from returning a “looped” or “doubled” directory path?
2017-11-02T18:43:06.000360
Micaela
pythondev_help_Micaela_2017-11-02T18:43:06.000360
1,509,648,186.00036
99,086
pythondev
help
Good luck <@Evelin>
2017-11-02T18:43:14.000321
Mirian
pythondev_help_Mirian_2017-11-02T18:43:14.000321
1,509,648,194.000321
99,087
pythondev
help
basically, what I am getting is `/User/username/path/to/path/to/file` instead of `/User/username/path/to/file`
2017-11-02T18:44:26.000364
Micaela
pythondev_help_Micaela_2017-11-02T18:44:26.000364
1,509,648,266.000364
99,088
pythondev
help
The input being passed to os.path.abspath is the string `'to/file'`
2017-11-02T18:45:47.000190
Micaela
pythondev_help_Micaela_2017-11-02T18:45:47.000190
1,509,648,347.00019
99,089
pythondev
help
I only seem to get this problem when running tests with `unittest`
2017-11-02T18:46:40.000125
Micaela
pythondev_help_Micaela_2017-11-02T18:46:40.000125
1,509,648,400.000125
99,090
pythondev
help
when the code is running live, no issues.
2017-11-02T18:46:52.000102
Micaela
pythondev_help_Micaela_2017-11-02T18:46:52.000102
1,509,648,412.000102
99,091
pythondev
help
Can you post the whole code snippet so we can have context
2017-11-02T18:47:59.000419
Lory
pythondev_help_Lory_2017-11-02T18:47:59.000419
1,509,648,479.000419
99,092
pythondev
help
<@Lory> Don’t worry actually, just programmer (me) error!
2017-11-02T19:09:27.000241
Micaela
pythondev_help_Micaela_2017-11-02T19:09:27.000241
1,509,649,767.000241
99,093
pythondev
help
I inserted that doubling myself by accident
2017-11-02T19:09:45.000353
Micaela
pythondev_help_Micaela_2017-11-02T19:09:45.000353
1,509,649,785.000353
99,094
pythondev
help
bad test value
2017-11-02T19:11:21.000099
Micaela
pythondev_help_Micaela_2017-11-02T19:11:21.000099
1,509,649,881.000099
99,095
pythondev
help
lol, sounds good. Glad you figured it out
2017-11-02T19:11:48.000014
Lory
pythondev_help_Lory_2017-11-02T19:11:48.000014
1,509,649,908.000014
99,096
pythondev
help
hi…is there a specific channel for facial recognition/opencv questions?
2017-11-02T19:21:56.000106
Dexter
pythondev_help_Dexter_2017-11-02T19:21:56.000106
1,509,650,516.000106
99,097
pythondev
help
<@Dexter> there is a <#C2J4B66PK|machine_learning> channel
2017-11-02T19:41:39.000044
Seema
pythondev_help_Seema_2017-11-02T19:41:39.000044
1,509,651,699.000044
99,098
pythondev
help
I am getting the weirdest syntax error in my code at the moment
2017-11-02T22:45:40.000039
Myong
pythondev_help_Myong_2017-11-02T22:45:40.000039
1,509,662,740.000039
99,099
pythondev
help
Attempting to implement FCFS CPU Scheduler and for for some reason I am getting the following error which I cannot find for the life of me.
2017-11-02T22:47:49.000072
Myong
pythondev_help_Myong_2017-11-02T22:47:49.000072
1,509,662,869.000072
99,100
pythondev
help
The code can run normally, but I cannot get the pycharm debugger to run
2017-11-02T22:49:50.000204
Myong
pythondev_help_Myong_2017-11-02T22:49:50.000204
1,509,662,990.000204
99,101
pythondev
help
Also I only get this error when a breakpoint is set anywhere in the code
2017-11-02T23:27:03.000102
Myong
pythondev_help_Myong_2017-11-02T23:27:03.000102
1,509,665,223.000102
99,102