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
With "millions of resources" a lot of it will be mediocre
2019-06-03T03:04:11.416100
Conchita
pythondev_help_Conchita_2019-06-03T03:04:11.416100
1,559,531,051.4161
26,421
pythondev
help
What about trying to read something, literally anything, first, then ask to clarify if the article is not clear? This is highly subjective, and doesn’t differ much from asking to write some code for them.
2019-06-03T03:05:43.416300
Chester
pythondev_help_Chester_2019-06-03T03:05:43.416300
1,559,531,143.4163
26,422
pythondev
help
<@Leora> I'm also in your same position reg decorators, so can't vouch for these specifically but every time I watch a Corey Schafer on a complex topic I feel I get the basics
2019-06-03T03:05:57.416500
Conchita
pythondev_help_Conchita_2019-06-03T03:05:57.416500
1,559,531,157.4165
26,423
pythondev
help
<https://www.youtube.com/user/schafer5/search?query=decorator>
2019-06-03T03:05:58.416700
Conchita
pythondev_help_Conchita_2019-06-03T03:05:58.416700
1,559,531,158.4167
26,424
pythondev
help
Yes can you explain what data you want to multiply row or column or full csv file ??
2019-06-03T04:45:46.417500
Viviana
pythondev_help_Viviana_2019-06-03T04:45:46.417500
1,559,537,146.4175
26,425
pythondev
help
<@Leora> <https://github.com/dkraczkowski/opyapi> I am building my library on decorators maybe source code can help you a bit <https://github.com/dkraczkowski/opyapi>, check `annotations` section and `examples` for example usage
2019-06-03T04:56:41.418800
Rikki
pythondev_help_Rikki_2019-06-03T04:56:41.418800
1,559,537,801.4188
26,426
pythondev
help
hey guys! using the redis queue (rd.Queue), is it possible that a created job knows his id, when the processing method is called?
2019-06-03T05:59:07.420800
Jerald
pythondev_help_Jerald_2019-06-03T05:59:07.420800
1,559,541,547.4208
26,427
pythondev
help
Thank you <@Jettie> :taco:
2019-06-03T06:50:59.421000
Alicia
pythondev_help_Alicia_2019-06-03T06:50:59.421000
1,559,544,659.421
26,428
pythondev
help
```My output looks like this actually ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View 39 replies', '', '', 'View 2 replies', '', '', '', 'View reply', '', '', '', '', '', 'View reply', '', '', '', '', '', '', '', '', 'View reply', '', '', 'View reply', '', '', '', '', 'View 43 replies', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View 2 replies', '', '', '', '', '', 'View 17 replies', '', '', '', '', 'View 13 replies', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View reply', '', 'View reply', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View 5 replies', '', '', '', '', '', 'View reply', '', 'View 28 replies', '', '', 'View 27 replies', '', '', 'View reply', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View reply', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View 9 replies', 'View reply', '', '', '', 'View reply', '', 'View 13 replies', '', '', '', 'View reply', 'View 9 replies', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'View 11 replies', '', '', '', '', 'View 2 replies', '', '', '', '', '', 'View reply', '', '', '', '', '', '', 'View reply', '', '', '', '', '', '', '', 'View reply', '', '', '', 'View 2 replies', '', '', '', '']```
2019-06-03T07:29:06.421200
Leana
pythondev_help_Leana_2019-06-03T07:29:06.421200
1,559,546,946.4212
26,429
pythondev
help
Remember decorators are just syntactic sugar for passing a function to another function
2019-06-03T08:59:54.421600
Bethany
pythondev_help_Bethany_2019-06-03T08:59:54.421600
1,559,552,394.4216
26,430
pythondev
help
Or class
2019-06-03T09:00:01.421800
Bethany
pythondev_help_Bethany_2019-06-03T09:00:01.421800
1,559,552,401.4218
26,431
pythondev
help
Hi Guys, Need a help, below is shell script , can u help me to convert it in Python?
2019-06-03T09:27:43.422900
Starla
pythondev_help_Starla_2019-06-03T09:27:43.422900
1,559,554,063.4229
26,432
pythondev
help
for i in {1..1000000} do cat small_file &gt;&gt; big_file done
2019-06-03T09:27:45.423100
Starla
pythondev_help_Starla_2019-06-03T09:27:45.423100
1,559,554,065.4231
26,433
pythondev
help
it is used to multiply raws in .csv file, I wanted to repeat and increase dataset with 1+ millions raws
2019-06-03T09:28:15.423700
Starla
pythondev_help_Starla_2019-06-03T09:28:15.423700
1,559,554,095.4237
26,434
pythondev
help
thanks Dan, I need to use only pyspark not pandas
2019-06-03T09:30:00.423800
Serita
pythondev_help_Serita_2019-06-03T09:30:00.423800
1,559,554,200.4238
26,435
pythondev
help
<@Starla> looks like you basically want to open one file to write things to it, and open others to read their contents and write them into the other file
2019-06-03T09:45:28.426000
Ashley
pythondev_help_Ashley_2019-06-03T09:45:28.426000
1,559,555,128.426
26,436
pythondev
help
No.
2019-06-03T09:45:42.426300
Starla
pythondev_help_Starla_2019-06-03T09:45:42.426300
1,559,555,142.4263
26,437
pythondev
help
I have a .csv file with 300 row in it, want to multiply and duplicate to make it large as 1 million
2019-06-03T09:46:11.427000
Starla
pythondev_help_Starla_2019-06-03T09:46:11.427000
1,559,555,171.427
26,438
pythondev
help
a friend helped using above shell script, however i need python on.
2019-06-03T09:46:34.427500
Starla
pythondev_help_Starla_2019-06-03T09:46:34.427500
1,559,555,194.4275
26,439
pythondev
help
So you want to open one file, and then write its contents back into the same file thousands of times
2019-06-03T09:47:05.428400
Ashley
pythondev_help_Ashley_2019-06-03T09:47:05.428400
1,559,555,225.4284
26,440
pythondev
help
yes
2019-06-03T09:47:18.428600
Starla
pythondev_help_Starla_2019-06-03T09:47:18.428600
1,559,555,238.4286
26,441
pythondev
help
exectly
2019-06-03T09:47:21.428800
Starla
pythondev_help_Starla_2019-06-03T09:47:21.428800
1,559,555,241.4288
26,442
pythondev
help
Should be pretty straightforward
2019-06-03T09:47:30.429300
Ashley
pythondev_help_Ashley_2019-06-03T09:47:30.429300
1,559,555,250.4293
26,443
pythondev
help
or can create new file if it’s easier
2019-06-03T09:47:33.429500
Starla
pythondev_help_Starla_2019-06-03T09:47:33.429500
1,559,555,253.4295
26,444
pythondev
help
need to write down logic by tonight, so in hurry
2019-06-03T09:47:46.430100
Starla
pythondev_help_Starla_2019-06-03T09:47:46.430100
1,559,555,266.4301
26,445
pythondev
help
Python actually has a built-in library for reading and writing CSVs
2019-06-03T09:48:07.430700
Ashley
pythondev_help_Ashley_2019-06-03T09:48:07.430700
1,559,555,287.4307
26,446
pythondev
help
ok. I am new to python, if can offer some help in code ?
2019-06-03T09:48:48.431300
Starla
pythondev_help_Starla_2019-06-03T09:48:48.431300
1,559,555,328.4313
26,447
pythondev
help
If you check out the docs, they have examples
2019-06-03T09:49:31.432000
Ashley
pythondev_help_Ashley_2019-06-03T09:49:31.432000
1,559,555,371.432
26,448
pythondev
help
<https://docs.python.org/3.7/library/csv.html#csv.writer>
2019-06-03T09:49:33.432200
Ashley
pythondev_help_Ashley_2019-06-03T09:49:33.432200
1,559,555,373.4322
26,449
pythondev
help
you can use pandas library as well
2019-06-03T09:49:37.432500
Chong
pythondev_help_Chong_2019-06-03T09:49:37.432500
1,559,555,377.4325
26,450
pythondev
help
You're looking for the reader and writer from there
2019-06-03T09:49:50.433000
Ashley
pythondev_help_Ashley_2019-06-03T09:49:50.433000
1,559,555,390.433
26,451
pythondev
help
I think pandas might be overkill, since it doesn't sound like they're processing the data
2019-06-03T09:50:23.433900
Ashley
pythondev_help_Ashley_2019-06-03T09:50:23.433900
1,559,555,423.4339
26,452
pythondev
help
Just writing it over and over
2019-06-03T09:50:33.434300
Ashley
pythondev_help_Ashley_2019-06-03T09:50:33.434300
1,559,555,433.4343
26,453
pythondev
help
so use this? import csv with open(‘eggs.csv’, ‘w’, newline=‘’) as csvfile: spamwriter = csv.writer(csvfile, delimiter=' ‘, quotechar=‘|', quoting=csv.QUOTE_MINIMAL) spamwriter.writerow([‘Spam’] * 5 + [‘Baked Beans’]) spamwriter.writerow([‘Spam’, ‘Lovely Spam’, ‘Wonderful Spam’])
2019-06-03T09:50:50.434500
Starla
pythondev_help_Starla_2019-06-03T09:50:50.434500
1,559,555,450.4345
26,454
pythondev
help
More or less
2019-06-03T09:51:02.434800
Ashley
pythondev_help_Ashley_2019-06-03T09:51:02.434800
1,559,555,462.4348
26,455
pythondev
help
<@Starla> <https://get.slack.help/hc/en-us/articles/202288908-Format-your-messages#inline-code> slack lets you format your code
2019-06-03T09:51:11.435400
Hiroko
pythondev_help_Hiroko_2019-06-03T09:51:11.435400
1,559,555,471.4354
26,456
pythondev
help
but how can i let it read my file?
2019-06-03T09:51:15.435700
Starla
pythondev_help_Starla_2019-06-03T09:51:15.435700
1,559,555,475.4357
26,457
pythondev
help
put the file where your code is (in the same directory)
2019-06-03T09:51:38.436400
Chong
pythondev_help_Chong_2019-06-03T09:51:38.436400
1,559,555,498.4364
26,458
pythondev
help
<@Starla> look at the reader object just above that one in the docs
2019-06-03T09:51:43.436700
Ashley
pythondev_help_Ashley_2019-06-03T09:51:43.436700
1,559,555,503.4367
26,459
pythondev
help
Keep in mind though
2019-06-03T09:52:24.437100
Ashley
pythondev_help_Ashley_2019-06-03T09:52:24.437100
1,559,555,544.4371
26,460
pythondev
help
and what’s this in that code? spamwriter.writerow([‘Spam’] * 5 + [‘Baked Beans’]) spamwriter.writerow([‘Spam’, ‘Lovely Spam’, ‘Wonderful Spam’])
2019-06-03T09:52:26.437200
Starla
pythondev_help_Starla_2019-06-03T09:52:26.437200
1,559,555,546.4372
26,461
pythondev
help
That this reads the file one line at a time, so it's best to read from one file, then write to a different, and then just rename the new file once it's finished
2019-06-03T09:53:11.438400
Ashley
pythondev_help_Ashley_2019-06-03T09:53:11.438400
1,559,555,591.4384
26,462
pythondev
help
That's how it writes one row
2019-06-03T09:53:40.438800
Ashley
pythondev_help_Ashley_2019-06-03T09:53:40.438800
1,559,555,620.4388
26,463
pythondev
help
ok. i am still bit of lost, if can help with code?
2019-06-03T09:53:49.439400
Starla
pythondev_help_Starla_2019-06-03T09:53:49.439400
1,559,555,629.4394
26,464
pythondev
help
It took a list, and then treated each item in that list as one thing to put in that one row
2019-06-03T09:54:08.440000
Ashley
pythondev_help_Ashley_2019-06-03T09:54:08.440000
1,559,555,648.44
26,465
pythondev
help
So when you look at the last row it would write in the CSV file, it would have this: ``` Spam,Lovely Spam,Wonderful Spam ```
2019-06-03T09:55:39.442100
Ashley
pythondev_help_Ashley_2019-06-03T09:55:39.442100
1,559,555,739.4421
26,466
pythondev
help
ok. but then i want repeating my 300 rows , how can i use logic for that?
2019-06-03T09:56:34.442900
Starla
pythondev_help_Starla_2019-06-03T09:56:34.442900
1,559,555,794.4429
26,467
pythondev
help
let’s say filename = file_name
2019-06-03T09:56:45.443400
Starla
pythondev_help_Starla_2019-06-03T09:56:45.443400
1,559,555,805.4434
26,468
pythondev
help
A for loop would handle that fine
2019-06-03T09:56:48.443600
Ashley
pythondev_help_Ashley_2019-06-03T09:56:48.443600
1,559,555,808.4436
26,469
pythondev
help
someone give me a full logic, please :face_with_rolling_eyes:
2019-06-03T09:57:27.444000
Starla
pythondev_help_Starla_2019-06-03T09:57:27.444000
1,559,555,847.444
26,470
pythondev
help
We can't write it for you
2019-06-03T09:57:36.444300
Ashley
pythondev_help_Ashley_2019-06-03T09:57:36.444300
1,559,555,856.4443
26,471
pythondev
help
This is <#C07EFMZ1N|help>, not #domyworkforme
2019-06-03T09:58:06.445000
Ashley
pythondev_help_Ashley_2019-06-03T09:58:06.445000
1,559,555,886.445
26,472
pythondev
help
We'll gladly help you along every step of the way though
2019-06-03T09:58:21.445400
Ashley
pythondev_help_Ashley_2019-06-03T09:58:21.445400
1,559,555,901.4454
26,473
pythondev
help
You have to open a file before you can read/write from/to it
2019-06-03T09:59:40.446400
Ashley
pythondev_help_Ashley_2019-06-03T09:59:40.446400
1,559,555,980.4464
26,474
pythondev
help
It'll probably be smoother if you have both files open at the same time
2019-06-03T10:00:25.447400
Ashley
pythondev_help_Ashley_2019-06-03T10:00:25.447400
1,559,556,025.4474
26,475
pythondev
help
So you can have a `with` inside another `with`
2019-06-03T10:00:48.448300
Ashley
pythondev_help_Ashley_2019-06-03T10:00:48.448300
1,559,556,048.4483
26,476
pythondev
help
I am helping someone to do the work, that;s why, i am beginner at 0.1 level in python yet
2019-06-03T10:00:48.448400
Starla
pythondev_help_Starla_2019-06-03T10:00:48.448400
1,559,556,048.4484
26,477
pythondev
help
And that's great, but this is entry level stuff
2019-06-03T10:02:09.449400
Ashley
pythondev_help_Ashley_2019-06-03T10:02:09.449400
1,559,556,129.4494
26,478
pythondev
help
So don't worry about it being too difficult
2019-06-03T10:02:40.450100
Ashley
pythondev_help_Ashley_2019-06-03T10:02:40.450100
1,559,556,160.4501
26,479
pythondev
help
Take it one step at a time
2019-06-03T10:03:03.451300
Ashley
pythondev_help_Ashley_2019-06-03T10:03:03.451300
1,559,556,183.4513
26,480
pythondev
help
csv.reader(csvfile, delimiter=' ‘, quotechar=‘|') What does delimiter and quotechar do here?
2019-06-03T10:03:07.451400
Starla
pythondev_help_Starla_2019-06-03T10:03:07.451400
1,559,556,187.4514
26,481
pythondev
help
tells you what characte is used for separating out the columns
2019-06-03T10:03:34.452400
Hiroko
pythondev_help_Hiroko_2019-06-03T10:03:34.452400
1,559,556,214.4524
26,482
pythondev
help
and there’s optional quote characters. eg, single quote, double quote, etc
2019-06-03T10:03:47.453200
Hiroko
pythondev_help_Hiroko_2019-06-03T10:03:47.453200
1,559,556,227.4532
26,483
pythondev
help
ok.
2019-06-03T10:06:48.456800
Starla
pythondev_help_Starla_2019-06-03T10:06:48.456800
1,559,556,408.4568
26,484
pythondev
help
import csv with open(‘File1.csv’, ‘w’, newline=‘’) as csvfile: =&gt; This helps me to open File1 &amp; then what is role of “csvfile” ?
2019-06-03T10:07:51.458800
Starla
pythondev_help_Starla_2019-06-03T10:07:51.458800
1,559,556,471.4588
26,485
pythondev
help
its a file object
2019-06-03T10:08:15.459800
Hiroko
pythondev_help_Hiroko_2019-06-03T10:08:15.459800
1,559,556,495.4598
26,486
pythondev
help
means?
2019-06-03T10:08:21.460200
Starla
pythondev_help_Starla_2019-06-03T10:08:21.460200
1,559,556,501.4602
26,487
pythondev
help
`open` asks the OS to provide a file descriptior to a file to allow read/write access to it
2019-06-03T10:09:04.461800
Hiroko
pythondev_help_Hiroko_2019-06-03T10:09:04.461800
1,559,556,544.4618
26,488
pythondev
help
question, is this homework?
2019-06-03T10:09:32.463000
Hiroko
pythondev_help_Hiroko_2019-06-03T10:09:32.463000
1,559,556,572.463
26,489
pythondev
help
it’s small project work for my sis, who asked me help that needs to submit by tomorrow morning.
2019-06-03T10:10:12.464800
Starla
pythondev_help_Starla_2019-06-03T10:10:12.464800
1,559,556,612.4648
26,490
pythondev
help
Myself interested in python but i haven’t started learning much yet
2019-06-03T10:10:41.465500
Starla
pythondev_help_Starla_2019-06-03T10:10:41.465500
1,559,556,641.4655
26,491
pythondev
help
gotcha
2019-06-03T10:10:47.465800
Hiroko
pythondev_help_Hiroko_2019-06-03T10:10:47.465800
1,559,556,647.4658
26,492
pythondev
help
when you say project for your sister, is this for work or school?
2019-06-03T10:11:02.467000
Hiroko
pythondev_help_Hiroko_2019-06-03T10:11:02.467000
1,559,556,662.467
26,493
pythondev
help
for university
2019-06-03T10:11:20.467400
Starla
pythondev_help_Starla_2019-06-03T10:11:20.467400
1,559,556,680.4674
26,494
pythondev
help
she is in DS major, however she does not have much idea of python
2019-06-03T10:11:54.468400
Starla
pythondev_help_Starla_2019-06-03T10:11:54.468400
1,559,556,714.4684
26,495
pythondev
help
i don’t mean to give u guys her homework, just she is in the situation can’t seek of much help so reached out to me.
2019-06-03T10:13:14.471600
Starla
pythondev_help_Starla_2019-06-03T10:13:14.471600
1,559,556,794.4716
26,496
pythondev
help
So she gave you her homework?
2019-06-03T10:13:28.471800
Clemmie
pythondev_help_Clemmie_2019-06-03T10:13:28.471800
1,559,556,808.4718
26,497
pythondev
help
she got her work done through shell script, however she is required to write the same code in python which is she unaware. her homework was to use data to Data Science, which she has done
2019-06-03T10:14:28.473800
Starla
pythondev_help_Starla_2019-06-03T10:14:28.473800
1,559,556,868.4738
26,498
pythondev
help
DS ? ok datascience I guess
2019-06-03T10:14:31.474000
Jimmy
pythondev_help_Jimmy_2019-06-03T10:14:31.474000
1,559,556,871.474
26,499
pythondev
help
To put it another way, `with open` is a context manager, which means that it has control over what happens when you first go into the `with` and also when you finally leave it. In this case, it opens the file, and closes it again when you leave. The `as csvfile` is providing you with a variable name that you can reference the file with. You can put anything you want there. Python doesn't understand that it's a CSV file yet though. It thinks it's just a normal file that happens to have a variable referencing it named "csvfile"
2019-06-03T10:14:31.474100
Ashley
pythondev_help_Ashley_2019-06-03T10:14:31.474100
1,559,556,871.4741
26,500
pythondev
help
Hey all, looking for some help as I’m kind of at a loss. I recently was messing around (dumb) with my Python versions with brew, pip, and other tools. I installed Python 3.7.3 and tried making it my standard Python version (running on MacOS 10.14.5). Now everytime I run a python script, it hangs and I am forced to cancel out (ctrl+c) and I get these lines of code at the end. ```^CTraceback (most recent call last): File "/usr/bin/idle2.7", line 7, in &lt;module&gt; main() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py", line 1613, in main root.mainloop() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1125, in mainloop self.tk.mainloop(n) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1531, in __call__ def __call__(self, *args): KeyboardInterrupt``` It seems I screwed something up with my Python frameworks while installing and upgrading things. Would love any advice to resolve this issue. Thanks!
2019-06-03T10:15:24.474700
Deana
pythondev_help_Deana_2019-06-03T10:15:24.474700
1,559,556,924.4747
26,501
pythondev
help
<@Starla> that means this is her homework. In data science, python is the most popular language to use. She needs to learn how to do this herself.
2019-06-03T10:15:56.475100
Ashley
pythondev_help_Ashley_2019-06-03T10:15:56.475100
1,559,556,956.4751
26,502
pythondev
help
I agree and i will ask her do. in case, part of help if i can offer for now to her, it would be useful
2019-06-03T10:16:50.476100
Starla
pythondev_help_Starla_2019-06-03T10:16:50.476100
1,559,557,010.4761
26,503
pythondev
help
It's great that you're trying to help her, but she really needs to learn this herself
2019-06-03T10:17:57.477100
Ashley
pythondev_help_Ashley_2019-06-03T10:17:57.477100
1,559,557,077.4771
26,504
pythondev
help
Have her join, and we'll walk her through just like we were with you
2019-06-03T10:18:33.478800
Ashley
pythondev_help_Ashley_2019-06-03T10:18:33.478800
1,559,557,113.4788
26,505
pythondev
help
is there a way that i can use above code to import csv &amp; open file, then use below loop and multiply data?
2019-06-03T10:18:38.479000
Starla
pythondev_help_Starla_2019-06-03T10:18:38.479000
1,559,557,118.479
26,506
pythondev
help
<@Starla> that's cheating. If she would like to join the slack we would be happy to help her here, but most people will be uncomfortable teaching you so that you can do it for her
2019-06-03T10:18:39.479200
Clemmie
pythondev_help_Clemmie_2019-06-03T10:18:39.479200
1,559,557,119.4792
26,507
pythondev
help
count = 0 while (count &lt; 3): count = count + 1
2019-06-03T10:18:39.479300
Starla
pythondev_help_Starla_2019-06-03T10:18:39.479300
1,559,557,119.4793
26,508
pythondev
help
A for loop is better, because it can track the iterator for you
2019-06-03T10:19:22.479800
Ashley
pythondev_help_Ashley_2019-06-03T10:19:22.479800
1,559,557,162.4798
26,509
pythondev
help
But again, she needs to learn this herself
2019-06-03T10:19:33.480200
Ashley
pythondev_help_Ashley_2019-06-03T10:19:33.480200
1,559,557,173.4802
26,510
pythondev
help
sure. i will ask her join. I joined here firstly for myself learning, still using slack bcz of company use at SAP.
2019-06-03T10:19:35.480400
Starla
pythondev_help_Starla_2019-06-03T10:19:35.480400
1,559,557,175.4804
26,511
pythondev
help
If you do it for her, you will only be hurting her in the long run
2019-06-03T10:19:48.480900
Ashley
pythondev_help_Ashley_2019-06-03T10:19:48.480900
1,559,557,188.4809
26,512
pythondev
help
that's great! we'll happily help you on your work, and her on hers!
2019-06-03T10:20:18.481700
Clemmie
pythondev_help_Clemmie_2019-06-03T10:20:18.481700
1,559,557,218.4817
26,513
pythondev
help
The next assignment will build on this one, and if she doesn't understand how to do this one on her own, she won't be able to complete the next one
2019-06-03T10:20:36.482800
Ashley
pythondev_help_Ashley_2019-06-03T10:20:36.482800
1,559,557,236.4828
26,514
pythondev
help
i am interested in learning python actually for my work, just i haven’t started yet. need to push myself through such situation
2019-06-03T10:20:39.482900
Starla
pythondev_help_Starla_2019-06-03T10:20:39.482900
1,559,557,239.4829
26,515
pythondev
help
That's great!
2019-06-03T10:20:57.483100
Ashley
pythondev_help_Ashley_2019-06-03T10:20:57.483100
1,559,557,257.4831
26,516
pythondev
help
We'd love to help
2019-06-03T10:21:19.483500
Ashley
pythondev_help_Ashley_2019-06-03T10:21:19.483500
1,559,557,279.4835
26,517
pythondev
help
Both you _and_ your sister
2019-06-03T10:21:27.483900
Ashley
pythondev_help_Ashley_2019-06-03T10:21:27.483900
1,559,557,287.4839
26,518
pythondev
help
working on cloud field, it’s good and highly required skill
2019-06-03T10:21:30.484100
Starla
pythondev_help_Starla_2019-06-03T10:21:30.484100
1,559,557,290.4841
26,519
pythondev
help
Definitely
2019-06-03T10:21:46.484600
Ashley
pythondev_help_Ashley_2019-06-03T10:21:46.484600
1,559,557,306.4846
26,520