-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan for Python questions #5
Comments
@iosnewbie2016 Thanks -- and glad you found this useful! I don't currently have plans for adding python questions, but would welcome it. The questions would need to be parsed from the text file to json, as well as adding the ability to format the question's code on the front end. Any interest in exploring this? |
Yes, I am certainly interested to explore. Is there any quick way to
convert these text files to JSON?
|
I wrote a python script to parse the current ones. Not sure about a quick solution for the python questions since it's been a while since I've seen them. Can you link to file? |
Sure. Here is the link - https://docs.google.com/document/d/1sVHdIchHNMJro0CbxIBXexCwQ621MPMe-sCG3KTCdEo/pub If you can share your python script, may be I can try to see if I can add too. |
Ahh, I remember this. Started to, but parsing it turned out to be quite a
bit more work than seemed worth it.
I'd either copy/paste (perhaps Fiverr?) or just link to the doc to add
those questions to the site.
Btw, I'm @kirk on slack.
…On Wed, Feb 13, 2019, 2:23 PM iosnewbie2016 ***@***.*** wrote:
Sure. Here is the link -
https://docs.google.com/document/d/1sVHdIchHNMJro0CbxIBXexCwQ621MPMe-sCG3KTCdEo/pub
If you can share your python script, may be I can try to see if I can add
too.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADkiiN23ANqv-MQitHU_PKgt0kMkt6Bdks5vNGZAgaJpZM4a5sgo>
.
|
Parsing did turn out to be a pain. Here's my solution for a first chunk of python questions. No special logic for formatting code on front end yet |
Hi - Thanks for this nice guide. Really helpful. I'm trying to see whats the best way to add python questions. Currently it is available as text file. Is there any easy way to convert it to a json and add them to the list here?
Thanks again.
The text was updated successfully, but these errors were encountered: