99 private links
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
Python API for ServiceNow. Contribute to ServiceNow/PySNC development by creating an account on GitHub.
Automation with Python (Excel, scripts, etc). Contribute to ifrankandrade/automation development by creating an account on GitHub.
Easily handle day to day CLI operation via Python instead of regular Bash programs. - GitHub - CZ-NIC/pz: Easily handle day to day CLI operation via Python instead of regular Bash programs.
A Neovim plugin to format your code using Black. Contribute to averms/black-nvim development by creating an account on GitHub.
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth. - GitHub - sc0tfree/updog: Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.
To setup python black as a formatter for VS-Code workspace you need to install it on your virtual env or in your local python with the command: Now install the python extension for VS-Code, open your…
NumPy is a fundamental library that most of the widely used Python data processing libraries are built upon (pandas, OpenCV), inspired by (PyTorch), or can efficiently share data with (TensorFlow…
This PyQt5 tutorial shows how to use Python 3 and Qt to create a GUI on Windows, Mac or Linux. It even covers creating an installer for your app.
A collection of Jupyter notebooks for learning Python from the ground up. - aceking007/Byte-Sized-Code