CPython's main branch running in the browser with WebAssembly
https://twitter.com/ethanhs/status/1464308141105967104
https://twitter.com/ethanhs/status/1464308141105967104
Twitter
ethantyping
Thanks to recent commits by @ChristianHeimes, I figured out the correct incantations to build CPython's main branch for the web! This is stock Python running *in the browser*. My scripts to build this are at github.com/ethanhs/python… Lots of work to fix…
7 key components of observability in Python
Learn why observability is important for Python and how to implement it into your software development lifecycle.
https://opensource.com/article/21/11/observability-python
Learn why observability is important for Python and how to implement it into your software development lifecycle.
https://opensource.com/article/21/11/observability-python
Opensource.com
7 key components of observability in Python
The applications you write execute a lot of code, in a way that's essentially invisible. So how can you know:
Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT
https://repl.leaningtech.com/?python3
https://repl.leaningtech.com/?python3
CheerpX's REPL
REPL client side - a CheerpX demo
Ask HN: How best to prepare for Python interviews starting in 3 months?
https://news.ycombinator.com/item?id=29318263
https://news.ycombinator.com/item?id=29318263
Python Malware Imitates Signed PyPI Traffic in Novel Exfiltration Technique
In this post, we will share details about 11 new malware packages that we’ve recently discovered and disclosed to the PyPI maintainers (who promptly removed them). Based on our latest findings, in this post we highlight some of the more advanced techniques used by Python malware developers to avoid detection and remain in the repository in order to infect as many machines as possible.
https://jfrog.com/blog/python-malware-imitates-signed-pypi-traffic-in-novel-exfiltration-technique/
In this post, we will share details about 11 new malware packages that we’ve recently discovered and disclosed to the PyPI maintainers (who promptly removed them). Based on our latest findings, in this post we highlight some of the more advanced techniques used by Python malware developers to avoid detection and remain in the repository in order to infect as many machines as possible.
https://jfrog.com/blog/python-malware-imitates-signed-pypi-traffic-in-novel-exfiltration-technique/
JFrog
Python Malware Imitates Signed PyPI Traffic in Novel Exfiltration Technique
Software supply chain security threat: automated scanning of Python packages in the PyPI repository uncovered stealthy malware and more. Find out about our latest findings.
The fastest way to share your notebooks - announcing NotebookSharing.space
As the goal is to have the fastest way to upload your notebook and share it with someone, there is no signup or user accounts necessary. Just upload your notebook, get the link, and share it however you want.
https://words.yuvi.in/post/announcing-notebooksharing-space/
As the goal is to have the fastest way to upload your notebook and share it with someone, there is no signup or user accounts necessary. Just upload your notebook, get the link, and share it however you want.
https://words.yuvi.in/post/announcing-notebooksharing-space/
words.yuvi.in
The fastest way to share your notebooks - announcing NotebookSharing.space
Sharing notebooks is harder than it should be.
You are working on a notebook (in Jupyter, RStudio, Visual Studio Code, whatever), and want to share it quickly with someone. Maybe you want some feedback, or you’re demonstrating a technique, or there is a cool…
You are working on a notebook (in Jupyter, RStudio, Visual Studio Code, whatever), and want to share it quickly with someone. Maybe you want some feedback, or you’re demonstrating a technique, or there is a cool…
rst2pdf
The rst2pdf tool creates PDF documents from your ReStructured Text markup.
https://rst2pdf.org/
The rst2pdf tool creates PDF documents from your ReStructured Text markup.
https://rst2pdf.org/
rst2pdf
Use a text editor. Make a PDF
gnn
A library to build Graph Neural Networks on the TensorFlow platform.
https://github.com/tensorflow/gnn
A library to build Graph Neural Networks on the TensorFlow platform.
https://github.com/tensorflow/gnn
GitHub
GitHub - tensorflow/gnn: TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.
TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform. - tensorflow/gnn
How to Perform Real-Time Speech Recognition with Python
Performing real-time Speech-to-Text using AssemblyAI API in PythonContinue reading on Towards Data ...
https://towardsdatascience.com/real-time-speech-recognition-python-assemblyai-13d35eeed226
Performing real-time Speech-to-Text using AssemblyAI API in PythonContinue reading on Towards Data ...
https://towardsdatascience.com/real-time-speech-recognition-python-assemblyai-13d35eeed226
Using JavaScript-style async promises in Python
When you compare Python and JavaScript async code, you may think they are very much alike, since ...
http://blog.miguelgrinberg.com/post/using-javascript-style-async-promises-in-python
When you compare Python and JavaScript async code, you may think they are very much alike, since ...
http://blog.miguelgrinberg.com/post/using-javascript-style-async-promises-in-python
Miguelgrinberg
Using JavaScript-style async promises in Python
When you compare Python and JavaScript async code, you may think they are very much alike, since both use the async/await pattern. In reality, there is a significant difference between the two, which…
Writing and publishing a Python module in Rust
https://blog.yossarian.net/2020/08/02/Writing-and-publishing-a-python-module-in-rust
https://blog.yossarian.net/2020/08/02/Writing-and-publishing-a-python-module-in-rust
blog.yossarian.net
Writing and publishing a Python module in Rust
Introduction to GeoPandas: Analysing 311 call data
https://lucytalksdata.com/introduction-to-geopandas-analysing-311-call-data/
https://lucytalksdata.com/introduction-to-geopandas-analysing-311-call-data/
Lucy Talks Data
Introduction to GeoPandas: Analysing 311 call data
Hi, there. Welcome to my blog! 👋
Pybaobab – Python implementation of visualization technique for decision trees
https://gitlab.tue.nl/20040367/pybaobab
https://gitlab.tue.nl/20040367/pybaobab
GitLab
Elzen, Stef van den / pybaobab · GitLab
Python implementation of visualization technique for (sklearn) decision trees.
Pycord-Development / pycord
Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API
https://github.com/Pycord-Development/pycord
Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API
https://github.com/Pycord-Development/pycord
GitHub
GitHub - Pycord-Development/pycord: Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written…
Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python - Pycord-Development/pycord
Exploring Google Analytics Realtime Data with Python
Take full advantage of all the Google Analytics features and data using its REST API and Python.
https://martinheinz.dev/blog/62
Take full advantage of all the Google Analytics features and data using its REST API and Python.
https://martinheinz.dev/blog/62
martinheinz.dev
Exploring Google Analytics Realtime Data with Python
<p>
Google Analytics can provide a lot of insight into traffic and about users visiting your website. A lot of this data is available in nice format in web...
Google Analytics can provide a lot of insight into traffic and about users visiting your website. A lot of this data is available in nice format in web...
Python Named Tuple: What, How and When to Use
Recipes of Python Named Tuple and why we should use itContinue reading on Towards Data Science ...
https://towardsdatascience.com/python-named-tuple-what-how-and-when-to-use-4718b0668afd
Recipes of Python Named Tuple and why we should use itContinue reading on Towards Data Science ...
https://towardsdatascience.com/python-named-tuple-what-how-and-when-to-use-4718b0668afd