euporie
Euporie is a text-based user interface for running and editing Jupyter notebooks.
https://github.com/joouha/euporie
Euporie is a text-based user interface for running and editing Jupyter notebooks.
https://github.com/joouha/euporie
GitHub
GitHub - joouha/euporie: Jupyter notebooks in the terminal
Jupyter notebooks in the terminal. Contribute to joouha/euporie development by creating an account on GitHub.
PDM
PDM is a modern Python package manager with PEP 582 support. It installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all.
https://pdm.fming.dev/
PDM is a modern Python package manager with PEP 582 support. It installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all.
https://pdm.fming.dev/
Simple Multiprocessing In Python: Comparing core vs libraries
A demonstration of Python's concurrent processing and comparison to external third-party libraries like loky, ray, and pathos.
https://cosmiccoding.com.au/tutorials/multiprocessing
A demonstration of Python's concurrent processing and comparison to external third-party libraries like loky, ray, and pathos.
https://cosmiccoding.com.au/tutorials/multiprocessing
AWS IAM, Boto3 and Python: Complete Guide with examples
https://www.learnaws.org/2021/05/12/aws-iam-boto3-guide/
https://www.learnaws.org/2021/05/12/aws-iam-boto3-guide/
Learn AWS
AWS IAM, Boto3 and Python: Complete Guide with examples
Boto3 is the AWS SDK for Python. In this article, we will look at how the boto3 library can be used to interact with and automate IAM operations using simple scripts.
Python and Malware: Developing Stealth and Evasive Malware Without Obfuscation
https://arxiv.org/pdf/2105.00565.pdf
https://arxiv.org/pdf/2105.00565.pdf
Dynamically Update Your Flask Web Pages Using Turbo-Flask
How can you update a part of a web page dynamically, without the user having to hit the refresh button on the browser? This article introduces you to Turbo-Flask extension, which will allow your Flask application to easily push asynchronous page updates to the browser, without having to write any JavaScript code.
https://blog.miguelgrinberg.com/post/dynamically-update-your-flask-web-pages-using-turbo-flask
How can you update a part of a web page dynamically, without the user having to hit the refresh button on the browser? This article introduces you to Turbo-Flask extension, which will allow your Flask application to easily push asynchronous page updates to the browser, without having to write any JavaScript code.
https://blog.miguelgrinberg.com/post/dynamically-update-your-flask-web-pages-using-turbo-flask
Miguelgrinberg
Dynamically Update Your Flask Web Pages Using Turbo-Flask
How can you update a part of a web page dynamically, without the user having to hit the refresh button on the browser?This is a question that is frequently asked on the Internet. If you have some…
notion-sdk-py
A simple and easy to use client for the Notion API.
https://github.com/ramnes/notion-sdk-py
A simple and easy to use client for the Notion API.
https://github.com/ramnes/notion-sdk-py
GitHub
GitHub - ramnes/notion-sdk-py: Notion API client SDK, rewritten in Python! (sync + async)
Notion API client SDK, rewritten in Python! (sync + async) - ramnes/notion-sdk-py
A guide to load (almost) anything into a DataFrame
Pandas provides so many options of reading data into a DataFrame, here's our short guide to ones that we found most useful.
https://gretel.ai/blog/a-guide-to-load-almost-anything-into-a-dataframe
Pandas provides so many options of reading data into a DataFrame, here's our short guide to ones that we found most useful.
https://gretel.ai/blog/a-guide-to-load-almost-anything-into-a-dataframe
gretel.ai
A guide to load (almost) anything into a DataFrame
Pandas provides so many options of reading data into a DataFrame, here's our short guide to ones that we found most useful.
QLogging
Beautifully colored, quick and simple Python logging.
https://github.com/sinkingtitanic/qlogging
Beautifully colored, quick and simple Python logging.
https://github.com/sinkingtitanic/qlogging
GitHub
sinkingtitanic/qlogging
Beautifully colored, quick and simple Python logging - sinkingtitanic/qlogging
Flask 2.0 Review
An opinionated review of the most interesting aspects of the new Flask 2.0 release covering Routing updates, Websocket support and Async support.
https://www.youtube.com/watch?v=0KU67snMjtQ
An opinionated review of the most interesting aspects of the new Flask 2.0 release covering Routing updates, Websocket support and Async support.
https://www.youtube.com/watch?v=0KU67snMjtQ
YouTube
Flask 2.0 is out!
This is an opinionated review of the most interesting aspects of the new Flask 2.0 release. The review covers three areas:
00:00 Introduction
00:32 Routing updates
04:54 Websocket support
11:31 Async support
00:00 Introduction
00:32 Routing updates
04:54 Websocket support
11:31 Async support
Creating the Perfect Python Dockerfile
Increase your python code performance and security without changing the project source code.
https://luis-sena.medium.com/creating-the-perfect-python-dockerfile-51bdec41f1c8
Increase your python code performance and security without changing the project source code.
https://luis-sena.medium.com/creating-the-perfect-python-dockerfile-51bdec41f1c8
Medium
Creating the Perfect Python Dockerfile
Increase your python code performance and security without changing the project source code.
Python Language Summit: PEP 654 – Exception Groups and Except
https://pyfound.blogspot.com/2021/05/the-2021-python-language-summit-pep-654.html
https://pyfound.blogspot.com/2021/05/the-2021-python-language-summit-pep-654.html
Blogspot
The 2021 Python Language Summit: PEP 654 — Exception Groups and except*
PEP 654 was authored by Irit Katriel, Yury Selivanov, and Guido van Rossum. This PEP is currently at the draft stage. At the 2021 Python La...
Python programming: We want to make the language twice as fast, says its creator
https://www.zdnet.com/article/python-programming-we-want-to-make-the-language-twice-as-fast-says-its-creator/
https://www.zdnet.com/article/python-programming-we-want-to-make-the-language-twice-as-fast-says-its-creator/
ZDNet
Python programming: We want to make the language twice as fast, says its creator
But can it be done without breaking anyone's Python code and will it actually happen?