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 | yeah probably :smile: | 2019-05-02T10:18:29.453800 | Alicia | pythondev_help_Alicia_2019-05-02T10:18:29.453800 | 1,556,792,309.4538 | 21,921 |
pythondev | help | they call them backends | 2019-05-02T10:19:11.454100 | Alicia | pythondev_help_Alicia_2019-05-02T10:19:11.454100 | 1,556,792,351.4541 | 21,922 |
pythondev | help | Are you asking to repeat this logic everywhere matplotlib is imported? | 2019-05-02T10:21:15.455100 | Bethany | pythondev_help_Bethany_2019-05-02T10:21:15.455100 | 1,556,792,475.4551 | 21,923 |
pythondev | help | I usually have a `main` function which i call in
```
if __name__ == '__main__':
main()
``` | 2019-05-02T10:26:07.456000 | Chester | pythondev_help_Chester_2019-05-02T10:26:07.456000 | 1,556,792,767.456 | 21,924 |
pythondev | help | I'd put that matplotlib configuration in there | 2019-05-02T10:26:18.456400 | Chester | pythondev_help_Chester_2019-05-02T10:26:18.456400 | 1,556,792,778.4564 | 21,925 |
pythondev | help | I mean, in `main` function. | 2019-05-02T10:26:34.456700 | Chester | pythondev_help_Chester_2019-05-02T10:26:34.456700 | 1,556,792,794.4567 | 21,926 |
pythondev | help | (it's okay to have it in a separate function - but it has to be called from within `main`) | 2019-05-02T10:27:24.457200 | Chester | pythondev_help_Chester_2019-05-02T10:27:24.457200 | 1,556,792,844.4572 | 21,927 |
pythondev | help | I don't like such side-effects on import time | 2019-05-02T10:27:38.457600 | Chester | pythondev_help_Chester_2019-05-02T10:27:38.457600 | 1,556,792,858.4576 | 21,928 |
pythondev | help | Are there any resources for creating Desktop apps with a GUI in Visual studio using python? All i've found is documentation on tynker | 2019-05-02T10:38:56.458500 | Emelda | pythondev_help_Emelda_2019-05-02T10:38:56.458500 | 1,556,793,536.4585 | 21,929 |
pythondev | help | It would be surprising that you can't layer XAML or winforms over it as widely used and powerful as python is | 2019-05-02T10:39:42.459300 | Emelda | pythondev_help_Emelda_2019-05-02T10:39:42.459300 | 1,556,793,582.4593 | 21,930 |
pythondev | help | Just to simplify your search : visual studio shouldn't be relevant to the process. It's only an editor. Based on a quick Google search you can probably do it with. Winforms but it is ill-advised. You should be able to use Eto tho. <https://developer.rhino3d.com/guides/rhinopython/eto-controls-python/> | 2019-05-02T10:56:34.459700 | Christina | pythondev_help_Christina_2019-05-02T10:56:34.459700 | 1,556,794,594.4597 | 21,931 |
pythondev | help | Next time please use either pastebin, gist or the snippet function on slack. Quick note is that I am quite curious why you seem to save your password in cleartext. That is really dangerous. Also you should definitely display an error if user fails to retrieve. Are you looking at the headers of the same response as that one? Because that should work. Something else must be wrong afaik | 2019-05-02T11:01:59.460100 | Christina | pythondev_help_Christina_2019-05-02T11:01:59.460100 | 1,556,794,919.4601 | 21,932 |
pythondev | help | yes I did all validation, its below it. I was unable to select the lower part that why. | 2019-05-02T11:20:09.460300 | Yolande | pythondev_help_Yolande_2019-05-02T11:20:09.460300 | 1,556,796,009.4603 | 21,933 |
pythondev | help | I am going save the encrypted password as well whateve I am showning is just trail and error | 2019-05-02T11:21:54.460500 | Yolande | pythondev_help_Yolande_2019-05-02T11:21:54.460500 | 1,556,796,114.4605 | 21,934 |
pythondev | help | This looks like a plugin for somethign but the page doesn't say what | 2019-05-02T11:42:26.460700 | Emelda | pythondev_help_Emelda_2019-05-02T11:42:26.460700 | 1,556,797,346.4607 | 21,935 |
pythondev | help | Visual studio is an editor and that's exactly what I'd like, a side by side GUI designer and code editor; Make a button, code python to tell button what to do. | 2019-05-02T11:43:26.460900 | Emelda | pythondev_help_Emelda_2019-05-02T11:43:26.460900 | 1,556,797,406.4609 | 21,936 |
pythondev | help | Looks like Rhino is it | 2019-05-02T11:44:02.461100 | Emelda | pythondev_help_Emelda_2019-05-02T11:44:02.461100 | 1,556,797,442.4611 | 21,937 |
pythondev | help | I can't seem to get this to work because some of my data have fewer bins, anyone know of a dirt way to fix this? | 2019-05-02T11:44:50.461300 | Nola | pythondev_help_Nola_2019-05-02T11:44:50.461300 | 1,556,797,490.4613 | 21,938 |
pythondev | help | No, the approach is that, if anywhere in the code someone using the package wanted to import matplotlib, this fix should be performed on MacOs | 2019-05-02T12:26:35.461600 | Alicia | pythondev_help_Alicia_2019-05-02T12:26:35.461600 | 1,556,799,995.4616 | 21,939 |
pythondev | help | does anyone know a simple source of explaining how to integrate paypal-billing-plan to a Flask App?
<https://developer.paypal.com/docs/api/quickstart/create-billing-plan/#create-and-activate-billing-plan> | 2019-05-02T13:41:57.463300 | Fidel | pythondev_help_Fidel_2019-05-02T13:41:57.463300 | 1,556,804,517.4633 | 21,940 |
pythondev | help | Anyone on? | 2019-05-02T22:59:48.465100 | Isabel | pythondev_help_Isabel_2019-05-02T22:59:48.465100 | 1,556,837,988.4651 | 21,941 |
pythondev | help | hey | 2019-05-02T23:19:47.465500 | Bethany | pythondev_help_Bethany_2019-05-02T23:19:47.465500 | 1,556,839,187.4655 | 21,942 |
pythondev | help | it tends to quiet down around this time until europe wakes up | 2019-05-02T23:20:06.465900 | Bethany | pythondev_help_Bethany_2019-05-02T23:20:06.465900 | 1,556,839,206.4659 | 21,943 |
pythondev | help | for what little its worth, im here for a few more minutes | 2019-05-02T23:20:47.466200 | Mildred | pythondev_help_Mildred_2019-05-02T23:20:47.466200 | 1,556,839,247.4662 | 21,944 |
pythondev | help | im on | 2019-05-02T23:22:14.466500 | Candelaria | pythondev_help_Candelaria_2019-05-02T23:22:14.466500 | 1,556,839,334.4665 | 21,945 |
pythondev | help | Sorry, I figured it out now.. thanks though! | 2019-05-02T23:48:51.466900 | Isabel | pythondev_help_Isabel_2019-05-02T23:48:51.466900 | 1,556,840,931.4669 | 21,946 |
pythondev | help | In the future, the rule of thumb is just to ask questions in the channel without trying to verify that someone is waiting to answer you in real time. A lot of people are "around" but won't jump in unless they see that they know something about the problem. | 2019-05-02T23:53:10.468600 | Sasha | pythondev_help_Sasha_2019-05-02T23:53:10.468600 | 1,556,841,190.4686 | 21,947 |
pythondev | help | write this logic in a python file and import that python file in the __init__.py file | 2019-05-03T02:17:16.469500 | Malika | pythondev_help_Malika_2019-05-03T02:17:16.469500 | 1,556,849,836.4695 | 21,948 |
pythondev | help | Hey everyone!
Is there a way to change/spoof your IP address using Python?
Use case: Trying to scrape a website that blocks your IP after x visits/queries, regardless of the time between visits/queries | 2019-05-03T02:20:56.471700 | Vida | pythondev_help_Vida_2019-05-03T02:20:56.471700 | 1,556,850,056.4717 | 21,949 |
pythondev | help | use proxy IP | 2019-05-03T02:23:35.471900 | Malika | pythondev_help_Malika_2019-05-03T02:23:35.471900 | 1,556,850,215.4719 | 21,950 |
pythondev | help | just pass parameter proxy in the request with random proxy ips which you can get easily from internet | 2019-05-03T02:24:23.472800 | Malika | pythondev_help_Malika_2019-05-03T02:24:23.472800 | 1,556,850,263.4728 | 21,951 |
pythondev | help | I tried to create and shape a position in my the last company I was with, a couple of years ago and my boss went through with it. Head of Black Magic :male_mage: | 2019-05-03T03:44:16.475300 | Conchita | pythondev_help_Conchita_2019-05-03T03:44:16.475300 | 1,556,855,056.4753 | 21,952 |
pythondev | help | Was a small incubator program we wanted to setup, but I left a about six months before the program was launched | 2019-05-03T03:45:28.475700 | Conchita | pythondev_help_Conchita_2019-05-03T03:45:28.475700 | 1,556,855,128.4757 | 21,953 |
pythondev | help | <@Conchita> are you requiring help regarding your black magic? :stuck_out_tongue: | 2019-05-03T03:57:37.476100 | Christina | pythondev_help_Christina_2019-05-03T03:57:37.476100 | 1,556,855,857.4761 | 21,954 |
pythondev | help | Not at this very moment! I'll let you know if anything pops up! | 2019-05-03T03:58:44.476700 | Conchita | pythondev_help_Conchita_2019-05-03T03:58:44.476700 | 1,556,855,924.4767 | 21,955 |
pythondev | help | Head of Dark Arts sounds more poetic :slightly_smiling_face: | 2019-05-03T04:27:28.477500 | Chester | pythondev_help_Chester_2019-05-03T04:27:28.477500 | 1,556,857,648.4775 | 21,956 |
pythondev | help | How to unpack list like this:
```
In [3]: a
Out[3]: [1, 2, [3, 4, [5, 6, 7]]]
In [4]: [1, 2, 3, 4, 5, 6, 7]
Out[4]: [1, 2, 3, 4, 5, 6, 7]
```
Thank you. | 2019-05-03T04:58:26.477900 | Jung | pythondev_help_Jung_2019-05-03T04:58:26.477900 | 1,556,859,506.4779 | 21,957 |
pythondev | help | look into itertools | 2019-05-03T04:58:50.478200 | Jimmy | pythondev_help_Jimmy_2019-05-03T04:58:50.478200 | 1,556,859,530.4782 | 21,958 |
pythondev | help | <@Conchita> i was just joking about that you posted it in <#C07EFMZ1N|help> :stuck_out_tongue: | 2019-05-03T05:28:24.478500 | Christina | pythondev_help_Christina_2019-05-03T05:28:24.478500 | 1,556,861,304.4785 | 21,959 |
pythondev | help | Is anyone familiar with the `apscheduler` library? ```@app.before_first_request
def initialize():
scheduler = BackgroundScheduler(
job_defaults={'misfire_grace_time': 15*60},
jobstores={'default': SQLAlchemyJobStore(url='sqlite:///jobs.sqlite')})
scheduler.remove_all_jobs('default')
scheduler.start()
scheduler.print_jobs('default')
atexit.register(lambda: scheduler.shutdown())```
I cannot seem to remove all the jobs in my jobstore | 2019-05-03T08:28:49.481800 | Philip | pythondev_help_Philip_2019-05-03T08:28:49.481800 | 1,556,872,129.4818 | 21,960 |
pythondev | help | Found my mistake. :sweat_smile: ```scheduler.start(paused=True)
scheduler.remove_all_jobs('default')
scheduler.wakeup()``` | 2019-05-03T08:40:41.482200 | Philip | pythondev_help_Philip_2019-05-03T08:40:41.482200 | 1,556,872,841.4822 | 21,961 |
pythondev | help | What's the main purpose of apscheduler? | 2019-05-03T08:48:00.482500 | Elmira | pythondev_help_Elmira_2019-05-03T08:48:00.482500 | 1,556,873,280.4825 | 21,962 |
pythondev | help | I was too haha :stuck_out_tongue: :stuck_out_tongue: | 2019-05-03T09:23:43.482700 | Conchita | pythondev_help_Conchita_2019-05-03T09:23:43.482700 | 1,556,875,423.4827 | 21,963 |
pythondev | help | Looks like they don't want to be scraped | 2019-05-03T09:48:33.482900 | Bethany | pythondev_help_Bethany_2019-05-03T09:48:33.482900 | 1,556,876,913.4829 | 21,964 |
pythondev | help | It's basically the worker on top of the flask application. The jobs to be scheduled were not included in the snippet. | 2019-05-03T10:34:40.483700 | Eloise | pythondev_help_Eloise_2019-05-03T10:34:40.483700 | 1,556,879,680.4837 | 21,965 |
pythondev | help | My API returns just the value. I believe it's my fault but am not very versatile with Python/Django. Any help is appreciated.
What is returned
```
"This is the message"
```
*What I want:*
```
{
"message": "This is a message"
}
```
*views.py*
```
from rest_framework.response import Response
from id.models import Id
from rest_framework import generics
from id.serializers import IdSerializer
from django.http import Http404
from IPython import embed
class OfferView(generics.RetrieveAPIView):
serializer_class = IdSerializer
lookup_field = 'id'
def get_queryset(self):
id = self.kwargs['id']
try:
return Id.objects.filter(id=id)
except Mamo.DoesNotExist:
raise Http404
def get(self, request, *args, **kwargs):
queryset = self.get_queryset()
serializer = self.serializer_class(queryset, many=True)
try:
if serializer.data[0]['offer_id'] is not None:
result = serializer.data[0]['main_offer']
elif serializer.data[0]['offer_id'] is None:
result = serializer.data[0]['extra_offer']
else:
result = serializer.data[0]['exceptional_offer']
return Response(result)
except IndexError:
raise Http404
``` | 2019-05-03T13:08:21.485700 | Lucrecia | pythondev_help_Lucrecia_2019-05-03T13:08:21.485700 | 1,556,888,901.4857 | 21,966 |
pythondev | help | you’re just returning the result, you’re not creating a json object | 2019-05-03T13:10:25.486100 | Hiroko | pythondev_help_Hiroko_2019-05-03T13:10:25.486100 | 1,556,889,025.4861 | 21,967 |
pythondev | help | eg you’d need something like
```result = {'message': serializer.data[0]…}``` | 2019-05-03T13:10:55.486700 | Hiroko | pythondev_help_Hiroko_2019-05-03T13:10:55.486700 | 1,556,889,055.4867 | 21,968 |
pythondev | help | :point_up_2: Yeah that's probably why | 2019-05-03T13:15:52.487000 | Rubye | pythondev_help_Rubye_2019-05-03T13:15:52.487000 | 1,556,889,352.487 | 21,969 |
pythondev | help | How could this be worked out in python?
Input
```1, 2, = A1 + B1```
Output
```1, 2, 3``` | 2019-05-03T15:16:49.488500 | Rubie | pythondev_help_Rubie_2019-05-03T15:16:49.488500 | 1,556,896,609.4885 | 21,970 |
pythondev | help | what syntax is that? | 2019-05-03T15:34:18.489000 | Hiroko | pythondev_help_Hiroko_2019-05-03T15:34:18.489000 | 1,556,897,658.489 | 21,971 |
pythondev | help | Like a spreadsheet, cell 3 = A1 + B1 | 2019-05-03T15:35:14.489800 | Rubie | pythondev_help_Rubie_2019-05-03T15:35:14.489800 | 1,556,897,714.4898 | 21,972 |
pythondev | help | are you getting the formula straight from a cell? you'd probably have to do some weird string parsing plus `eval` but definitely wouldn't recommend that. i think we'd need a bit more information about where this data is coming from / what you're intending to do with it. | 2019-05-03T15:40:10.490900 | Maricruz | pythondev_help_Maricruz_2019-05-03T15:40:10.490900 | 1,556,898,010.4909 | 21,973 |
pythondev | help | tbh its an interview question that i'm not 100% sure how to go around, but a long winded way of 'string parsing' like you said, no worries | 2019-05-03T15:43:36.491900 | Rubie | pythondev_help_Rubie_2019-05-03T15:43:36.491900 | 1,556,898,216.4919 | 21,974 |
pythondev | help | seems like a lame interview question haha | 2019-05-03T15:50:14.492100 | Maricruz | pythondev_help_Maricruz_2019-05-03T15:50:14.492100 | 1,556,898,614.4921 | 21,975 |
pythondev | help | Yeah and it's only one element of it.. | 2019-05-03T15:51:02.492600 | Rubie | pythondev_help_Rubie_2019-05-03T15:51:02.492600 | 1,556,898,662.4926 | 21,976 |
pythondev | help | Thank you so much | 2019-05-03T16:08:43.493300 | Lucrecia | pythondev_help_Lucrecia_2019-05-03T16:08:43.493300 | 1,556,899,723.4933 | 21,977 |
pythondev | help | any suggestions for a good pdf parser library? please don’t google it. I need some advice from the experienced people. | 2019-05-03T16:35:41.494600 | Johnetta | pythondev_help_Johnetta_2019-05-03T16:35:41.494600 | 1,556,901,341.4946 | 21,978 |
pythondev | help | what exactly are you trying to do? | 2019-05-03T16:37:39.494900 | Hiroko | pythondev_help_Hiroko_2019-05-03T16:37:39.494900 | 1,556,901,459.4949 | 21,979 |
pythondev | help | <@Johnetta> what are your requirements? | 2019-05-03T16:38:00.495400 | Nancee | pythondev_help_Nancee_2019-05-03T16:38:00.495400 | 1,556,901,480.4954 | 21,980 |
pythondev | help | I have few pdfs with different layout. i am trying to write a generic parser. pdfminer has the worst documentation, pypdf2 gives scrambled data.. any better alternative? | 2019-05-03T16:48:11.495500 | Johnetta | pythondev_help_Johnetta_2019-05-03T16:48:11.495500 | 1,556,902,091.4955 | 21,981 |
pythondev | help | pdfminer’s pretty good | 2019-05-03T17:15:37.496100 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:15:37.496100 | 1,556,903,737.4961 | 21,982 |
pythondev | help | I wrote an API with the following regex url format which doesn't conform to what I wanted. How do I go about this? any help is appreciated. Thanks in anticipation.
*What I have that works*:
<http://sample.com/app/check/id>
*What I actually want which throws* `KeyError at /app/check/` `'id'`*error* `...views.py in get_queryset, line 15`
<http://sample.com/app/check/?id=any_id_passed_into_the_url>
*What I did*
```
# modul/urls.py
from django.conf.urls import url
from app.views import OfferView
urlpatterns = [
url(r'^check/(?P<id>[0-9]+)/$', OfferView.as_view(), name='id')
]
# app/urls.py
urlpatterns = [
url(r'^app/', include('app.urls', namespace='app')),
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
```
*views.py*
```
from rest_framework.response import Response
from app.models import App
from rest_framework import generics
from app.serializers import AppSerializer
from django.http import Http404
from IPython import embed
class OfferView(generics.RetrieveAPIView):
serializer_class = AppSerializer
lookup_field = 'id' # Here is line 15
def get_queryset(self):
id = self.kwargs['id']
try:
return App.objects.filter(id=id)
except App.DoesNotExist:
raise Http404
``` | 2019-05-03T17:25:46.498100 | Lucrecia | pythondev_help_Lucrecia_2019-05-03T17:25:46.498100 | 1,556,904,346.4981 | 21,983 |
pythondev | help | that won’t work | 2019-05-03T17:33:44.499200 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:33:44.499200 | 1,556,904,824.4992 | 21,984 |
pythondev | help | you’re conflating query params with url parameters | 2019-05-03T17:34:06.499600 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:34:06.499600 | 1,556,904,846.4996 | 21,985 |
pythondev | help | `?id=...` is a query param, which doesn’t work directly with a `RetrieveAPIView` | 2019-05-03T17:34:38.000300 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:34:38.000300 | 1,556,904,878.0003 | 21,986 |
pythondev | help | you’d have to remove the `(?P<id>[0-9]+)/` from the url config and check for the query param in `get_queryset` | 2019-05-03T17:35:20.001000 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:35:20.001000 | 1,556,904,920.001 | 21,987 |
pythondev | help | so lots of additional work, for what benefit? | 2019-05-03T17:35:30.001400 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:35:30.001400 | 1,556,904,930.0014 | 21,988 |
pythondev | help | also, don’t forget we have <#C0LMFRMB5|django> <@Lucrecia> | 2019-05-03T17:39:41.001700 | Hiroko | pythondev_help_Hiroko_2019-05-03T17:39:41.001700 | 1,556,905,181.0017 | 21,989 |
pythondev | help | pdftk executed outside of your codebase - I mostly use pypdf2 | 2019-05-03T20:00:39.003200 | Nancee | pythondev_help_Nancee_2019-05-03T20:00:39.003200 | 1,556,913,639.0032 | 21,990 |
pythondev | help | Better way to split this string and not include the last empty ''
```>>> '1,2,'.split(',')
['1', '2', '']``` | 2019-05-04T06:58:34.005300 | Rubie | pythondev_help_Rubie_2019-05-04T06:58:34.005300 | 1,556,953,114.0053 | 21,991 |
pythondev | help | ```
>>> '1,2,'.rstrip(',').split(',')
['1', '2']
``` | 2019-05-04T07:15:12.005800 | Chester | pythondev_help_Chester_2019-05-04T07:15:12.005800 | 1,556,954,112.0058 | 21,992 |
pythondev | help | wouldn't a better option be ` [e for e in "1,2,".split(",") if e]` | 2019-05-04T08:34:29.006700 | Christina | pythondev_help_Christina_2019-05-04T08:34:29.006700 | 1,556,958,869.0067 | 21,993 |
pythondev | help | or is it always just the last one? | 2019-05-04T08:34:37.007000 | Christina | pythondev_help_Christina_2019-05-04T08:34:37.007000 | 1,556,958,877.007 | 21,994 |
pythondev | help | Hi, everyone.
I'm running a multiprocessing pool script in django, when I submit a form it processes it in the multiprocessing pool script then returns a result.
The problem is, whenever I run the script twice in django view it keeps appending the result.
It's as if the process refuses to terminate before running another one.
How can I do this? | 2019-05-04T09:38:29.010800 | Hedwig | pythondev_help_Hedwig_2019-05-04T09:38:29.010800 | 1,556,962,709.0108 | 21,995 |
pythondev | help | Not sure i can help but a good idea is to post the relevant snippets <@Hedwig> - then it might be more obvious. it's a bit abstract from just a simple explaination :slightly_smiling_face: (then i or someone smarter might be able to help :slightly_smiling_face: ) | 2019-05-04T10:06:25.011900 | Christina | pythondev_help_Christina_2019-05-04T10:06:25.011900 | 1,556,964,385.0119 | 21,996 |
pythondev | help | Anyone here able to answer a basic powershell question? I'm doing a python bootcamp course to learn how programming works, and they want me to use powershell to run python commands etc | 2019-05-04T11:05:21.013300 | Liliana | pythondev_help_Liliana_2019-05-04T11:05:21.013300 | 1,556,967,921.0133 | 21,997 |
pythondev | help | But it's not able to work in powershell, I will provide screenshots | 2019-05-04T11:05:36.013700 | Liliana | pythondev_help_Liliana_2019-05-04T11:05:36.013700 | 1,556,967,936.0137 | 21,998 |
pythondev | help | This is what I need it to do | 2019-05-04T11:05:58.013800 | Liliana | pythondev_help_Liliana_2019-05-04T11:05:58.013800 | 1,556,967,958.0138 | 21,999 |
pythondev | help | This is what it's doing | 2019-05-04T11:06:13.014100 | Liliana | pythondev_help_Liliana_2019-05-04T11:06:13.014100 | 1,556,967,973.0141 | 22,000 |
pythondev | help | <@Liliana> Hi, your problem is that Python is not attached to the PATH.
PATH is a place from which windows OS recognizes commands | 2019-05-04T11:10:31.015800 | Libby | pythondev_help_Libby_2019-05-04T11:10:31.015800 | 1,556,968,231.0158 | 22,001 |
pythondev | help | any command that you give, needs to have its original full path in PATH for it to work on command line in one single word. | 2019-05-04T11:11:02.016400 | Libby | pythondev_help_Libby_2019-05-04T11:11:02.016400 | 1,556,968,262.0164 | 22,002 |
pythondev | help | For example, if you check your python installation, and say it was installed in a directory(file structure) in `C> Program Files > my software > python `, then on command line if you type
`>> C> Program Files > my software > python --version` it will give you the version, which means you are initialising it using full path to the exact location | 2019-05-04T11:12:54.018500 | Libby | pythondev_help_Libby_2019-05-04T11:12:54.018500 | 1,556,968,374.0185 | 22,003 |
pythondev | help | in order to short cut that whole directory structure, we add it to the PATH, and then use one keyword to symbolize the whole path(C> Program Files > my software > python). | 2019-05-04T11:13:35.019300 | Libby | pythondev_help_Libby_2019-05-04T11:13:35.019300 | 1,556,968,415.0193 | 22,004 |
pythondev | help | _HOW TO ADD?_ | 2019-05-04T11:13:44.019500 | Libby | pythondev_help_Libby_2019-05-04T11:13:44.019500 | 1,556,968,424.0195 | 22,005 |
pythondev | help | <https://geek-university.com/python/add-python-to-the-windows-path/>
use this link | 2019-05-04T11:14:10.019700 | Libby | pythondev_help_Libby_2019-05-04T11:14:10.019700 | 1,556,968,450.0197 | 22,006 |
pythondev | help | and let me know if it works out for you | 2019-05-04T11:14:19.020100 | Libby | pythondev_help_Libby_2019-05-04T11:14:19.020100 | 1,556,968,459.0201 | 22,007 |
pythondev | help | I'm just confused because it says to add ";C:\Python" but I can only find python in a very long path that takes me through appdata, roaming, windows, start menu, etc | 2019-05-04T11:24:19.021000 | Liliana | pythondev_help_Liliana_2019-05-04T11:24:19.021000 | 1,556,969,059.021 | 22,008 |
pythondev | help | Yeah I'm unable to correct this | 2019-05-04T11:31:39.021200 | Liliana | pythondev_help_Liliana_2019-05-04T11:31:39.021200 | 1,556,969,499.0212 | 22,009 |
pythondev | help | I just uninstalled python and installed it again and checked add to PATH | 2019-05-04T11:34:43.021500 | Liliana | pythondev_help_Liliana_2019-05-04T11:34:43.021500 | 1,556,969,683.0215 | 22,010 |
pythondev | help | ¯\_(ツ)_/¯ | 2019-05-04T11:34:45.021600 | Liliana | pythondev_help_Liliana_2019-05-04T11:34:45.021600 | 1,556,969,685.0216 | 22,011 |
pythondev | help | haha | 2019-05-04T12:14:37.021900 | Libby | pythondev_help_Libby_2019-05-04T12:14:37.021900 | 1,556,972,077.0219 | 22,012 |
pythondev | help | easy | 2019-05-04T12:14:39.022100 | Libby | pythondev_help_Libby_2019-05-04T12:14:39.022100 | 1,556,972,079.0221 | 22,013 |
pythondev | help | Anyone who has been/is a CTO of a startup I can chat with? Need some advice on tech stack etcc | 2019-05-04T12:23:27.023000 | Bethanie | pythondev_help_Bethanie_2019-05-04T12:23:27.023000 | 1,556,972,607.023 | 22,014 |
pythondev | help | <@Libby> thank you for your help | 2019-05-04T12:30:45.023200 | Liliana | pythondev_help_Liliana_2019-05-04T12:30:45.023200 | 1,556,973,045.0232 | 22,015 |
pythondev | help | Not a CTO but I've been an early engineer for several startups and been involved in tech stack decisions, as well as helping a couple companies recover from some poor decision-making early on. Feel free to reach out if you don't get answer from any CTOs. | 2019-05-04T12:36:14.023300 | Karoline | pythondev_help_Karoline_2019-05-04T12:36:14.023300 | 1,556,973,374.0233 | 22,016 |
pythondev | help | np <@Liliana> | 2019-05-04T12:51:04.023600 | Libby | pythondev_help_Libby_2019-05-04T12:51:04.023600 | 1,556,974,264.0236 | 22,017 |
pythondev | help | So the `BurnIn(s)` line is creating the object and calling `__init__()`, but it doesn't look like anything is running any tests after that. | 2019-05-04T17:07:46.026800 | Sasha | pythondev_help_Sasha_2019-05-04T17:07:46.026800 | 1,556,989,666.0268 | 22,018 |
pythondev | help | omg | 2019-05-04T17:09:16.027000 | Priscilla | pythondev_help_Priscilla_2019-05-04T17:09:16.027000 | 1,556,989,756.027 | 22,019 |
pythondev | help | oops | 2019-05-04T17:09:17.027200 | Priscilla | pythondev_help_Priscilla_2019-05-04T17:09:17.027200 | 1,556,989,757.0272 | 22,020 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.