Skip to content
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

Open
iosnewbie2016 opened this issue Feb 13, 2019 · 6 comments
Open

Plan for Python questions #5

iosnewbie2016 opened this issue Feb 13, 2019 · 6 comments

Comments

@iosnewbie2016
Copy link

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.

@kirkbrunson
Copy link
Owner

@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?

@iosnewbie2016
Copy link
Author

iosnewbie2016 commented Feb 13, 2019 via email

@kirkbrunson
Copy link
Owner

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?

@iosnewbie2016
Copy link
Author

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.

@kirkbrunson
Copy link
Owner

kirkbrunson commented Feb 13, 2019 via email

@ssl9ek
Copy link

ssl9ek commented Mar 2, 2019

#7

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants