• chevron_right

      Automate Mastodon interactions with Python

      pubsub.slavino.sk / pyopensource.com · Tuesday, 31 January, 2023 - 08:00 edit

    Automate Mastodon interactions with Python Moshe Zadka Tue, 01/31/2023 - 03:00

    Follow along as I play with the Mastodon API to create a new application.

    The federated Mastodon social network has gotten very popular lately. It's fun to post on social media, but it's also fun to automate your interactions. There is some…


    Značky: #Python

    • chevron_right

      Packaging Python modules with wheels

      pubsub.slavino.sk / pyopensource.com · Friday, 27 January, 2023 - 08:00 edit

    Packaging Python modules with wheels hANSIc99 Fri, 01/27/2023 - 03:00

    By using a CI/CD build system, providing Python packages in the advantageous wheel format becomes a breeze.

    Everyone who has been working with Python for a while might already have come around packages. In Python terminology, packages (or distribution packages) are collections of…


    Značky: #Python

    • chevron_right

      How to fix an IndexError in Python

      pubsub.slavino.sk / pyopensource.com · Thursday, 19 January, 2023 - 08:00 edit

    How to fix an IndexError in Python vijaytechnicalauthor Thu, 01/19/2023 - 03:00

    Follow this Python tutorial to learn how to solve an IndexError.

    If you use Python, you may have encountered the IndexError error in response to some code you've written. The IndexError message in Python is a runtime error. To understand…


    Značky: #Python

    • chevron_right

      An introduction to DocArray, an open source AI library

      pubsub.slavino.sk / pyopensource.com · Friday, 6 January, 2023 - 08:00 edit

    An introduction to DocArray, an open source AI library Jina_AI Fri, 01/06/2023 - 03:00

    DocArray is hosted by the Linux Foundation to provide an inclusive and standard multimodal data model within the open source community and beyond.

    DocArray is a library for nested, unstructured, multimodal data in transit, including text, image, audio, video, 3D mesh, and so on. It allows deep-learning engineers to…


    Značky: #Python

    • chevron_right

      10 resources for Python programmers

      pubsub.slavino.sk / pyopensource.com · Monday, 26 December, 2022 - 08:00 edit

    10 resources for Python programmers Moshe Zadka Mon, 12/26/2022 - 03:00

    There's something for everyone in the world of Python this year.

    One of my favorite things about Python is that it's an actual language that's also useful as a teaching language. As in past years, Opensource.com had great articles…


    Značky: #Python

    • chevron_right

      How I use Artipie, a PyPI repo

      pubsub.slavino.sk / pyopensource.com · Tuesday, 20 December, 2022 - 08:00 edit

    How I use Artipie, a PyPI repo olena Tue, 12/20/2022 - 03:00

    Artipie is an open source self-hosted software repository manager that can be used for much more than just Python.

    While developing with Python as a student, I found that I needed some private centralized storage. This was so I could store binary and text data files, as well as Python…


    Značky: #Python

    • wifi_tethering open_in_new

      This post is public

      opensource.com /article/22/12/python-package-index-repository-artipie

    • chevron_right

      Try this Python-based file manager on Linux

      pubsub.slavino.sk / pyopensource.com · Sunday, 18 December, 2022 - 08:00 edit

    Try this Python-based file manager on Linux sethkenlon Sun, 12/18/2022 - 03:00

    Dragonfly Navigator is a general-purpose file manager written in Python and Qt.

    Dragonfly Navigator is a general-purpose file manager written in Python and Qt. It's easy to install, easy to use, and a great example of what Python can do. Python is a…


    Značky: #Python

    • wifi_tethering open_in_new

      This post is public

      opensource.com /article/22/12/linux-file-manager-dragonfly-navigator

    • chevron_right

      Use Django to send emails with SMTP

      pubsub.slavino.sk / pyopensource.com · Tuesday, 13 December, 2022 - 08:00 edit

    Use Django to send emails with SMTP Sofiia Tarhonska Tue, 12/13/2022 - 03:00

    Django is a Python-based web framework that allows more control for sending emails using functions and expressions.

    Numerous professions utilize simple mail transfer protocol (SMTP) to deliver emails to their end users. SMTP also retrieves messages, though that has not been its primary use…


    Značky: #Python

    • chevron_right

      Give back to open source on Giving Tuesday

      pubsub.slavino.sk / pyopensource.com · Tuesday, 29 November, 2022 - 07:00 edit

    Give back to open source on Giving Tuesday Jason Hibbets Tue, 11/29/2022 - 02:00

    Here are 18 ways to support and donate to free and open source organizations for Giving Tuesday.

    Giving Tuesday is always a reminder to me to consider how to give back to open source projects, communities, and organizations. In 2012, GivingTuesday was created to encourage…


    Značky: #Python