What are some examples of good code vs bad code in a professional setting?
https://www.reddit.com/r/learnpython/comments/qmxuvc/what_are_some_examples_of_good_code_vs_bad_code/
https://www.reddit.com/r/learnpython/comments/qmxuvc/what_are_some_examples_of_good_code_vs_bad_code/
Reddit
r/learnpython on Reddit: What are some examples of good code vs bad code in a professional setting?
Posted by u/robin1007 - 145 votes and 35 comments
Web Development with Python and Vue.js Components
This post describes how we utilize Vue.js to enhance our web applications.
https://blog.reverielabs.com/python-vue-components/
This post describes how we utilize Vue.js to enhance our web applications.
https://blog.reverielabs.com/python-vue-components/
reverie/eng
Web Development with Python and Vue.js Components
At Reverie Labs, we use Python to power our machine learning model and data pipelines. We also use Python-based web frameworks such as Django for our internally deployed web applications (and for the less complicated ones, we use Streamlit!).
In this blog…
In this blog…
Calling Rust from Python using PyO3
This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python.
https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python.
https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
Said van de Klundert
Calling Rust from Python using PyO3
speed up your Python using Rust
DevOps in academic research
Some things I learned supporting infectious disease epidemiologists.
https://mattsegal.dev/devops-academic-research.html
Some things I learned supporting infectious disease epidemiologists.
https://mattsegal.dev/devops-academic-research.html
Matt Segal Dev
DevOps in academic research
Some things I learned supporting infectious disease epidemiologists
BFree – a battery-free prototyping platform with CircuitPython for Adafruit
https://github.com/TUDSSL/BFree
https://github.com/TUDSSL/BFree
GitHub
GitHub - TUDSSL/BFree: BFree: Enabling Battery-free Sensor Prototyping with Python
BFree: Enabling Battery-free Sensor Prototyping with Python - GitHub - TUDSSL/BFree: BFree: Enabling Battery-free Sensor Prototyping with Python
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/
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