Stoeps' Links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
27 results tagged python  ✕
Python in Visual Studio Code – February 2021 Release | Python https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2021-release/
Sat 20 Feb 2021 04:08:22 PM CET wallabag
thumbnail
python vscode
Setting up python Black on Visual Studio Code https://marcobelo.medium.com/setting-up-python-black-on-visual-studio-code-5318eba4cd00
Sun 03 Jan 2021 09:47:05 AM CET wallabag
thumbnail

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…

python vscode
NumPy Illustrated: The Visual Guide to NumPy | by Lev Maximov | Better Programming https://medium.com/better-programming/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d
Tue 29 Dec 2020 06:49:49 AM CET wallabag
thumbnail

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…

numpy python
Purchase — Learn PyQt5 GUI programming hands-on https://www.learnpyqt.com/purchase/
Tue 10 Nov 2020 07:19:19 AM CET wallabag
thumbnail
gui python qt tutorial
PyQt5 tutorial 2020: Create a GUI with Python and Qt https://build-system.fman.io/pyqt5-tutorial
Tue 10 Nov 2020 06:40:35 AM CET wallabag
thumbnail

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.

gui python qt tutorial
A collection of Jupyter notebooks for learning Python from the ground up. https://github.com/aceking007/Byte-Sized-Code
Mon 12 Oct 2020 08:40:08 PM CEST wallabag
thumbnail

A collection of Jupyter notebooks for learning Python from the ground up. - aceking007/Byte-Sized-Code

jupyter learning linkdump python
Primer on Python Decorators – Real Python https://realpython.com/primer-on-python-decorators/
Fri 09 Oct 2020 09:40:03 AM CEST wallabag
thumbnail
decorator python
Python Tutorial: Easy Introduction into Decorators and Decoration https://www.python-course.eu/python3_decorators.php
Fri 09 Oct 2020 09:39:46 AM CEST wallabag
decorator python
Tools I use: argparse builder https://blog.rfox.eu/en/Programming/Tools_I_use/Tools_I_use_argparse_builder.html
Mon 05 Oct 2020 08:40:17 PM CEST wallabag

argparse builder is one of my older projects I created in 2014 when I found out that Brython (browser python) exists. It is a simple graphical interface for quick creation of the argparse commandline switches for your scripts.

I created it, because I was constantly forgetting types of parameters for the argparse and what options there are.

argparse python
7 pytest Features and Plugins That Will Save You Tons of Time https://miguendes.me/7-pytest-features-and-plugins-that-will-save-you-tons-of-time-ckfsjlr8y02axv6s1f8is1pgh
Mon 05 Oct 2020 09:54:00 AM CEST wallabag
thumbnail

In this tutorial, we'll learn the best pytest features and plugins to speed up your development process. They're very simple and you can start using them right away. Table of Contents How to Stop a Test Session on the First Failure How to Re-Run Onl...

learning linkdump pytest python testing
VIM and Python – A Match Made in Heaven – Real Python https://realpython.com/vim-and-python-a-match-made-in-heaven/
Thu 01 Oct 2020 06:58:04 PM CEST wallabag
thumbnail
ide python vim
How to write tests with Pytest-Selenium plugin https://medium.com/@sowmyaaji/how-to-write-tests-with-pytest-selenium-plugin-12362c811211
Thu 01 Oct 2020 05:58:00 AM CEST wallabag

I decided to write a series of user-interface (UI) tests for the GitLab website as an exercise to test out the pytest-selenium plugin. The plugin works as a pytest fixture. Instead of passing a web…

cnx python selenium testing
Web UI Testing Made Easy with Python, Pytest and Selenium WebDriver https://blog.testproject.io/2019/07/16/web-ui-testing-python-pytest-selenium-webdriver/
Thu 01 Oct 2020 05:57:04 AM CEST wallabag
thumbnail

Have you ever discovered a bug in a web app? Almost everyone has. Web UI testing is a great way to catch bugs, but it can be difficult.

cnx python selenium testing
Selenium Python Tutorial: Getting Started With Pytest https://www.lambdatest.com/blog/selenium-python-pytest-testing-tutorial/
Thu 01 Oct 2020 05:56:19 AM CEST wallabag
thumbnail

Perform simple and scalable automation tests with python and pytest. Learn how to run your Automation test script in with pytest in this Selenium Python.

cnx learning python selenium testing tutorial
pytest-selenium — pytest-selenium latest documentation https://pytest-selenium.readthedocs.io/en/latest/
Thu 01 Oct 2020 05:53:34 AM CEST wallabag

Pytest documentation

cnx connections python selenium testing
Test Automation Using Pytest and Selenium WebDriver https://www.lambdatest.com/blog/test-automation-using-pytest-and-selenium-webdriver/
Thu 01 Oct 2020 05:51:47 AM CEST wallabag
thumbnail

Pytest is test framework used to make simple, yet scalable test cases with ease. Let's learn how to Automate test process using Pytest and Selenium WebDriver.

I used unittest and selenium before, but heared that pytest is newer and the better approach. I'm in the beginning of building tests for HCL Connections and will check if pytest is really better or easier than unittest.

cnx linkdump python selenium tdd testing
shaarli2hugo https://gitlab.com/stoeps/shaarli2hugo
Wed 30 Sep 2020 10:09:11 PM CEST wallabag
thumbnail

Automation script to prepare shared Shaarli bookmark collections on a Hugo blog.

linkdump python shaarli shaarli2hugo
configparser — Configuration file parser https://docs.python.org/3/library/configparser.html
Wed 30 Sep 2020 12:39:29 PM CEST wallabag

Introduction to configparser. Easy to use ini-file parser.

module python shaarli shaarli2hugo
Python - Reading RSS feed https://www.tutorialspoint.com/python_text_processing/python_reading_rss_feed.htm
Wed 30 Sep 2020 12:37:45 PM CEST wallabag

Get RSS Feeds with Python and work with the data. I use this to get links from Shaarli and convert them to Linkdump blogposts.

python rss shaarli shaarli2hugo
pypandoc https://pypi.org/project/pypandoc/
Wed 30 Sep 2020 12:36:10 PM CEST wallabag
thumbnail

Python Module to use pandoc within Python. So you can convert any supported text format to another e.g. html to asciidoc

Really useful, created the first python script and will build more in the future.

asciidoc module pandoc python shaarli2hugo
page 1 / 2
466 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn
Impressum