-
Notifications
You must be signed in to change notification settings - Fork 8
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
EDU-3624: Python Project Tutorial Geocoding #295
base: main
Are you sure you want to change the base?
EDU-3624: Python Project Tutorial Geocoding #295
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c9a394d
to
14b09fb
Compare
14b09fb
to
4258560
Compare
036402e
to
6c1d20b
Compare
5397b9e
to
44eecf9
Compare
44eecf9
to
10a6db1
Compare
b61afa4
to
c820bd6
Compare
Thanks for this contribution! I have only a few comments/questions:
If we get these resolved, I'd love to merge this. |
Hi Alex, Thanks so much for your kindness! To be honest on this one, I wrote this tutorial as I was applying for this job, and I'm not sure how useful this tutorial is. I respectfully leave it up to you and your team, and if you think we don't need it, it won't hurt my feelings 😆 But if you do like it, then yeah I certainly can look into these notes in more detail and clean up the PR 👍🏼 |
Hey Grant! From my point of view, it's very close to being publishable, and we could always use more tutorials! Not a high priority of course, but if you get a chance, I think it needs less than an hour of work. |
Excellent - thanks Alex! Yeah I'll put it on my queue for whenever it's handy 👍 |
What was changed
This adds a python project-based tutorial to the docs/tutorials.
Note that the accompanying code is currently in my personal repository. It would ideally be migrated to the Temporal organization along with the other project-based-tutorial code such as https://github.com/temporalio/data-pipeline-project-python and https://github.com/temporalio/email-subscription-project-python.
Why?
I asked Tom Wheeler if there was anything I could contribute, and he suggested to make a Python tutorial.
Checklist
How was this tested:
I ran
yarn start
in my local. There's a screenshot below showing the tutorial.Any docs updates needed?
The only changes are to docs 👍