Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Improve README and and mention the community calls #1858

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

Merged
merged 3 commits into from
Nov 15, 2023
Merged

Conversation

antocuni
Copy link
Contributor

Improve the readme in two ways:

  1. remove the mention to <py-repl>, and shows a quick summary of the various ways of running Python code
  2. add a link to the google calendar which contains the community calls

README.md Outdated Show resolved Hide resolved
@antocuni
Copy link
Contributor Author

I see that the google calendar URL contains a reference to the "Berlin timezone":

https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=Europe/Berlin

Could someone located in a different timezone check what happen when they open the page? Are the times shown in their local timezone or Berlin's?

@WebReflection
Copy link
Contributor

I am OK with this update but is there any reason we don't mention at all MicroPython? 🤔

@antocuni
Copy link
Contributor Author

I am OK with this update but is there any reason we don't mention at all MicroPython? 🤔

We do :)

-   `<script type="mpy">`: same as above but use MicroPython instead of Python.

@antocuni antocuni merged commit df68449 into main Nov 15, 2023
@antocuni antocuni deleted the antocuni-readme-1 branch November 15, 2023 11:10
@WebReflection
Copy link
Contributor

WebReflection commented Nov 15, 2023

We do :)

I see, I was just thinking maybe we could mention that at the beginning as we only mention Pyodide ... nothing urgent or blocking though

@antocuni
Copy link
Contributor Author

We do :)

I see, I was just thinking maybe we could mention that at the beginning as we only mention Pyodide ... nothing urgent or blocking though

ah yes, that's a good point.
I didn't think about it because my original intent was just to add the section about the community calls, then I saw the <py-repl> reference and took the occasion to fix it.

But yes, I think it'd be a good idea to mention MicroPython at the top

@FabioRosado
Copy link
Contributor

FabioRosado commented Nov 15, 2023

I see that the google calendar URL contains a reference to the "Berlin timezone":

https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=Europe/Berlin

Could someone located in a different timezone check what happen when they open the page? Are the times shown in their local timezone or Berlin's?

I'm probably late but yeah this is showing Berlin time zone, I think we could change it to UTC to show UTC and when you click "more details" it will take you to google calendar and show your timezone 🤔

https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC

There might be a settings on the calendar itself to yse Viewer's timezone 🤔

- `<script type="py">`: can be used to define python code that is executable within the web page.
- `<script type="py" src="hello.py">`: same as above, but the python source is fetched from the given URL.
- `<script type="py" terminal>`: same as above, but also creates a terminal where to display stdout and stderr (e.g., the output of `print()`); `input()` does not work.
- `<script type="py" terminal worker>`: run Python inside a web worker: the terminal if fully functional and `input()` works.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you guys mind adding a reason (or pointer to one) about why a user would choose to run python in the worker instead of as main ?

@ArbabMohandes
Copy link

https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=Europe/Berlin

I think you are right, on Pyscript events the Decemebr 5th meeting shows as "5:30pm Py script Community Call" but when I added to my calendar it shows as 8:30- 9:30am.
I live in San Diego, California west coast of USA ( pacifict time)

Capture Calendar
Capture

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

Successfully merging this pull request may close these issues.

5 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.