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 | But that's asyncio based - I wasn't sure if it would be a confusing resource | 2017-08-15T11:46:01.000361 | Beula | pythondev_help_Beula_2017-08-15T11:46:01.000361 | 1,502,797,561.000361 | 89,703 |
pythondev | help | But I have not worked with node and was not finding a good documentation with python | 2017-08-15T11:46:18.000304 | Juli | pythondev_help_Juli_2017-08-15T11:46:18.000304 | 1,502,797,578.000304 | 89,704 |
pythondev | help | <@Juli> go take a look at the sirbot source code.. it might be async but the process between your app and slack should be similar. | 2017-08-15T11:46:25.000023 | Johana | pythondev_help_Johana_2017-08-15T11:46:25.000023 | 1,502,797,585.000023 | 89,705 |
pythondev | help | Let me find a direct link | 2017-08-15T11:46:42.000247 | Beula | pythondev_help_Beula_2017-08-15T11:46:42.000247 | 1,502,797,602.000247 | 89,706 |
pythondev | help | yea that will probably be easier. | 2017-08-15T11:47:19.000132 | Johana | pythondev_help_Johana_2017-08-15T11:47:19.000132 | 1,502,797,639.000132 | 89,707 |
pythondev | help | hmm, well there is the giphy code... but not the router for the events | 2017-08-15T11:47:27.000271 | Beula | pythondev_help_Beula_2017-08-15T11:47:27.000271 | 1,502,797,647.000271 | 89,708 |
pythondev | help | <@Ciera> - can you point a good link for responding to message buttons from the sirbot repos? | 2017-08-15T11:47:57.000223 | Beula | pythondev_help_Beula_2017-08-15T11:47:57.000223 | 1,502,797,677.000223 | 89,709 |
pythondev | help | Thanks will have a look! That would be very helpful | 2017-08-15T11:48:30.000339 | Juli | pythondev_help_Juli_2017-08-15T11:48:30.000339 | 1,502,797,710.000339 | 89,710 |
pythondev | help | yea i haven’t had time to continue the bot tutorial but i’ve noted slack buttons :wink:. | 2017-08-15T11:49:43.000169 | Johana | pythondev_help_Johana_2017-08-15T11:49:43.000169 | 1,502,797,783.000169 | 89,711 |
pythondev | help | <https://github.com/pyslackers/sirbot-slack/blob/master/sirbot/slack/dispatcher/action.py#L34> | 2017-08-15T11:51:02.000406 | Ciera | pythondev_help_Ciera_2017-08-15T11:51:02.000406 | 1,502,797,862.000406 | 89,712 |
pythondev | help | this is the coroutine that handle incoming `action` | 2017-08-15T11:51:31.000424 | Ciera | pythondev_help_Ciera_2017-08-15T11:51:31.000424 | 1,502,797,891.000424 | 89,713 |
pythondev | help | like press on a button | 2017-08-15T11:51:40.000601 | Ciera | pythondev_help_Ciera_2017-08-15T11:51:40.000601 | 1,502,797,900.000601 | 89,714 |
pythondev | help | it is then routed based on the `callback_id` | 2017-08-15T11:52:03.000482 | Ciera | pythondev_help_Ciera_2017-08-15T11:52:03.000482 | 1,502,797,923.000482 | 89,715 |
pythondev | help | for giphy it is routed to this:<https://github.com/pyslackers/sirbot-pythondev/blob/master/pythondev/slack.py#L341> | 2017-08-15T11:53:10.000176 | Ciera | pythondev_help_Ciera_2017-08-15T11:53:10.000176 | 1,502,797,990.000176 | 89,716 |
pythondev | help | <@Ciera> :taco: | 2017-08-15T11:53:29.000321 | Beula | pythondev_help_Beula_2017-08-15T11:53:29.000321 | 1,502,798,009.000321 | 89,717 |
pythondev | help | <@Johana> that would be an awesome tutorial! Also I don't think there are many available already. Hopefully even I can contribute to it in a while | 2017-08-15T11:53:46.000078 | Juli | pythondev_help_Juli_2017-08-15T11:53:46.000078 | 1,502,798,026.000078 | 89,718 |
pythondev | help | you can then respond with a new message or update the original | 2017-08-15T11:54:00.000065 | Ciera | pythondev_help_Ciera_2017-08-15T11:54:00.000065 | 1,502,798,040.000065 | 89,719 |
pythondev | help | Thanks <@Ciera> Will look into these | 2017-08-15T11:54:15.000094 | Juli | pythondev_help_Juli_2017-08-15T11:54:15.000094 | 1,502,798,055.000094 | 89,720 |
pythondev | help | Thanks <@Beula> and <@Johana> as well! Really appreciate that! | 2017-08-15T11:56:50.000424 | Juli | pythondev_help_Juli_2017-08-15T11:56:50.000424 | 1,502,798,210.000424 | 89,721 |
pythondev | help | I'm late to this, but this library makes working with Slack easy: <https://github.com/lins05/slackbot> <@Juli> | 2017-08-15T13:57:28.000494 | Meghan | pythondev_help_Meghan_2017-08-15T13:57:28.000494 | 1,502,805,448.000494 | 89,722 |
pythondev | help | yea i used that originally for the bot_tutorial but i had to hack it too much to get it to run in a jupyter notebook. | 2017-08-15T14:16:12.000215 | Johana | pythondev_help_Johana_2017-08-15T14:16:12.000215 | 1,502,806,572.000215 | 89,723 |
pythondev | help | it expects a settings.py file in the root of the dir which is a little outdated nowadays. | 2017-08-15T14:17:19.000072 | Johana | pythondev_help_Johana_2017-08-15T14:17:19.000072 | 1,502,806,639.000072 | 89,724 |
pythondev | help | if anything the config should look for it and offer another method or use env vars. | 2017-08-15T14:18:20.000369 | Johana | pythondev_help_Johana_2017-08-15T14:18:20.000369 | 1,502,806,700.000369 | 89,725 |
pythondev | help | For the bot I wrote with it I did have to go around one of the recommended methods with the decorator and grab the data dictionary. But, otherwise worked fine. | 2017-08-15T14:18:24.000326 | Meghan | pythondev_help_Meghan_2017-08-15T14:18:24.000326 | 1,502,806,704.000326 | 89,726 |
pythondev | help | Environment variables are an option. | 2017-08-15T14:18:36.000068 | Meghan | pythondev_help_Meghan_2017-08-15T14:18:36.000068 | 1,502,806,716.000068 | 89,727 |
pythondev | help | I agree with the settings.py though, that part should be fixed. | 2017-08-15T14:18:50.000339 | Meghan | pythondev_help_Meghan_2017-08-15T14:18:50.000339 | 1,502,806,730.000339 | 89,728 |
pythondev | help | <https://github.com/lins05/slackbot/blob/develop/slackbot/settings.py#L39> | 2017-08-15T14:19:06.000214 | Beula | pythondev_help_Beula_2017-08-15T14:19:06.000214 | 1,502,806,746.000214 | 89,729 |
pythondev | help | oh i guess it does have it.. opened my mouth again. | 2017-08-15T14:19:31.000406 | Johana | pythondev_help_Johana_2017-08-15T14:19:31.000406 | 1,502,806,771.000406 | 89,730 |
pythondev | help | lol | 2017-08-15T14:19:34.000331 | Johana | pythondev_help_Johana_2017-08-15T14:19:34.000331 | 1,502,806,774.000331 | 89,731 |
pythondev | help | still kinda not a fan of what was done there. | 2017-08-15T14:22:06.000435 | Johana | pythondev_help_Johana_2017-08-15T14:22:06.000435 | 1,502,806,926.000435 | 89,732 |
pythondev | help | I wrote a bot with it that may be fun, after a discussion in here on Friday. A bot that executes python code from the chat if the tag is included. Of course, it will need a lot of safety checks before it runs the code. | 2017-08-15T14:23:24.000394 | Meghan | pythondev_help_Meghan_2017-08-15T14:23:24.000394 | 1,502,807,004.000394 | 89,733 |
pythondev | help | <@Meghan>, <@Beula> mentioned having some code that does that. it will setup a docker container and execute. perhaps something like that would work for you. i’m thinking the benefits are you can remove networking, volumes, etc. | 2017-08-15T14:30:11.000196 | Johana | pythondev_help_Johana_2017-08-15T14:30:11.000196 | 1,502,807,411.000196 | 89,734 |
pythondev | help | yeah, I should pull that code out of the other project | 2017-08-15T14:30:30.000403 | Beula | pythondev_help_Beula_2017-08-15T14:30:30.000403 | 1,502,807,430.000403 | 89,735 |
pythondev | help | Anyone worked with BBD and python ?
looking for recommendations | 2017-08-15T14:47:47.000645 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:47:47.000645 | 1,502,808,467.000645 | 89,736 |
pythondev | help | Can you define "BBD"? | 2017-08-15T14:49:03.000415 | Beula | pythondev_help_Beula_2017-08-15T14:49:03.000415 | 1,502,808,543.000415 | 89,737 |
pythondev | help | lol | 2017-08-15T14:51:35.000535 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:51:35.000535 | 1,502,808,695.000535 | 89,738 |
pythondev | help | BDD | 2017-08-15T14:51:40.000186 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:51:40.000186 | 1,502,808,700.000186 | 89,739 |
pythondev | help | business driven development ? :troll: | 2017-08-15T14:52:40.000345 | Ciera | pythondev_help_Ciera_2017-08-15T14:52:40.000345 | 1,502,808,760.000345 | 89,740 |
pythondev | help | <@Ciera> nswf bud | 2017-08-15T14:52:55.000383 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:52:55.000383 | 1,502,808,775.000383 | 89,741 |
pythondev | help | had to quick scroll away from that link | 2017-08-15T14:53:22.000548 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:53:22.000548 | 1,502,808,802.000548 | 89,742 |
pythondev | help | ah sorry | 2017-08-15T14:53:29.000043 | Ciera | pythondev_help_Ciera_2017-08-15T14:53:29.000043 | 1,502,808,809.000043 | 89,743 |
pythondev | help | Lol | 2017-08-15T14:53:30.000491 | Winnifred | pythondev_help_Winnifred_2017-08-15T14:53:30.000491 | 1,502,808,810.000491 | 89,744 |
pythondev | help | BDD, Python style for testing to be exact lol | 2017-08-15T14:54:26.000383 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:54:26.000383 | 1,502,808,866.000383 | 89,745 |
pythondev | help | but there is other definition than the nsfw one that are pretty funny :smile: | 2017-08-15T14:54:33.000382 | Ciera | pythondev_help_Ciera_2017-08-15T14:54:33.000382 | 1,502,808,873.000382 | 89,746 |
pythondev | help | more seriously, I haven't | 2017-08-15T14:54:44.000632 | Ciera | pythondev_help_Ciera_2017-08-15T14:54:44.000632 | 1,502,808,884.000632 | 89,747 |
pythondev | help | saw a bunch of libs but most dont look like they have much of a community | 2017-08-15T14:54:55.000013 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T14:54:55.000013 | 1,502,808,895.000013 | 89,748 |
pythondev | help | BDD doesn't seem to be huge in python, the only place I have seen it really big is node and ruby | 2017-08-15T15:01:42.000052 | Beula | pythondev_help_Beula_2017-08-15T15:01:42.000052 | 1,502,809,302.000052 | 89,749 |
pythondev | help | bummer. Have been doing it in JS, feels different but idk if better yet. | 2017-08-15T15:04:32.000035 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T15:04:32.000035 | 1,502,809,472.000035 | 89,750 |
pythondev | help | I weirdly feel like I want to write the tests | 2017-08-15T15:04:41.000102 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T15:04:41.000102 | 1,502,809,481.000102 | 89,751 |
pythondev | help | I guess that's a good outcome! | 2017-08-15T15:05:11.000093 | Beula | pythondev_help_Beula_2017-08-15T15:05:11.000093 | 1,502,809,511.000093 | 89,752 |
pythondev | help | LoL, I’ll take it ! | 2017-08-15T15:05:33.000004 | Bronwyn | pythondev_help_Bronwyn_2017-08-15T15:05:33.000004 | 1,502,809,533.000004 | 89,753 |
pythondev | help | It could be done kind of cool with context-managers probably | 2017-08-15T15:16:19.000400 | Beula | pythondev_help_Beula_2017-08-15T15:16:19.000400 | 1,502,810,179.0004 | 89,754 |
pythondev | help | Does anybody know where I can find documentation for `pkg_resources`? It doesn't seem to turn up anywhere except the setuptools documentation | 2017-08-15T16:40:46.000496 | Wilda | pythondev_help_Wilda_2017-08-15T16:40:46.000496 | 1,502,815,246.000496 | 89,755 |
pythondev | help | <@Wilda> `pkg_resources` is a part of `setuptools` | 2017-08-15T22:00:59.000095 | Collette | pythondev_help_Collette_2017-08-15T22:00:59.000095 | 1,502,834,459.000095 | 89,756 |
pythondev | help | Anyone know why from:
```
x_spacing = [0,
int(x_axis_max*1.25*.2),
int(x_axis_max*1.25*.4),
int(x_axis_max*1.25*.6),
int(x_axis_max*1.25*.8),
]
```
And to display:
`ax.set_xticks(x_spacing)`
`ax.xaxis.grid(color='#d0d0d0')`
It would display a line for all x_spacing values except the last one? | 2017-08-16T01:18:09.000113 | Deedee | pythondev_help_Deedee_2017-08-16T01:18:09.000113 | 1,502,846,289.000113 | 89,757 |
pythondev | help | Hi guys! I have a Wagtail related question. How do you debug your wagtail websites? | 2017-08-16T03:48:44.000042 | Jeanette | pythondev_help_Jeanette_2017-08-16T03:48:44.000042 | 1,502,855,324.000042 | 89,758 |
pythondev | help | <@Jeanette> I use django-debug-toolbar for debugging any django app | 2017-08-16T03:53:24.000165 | Kiersten | pythondev_help_Kiersten_2017-08-16T03:53:24.000165 | 1,502,855,604.000165 | 89,759 |
pythondev | help | I am used to ipdb in the view that's what I miss. Thanks! | 2017-08-16T03:59:15.000129 | Jeanette | pythondev_help_Jeanette_2017-08-16T03:59:15.000129 | 1,502,855,955.000129 | 89,760 |
pythondev | help | Hi guys
I have few processes in my docker-container & in the code i have added pdb.set_trace() for getting pdb-prompt for debugging the issue
but in this case, how can i have the pdb prompt in the foreground ?
Because my process runs in the background.. | 2017-08-16T04:00:41.000139 | Florene | pythondev_help_Florene_2017-08-16T04:00:41.000139 | 1,502,856,041.000139 | 89,761 |
pythondev | help | <@Florene> easy suggestion: run it in foreground | 2017-08-16T04:01:19.000160 | Collette | pythondev_help_Collette_2017-08-16T04:01:19.000160 | 1,502,856,079.00016 | 89,762 |
pythondev | help | Or use a remote debugger, for example <https://pypi.python.org/pypi/remote-pdb/> | 2017-08-16T04:02:05.000226 | Collette | pythondev_help_Collette_2017-08-16T04:02:05.000226 | 1,502,856,125.000226 | 89,763 |
pythondev | help | that is not possible for the service which i want to debug | 2017-08-16T04:02:12.000380 | Florene | pythondev_help_Florene_2017-08-16T04:02:12.000380 | 1,502,856,132.00038 | 89,764 |
pythondev | help | would remote-pdb work for Containers too? | 2017-08-16T04:02:29.000274 | Florene | pythondev_help_Florene_2017-08-16T04:02:29.000274 | 1,502,856,149.000274 | 89,765 |
pythondev | help | Yes. Just make sure you have its port published to the host | 2017-08-16T04:02:57.000322 | Collette | pythondev_help_Collette_2017-08-16T04:02:57.000322 | 1,502,856,177.000322 | 89,766 |
pythondev | help | oh ok
will try it
thanks <@Collette> :slightly_smiling_face: | 2017-08-16T04:03:50.000009 | Florene | pythondev_help_Florene_2017-08-16T04:03:50.000009 | 1,502,856,230.000009 | 89,767 |
pythondev | help | Hey guys. Newbie here! (just posted in the introduction channel!)
I'm building my first web app where the user logs in using his twitch account. I implemented python social auth for django (<https://github.com/python-social-auth/social-app-django> ) and it works fine.
Now I want to add custom attributes to the SocialAuthUser model. I want to get the values for these attributes from the user's social account (twitch), so I'm gonna do a get request to twitch API using the access token I got on login/registration.
My question is, how do I extend the SocialAuthUser model and add the get request to twitch in the pipeline?
more specifically:
1. How do I add custom fields to the SocialAuthUser model
2. In what .py file and in what class, method or function do I do the get request to get the data to populate the custom fields?
Hope the question makes sense. :slightly_smiling_face:
Thanks! | 2017-08-16T04:46:10.000324 | Gisela | pythondev_help_Gisela_2017-08-16T04:46:10.000324 | 1,502,858,770.000324 | 89,768 |
pythondev | help | Hi <@Gisela> we have a dedicated <#C0LMFRMB5|django> channel. Question regarding <#C0LMFRMB5|django> should go there :slightly_smiling_face: | 2017-08-16T04:48:37.000419 | Ciera | pythondev_help_Ciera_2017-08-16T04:48:37.000419 | 1,502,858,917.000419 | 89,769 |
pythondev | help | For a string `s`, is there something equivalent to the POSIX tool tr's `tr -s " " " "`?
That is, replace all occurances with double-space with a single space | 2017-08-16T05:23:15.000310 | Lanita | pythondev_help_Lanita_2017-08-16T05:23:15.000310 | 1,502,860,995.00031 | 89,770 |
pythondev | help | until there's no double-spaces left | 2017-08-16T05:23:50.000191 | Lanita | pythondev_help_Lanita_2017-08-16T05:23:50.000191 | 1,502,861,030.000191 | 89,771 |
pythondev | help | ```
SPACE = " "
while 2*SPACE in s:
s = s.replace(2*SPACE, SPACE)
```
is OK for my use cases I guess, though re-creating strings all the times is slow | 2017-08-16T05:24:55.000399 | Lanita | pythondev_help_Lanita_2017-08-16T05:24:55.000399 | 1,502,861,095.000399 | 89,772 |
pythondev | help | you shouldn't need a while loop | 2017-08-16T05:25:56.000100 | Ciera | pythondev_help_Ciera_2017-08-16T05:25:56.000100 | 1,502,861,156.0001 | 89,773 |
pythondev | help | `s = ' '.join(part for part in s.split(' ') if part)` should work | 2017-08-16T05:26:46.000240 | Vada | pythondev_help_Vada_2017-08-16T05:26:46.000240 | 1,502,861,206.00024 | 89,774 |
pythondev | help | <@Lanita> ^^ | 2017-08-16T05:29:38.000003 | Vada | pythondev_help_Vada_2017-08-16T05:29:38.000003 | 1,502,861,378.000003 | 89,775 |
pythondev | help | Please recommend me some good resources on `Design Patterns with Python` | 2017-08-16T05:33:58.000104 | Desire | pythondev_help_Desire_2017-08-16T05:33:58.000104 | 1,502,861,638.000104 | 89,776 |
pythondev | help | <@Desire> probably worth looking up design patterns in general | 2017-08-16T05:34:51.000180 | Vada | pythondev_help_Vada_2017-08-16T05:34:51.000180 | 1,502,861,691.00018 | 89,777 |
pythondev | help | the coding blocks podcast has done a series on design patterns - mainly specific to C#, VB and Java, but a lot of it still applies | 2017-08-16T05:35:17.000256 | Vada | pythondev_help_Vada_2017-08-16T05:35:17.000256 | 1,502,861,717.000256 | 89,778 |
pythondev | help | I ended up with
```
import re
COMBINE_SPACES_REGEXP = re.compile(r"\s+")
COMBINE_SPACES_REGEXP.sub(" ", "hello world")
``` | 2017-08-16T05:35:28.000346 | Lanita | pythondev_help_Lanita_2017-08-16T05:35:28.000346 | 1,502,861,728.000346 | 89,779 |
pythondev | help | Thanks <@Vada> , I will look into it. Haven't really liked the idea of listening to podcasts appealing but I did subscribe to Software Engineering Daily, last week. | 2017-08-16T05:36:58.000412 | Desire | pythondev_help_Desire_2017-08-16T05:36:58.000412 | 1,502,861,818.000412 | 89,780 |
pythondev | help | Yeah that works - although I tend to avoid regex | 2017-08-16T05:37:04.000156 | Vada | pythondev_help_Vada_2017-08-16T05:37:04.000156 | 1,502,861,824.000156 | 89,781 |
pythondev | help | I tend to listen to them on commutes or when I'm at the gym | 2017-08-16T05:37:22.000002 | Vada | pythondev_help_Vada_2017-08-16T05:37:22.000002 | 1,502,861,842.000002 | 89,782 |
pythondev | help | or washingup/cooking | 2017-08-16T05:37:31.000166 | Vada | pythondev_help_Vada_2017-08-16T05:37:31.000166 | 1,502,861,851.000166 | 89,783 |
pythondev | help | times when I'm doing something manual and can't actively use my brain | 2017-08-16T05:37:44.000073 | Vada | pythondev_help_Vada_2017-08-16T05:37:44.000073 | 1,502,861,864.000073 | 89,784 |
pythondev | help | Cool, recommend some I can hook up to. | 2017-08-16T05:40:43.000401 | Desire | pythondev_help_Desire_2017-08-16T05:40:43.000401 | 1,502,862,043.000401 | 89,785 |
pythondev | help | hi who want to play with me in hackerrank | 2017-08-16T06:11:53.000122 | Gala | pythondev_help_Gala_2017-08-16T06:11:53.000122 | 1,502,863,913.000122 | 89,786 |
pythondev | help | solve python problems | 2017-08-16T06:17:49.000023 | Gala | pythondev_help_Gala_2017-08-16T06:17:49.000023 | 1,502,864,269.000023 | 89,787 |
pythondev | help | Coding blocks is my favourite right now | 2017-08-16T06:23:50.000340 | Vada | pythondev_help_Vada_2017-08-16T06:23:50.000340 | 1,502,864,630.00034 | 89,788 |
pythondev | help | Talk python to me is pretty good for python but more for stories about python instead of how to code | 2017-08-16T06:24:21.000218 | Vada | pythondev_help_Vada_2017-08-16T06:24:21.000218 | 1,502,864,661.000218 | 89,789 |
pythondev | help | <@Desire> try <https://github.com/faif/python-patterns> ? | 2017-08-16T09:30:34.000315 | Tish | pythondev_help_Tish_2017-08-16T09:30:34.000315 | 1,502,875,834.000315 | 89,790 |
pythondev | help | 12k stars, might be legit. | 2017-08-16T09:30:46.000467 | Tish | pythondev_help_Tish_2017-08-16T09:30:46.000467 | 1,502,875,846.000467 | 89,791 |
pythondev | help | Hello Guys. I just cross searching pythondev in slack community. I am searching for 3days now to move in Python from PHP for our project in Big Data Analytics. I just want to know if Apache Spark is good, and to combine to Django with Python? and what are the advantages and disadvantages? or do you have any other suggestion, I am willing to listen and understand. Thank you | 2017-08-16T11:24:05.000126 | Assunta | pythondev_help_Assunta_2017-08-16T11:24:05.000126 | 1,502,882,645.000126 | 89,792 |
pythondev | help | For what? As usual, details about use cases are required for suggestions | 2017-08-16T11:25:30.000191 | Meg | pythondev_help_Meg_2017-08-16T11:25:30.000191 | 1,502,882,730.000191 | 89,793 |
pythondev | help | on how it work together, Imean the concept or architecture. because I don’t have yet experience in Python, and my team whole department is planning to move to python | 2017-08-16T11:26:33.000668 | Assunta | pythondev_help_Assunta_2017-08-16T11:26:33.000668 | 1,502,882,793.000668 | 89,794 |
pythondev | help | for instance is that possible to use apache spark with django with python. and if that possible to rid the cron and just use rest api using python | 2017-08-16T11:28:35.000343 | Assunta | pythondev_help_Assunta_2017-08-16T11:28:35.000343 | 1,502,882,915.000343 | 89,795 |
pythondev | help | I am quite straggle on how I can align my team for this. and we have facing problem with PHP which is not valuable for big data analytics | 2017-08-16T11:29:25.000154 | Assunta | pythondev_help_Assunta_2017-08-16T11:29:25.000154 | 1,502,882,965.000154 | 89,796 |
pythondev | help | I'm not sure the tech from the client to the database matters here - normally with spark wouldn't you stream off a read-replica and process the data? | 2017-08-16T11:31:01.000300 | Beula | pythondev_help_Beula_2017-08-16T11:31:01.000300 | 1,502,883,061.0003 | 89,797 |
pythondev | help | <@Beula> I am not sure yet, because I don’t have experience yet using spark, I just quite in research and deep dive study by next week. but using spark with django is that make sense? | 2017-08-16T11:33:04.000703 | Assunta | pythondev_help_Assunta_2017-08-16T11:33:04.000703 | 1,502,883,184.000703 | 89,798 |
pythondev | help | That's what I am saying, i don't think the "with X" is relevant | 2017-08-16T11:33:56.000080 | Beula | pythondev_help_Beula_2017-08-16T11:33:56.000080 | 1,502,883,236.00008 | 89,799 |
pythondev | help | so meaning it cannot be mixed? is that what you are saying. but how can I use spark as web app interface? sorry not sure If I am correct on what I am saying but this is what I am thinking. correct me if I am wrong. thanks <@Beula> | 2017-08-16T11:35:25.000117 | Assunta | pythondev_help_Assunta_2017-08-16T11:35:25.000117 | 1,502,883,325.000117 | 89,800 |
pythondev | help | because in Ruby, I can use Rails, then add the gem of apache spark to use | 2017-08-16T11:36:14.000162 | Assunta | pythondev_help_Assunta_2017-08-16T11:36:14.000162 | 1,502,883,374.000162 | 89,801 |
pythondev | help | but since we need a language that can process a big data analytics so we will choose python, which almost the same of ruby | 2017-08-16T11:36:40.000220 | Assunta | pythondev_help_Assunta_2017-08-16T11:36:40.000220 | 1,502,883,400.00022 | 89,802 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.