Sai Yalamarty's Avatar

Sai Yalamarty

@ysai.me.bsky.social

13 Followers  |  92 Following  |  11 Posts  |  Joined: 04.11.2024  |  1.6773

Latest posts by ysai.me on Bluesky

@lukasz.langa.pl Hey ลukasz! Implemented this after listening to your conversation about pyscript in the latest core. py episode (pycon recap).

It also captures and outputs any python code errors to the terminal.
It's built on top of pyscript!

02.07.2025 19:24 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Evaluating python expressions at a breakpoint is coming soon to pykernel!!

Along with monitoring changes to local vars as you step through your code, you can also evaluate expressions.

What else do you think is critical when debugging?

02.07.2025 19:11 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Also works with the `git blame` cli command when used with a flag --ignore-revs-file

08.04.2025 20:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@mkennedy.codes @brianokken.bsky.social Hey guys! Just listened to episode 427 of python bytes and wanted to share about a `.git-blame-ignore-revs` file. Commits included in this file will be ignored from GitHubโ€™s git blame view. This can be used to ignore large linting or formatting only commits.

08.04.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
pykernel Write, share and run Python code. Experience the power of Python right in your browser. No installation required. Powered by PyScript, Pyodide & Micropython.

My #AOC day 9 - part 2 takes around 4s to run on local #python installation and 7s on pykernel which is based on #pyodide.

I see people posting in python discord that their solutions take less than a second to run! Seems like I have a lot of optimization left to do.

www.pykernel.com/aoc/2024/09

10.12.2024 01:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
pykernel Write, share and run Python code. Experience the power of Python right in your browser. No installation required. Powered by PyScript, Pyodide & Micropython.

๐ŸŽ„Done with Day 8 (Resonant Collinearity) of #AdventOfCode! Nothing beats the feeling of finishing part 2 with minimal code changes!

Today's heroes:
- itertools.combinations
- collections.defaultdict

Check out my solution for today's challenge: www.pykernel.com/aoc/2024/08

08.12.2024 07:41 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
pykernel Write, share and run Python code. Experience the power of Python right in your browser. No installation required. Powered by PyScript, Pyodide & Micropython.

๐Ÿš€ New on pykernel: file uploads! ๐Ÿ“‚

Upload files and use them in Python scripts. Try this: snap a pic, upload it, and use OpenCV to turn it black & white with a blur!

Try it out in the example below! ๐Ÿ’ปโœจ #Python #OpenCV

Join the waitlist on the homepageโ€”PyKernel launches later this month!

06.12.2024 23:47 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Advent of Code - pykernel A collection of my solutions to the Advent of Code challenges.

๐ŸŽ„ Advent of Code is back! As always, Iโ€™m solving puzzles with #Python ๐Ÿโ€”but with a twist. Iโ€™m using my site, where you can write, run, and debug Python code in the browser.

Dogfooding my tool and sharing my takes on AoC here: pykernel.com/aoc
Check it out! ๐Ÿ’ปโœจ #adventofcode

05.12.2024 22:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Definite yay.
But I think a โ€œforโ€ฆelseโ€ doesnโ€™t feel intuitive and hence I tend to get confused when the else is executed. If it was something I used regularly, then I would remember.

But โ€œtry..except..else..finallyโ€ does feel intuitive.

03.12.2024 07:02 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Pykernel.com screenshot showing the Mandelbrot fractal.

Pykernel.com screenshot showing the Mandelbrot fractal.

pykernel is now more intuitive to use on mobile devices after the recent update.

Here is the Mandelbrot fractal with code from TheAlgorithms Python repo

Just prefix pykernel.com/ to any GitHub Python file link and it will automatically import code and installs the required Python packages. #python

19.11.2024 16:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
pykernel Write, share and run Python code. Experience the power of Python right in your browser. No installation required. Powered by PyScript, Pyodide & Micropython.

๐Ÿš€ Exciting Announcement!

Meet pykernel.com โ€” a new platform for coding in Python, designed to be the easiest way to edit, run, debug, and share code directly in your browser, no setup needed! ๐ŸŽ‰

Join the waitlist and be among the first to experience pykernel! #Python #CodeEditor #pykernel #pyscript

08.11.2024 17:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@ysai.me is following 20 prominent accounts