programming

  • How to Create and Activate a Virtual Environment with Python venv

    ·

    Python, generate virtual environment venv jokiruiz blog post

    Learn how to harness the power of virtual environments in Python with our step-by-step guide! In this tutorial, we’ll walk you through the process of creating and activating a virtual environment using Python’s built-in venv module. Whether you’re a beginner or an experienced developer, mastering virtual environments is essential for managing dependencies and keeping your…

    Read More

  • Pillow Tutorial: Image Manipulation in Python

    ·

    Learn how to harness the power of Pillow, a versatile Python library for image processing. In this tutorial, we’ll dive into the basics of loading, manipulating, and enhancing images using Pillow.

    Read More

  • PacMan – DFS Problem on HackerRank solved in Python 3

    ·

    Solving the PacMan - DFS Problem on HackerRank in Python 3

    Explore the depths of AI-driven gaming with the PacMan – DFS problem on HackerRank. Unravel the intricacies of Depth-First Search algorithms as PacMan navigates through a grid to find its way to the food. Dive into the Python 3 solution, meticulously crafted to follow the specified rules and output format. Enhance your problem-solving skills in…

    Read More

  • Building Deep Learning Models with Keras: Unlocking the Power of Artificial Intelligence

    ·

    Introduction In today’s fast-paced world, where data is abundant and technology is rapidly advancing, deep learning has emerged as a powerful tool for unlocking the potential of artificial intelligence. Deep learning models, built using frameworks like Keras, have revolutionized various domains, from computer vision and natural language processing to healthcare and finance. In this article,…

    Read More

  • Sentiment Analysis with NLTK and Python

    ·

    Sentiment analysis, also known as opinion mining, is a technique used to determine the emotional polarity of a text. By analyzing the sentiment, we can categorize text as positive, negative, or neutral. In this tutorial, we will explore how to perform sentiment analysis using NLTK (Natural Language Toolkit) in Python. Getting Started with NLTK Before…

    Read More

  • Build Your Own Python Chatbot with the Telegram API

    ·

    In this tutorial, you will learn how to create your own chatbot using the Python programming language and the Telegram API. Chatbots are increasingly popular and can have a wide range of applications, from automating tasks to interacting with users in real-time. I will guide you step-by-step through the development process, from the initial setup…

    Read More

  • How To Install WordPress on Debian 11 with Nginx and PHP-FPM

    ,

    ·

    WordPress is the content management system (CMS) most used in the world. WordPress is used by 64% of all the CMS, the 43% of all websites in the web. WordPress is also Open Source, what means is free! and mainly oriented to the creation of blogs, content websites and eCommerce. This famous CMS is based…

    Read More

  • Programando un bloque Gutenberg de WordPress en React desde cero

    ,

    ·

    El día 21 de Enero de 2023 di una charla en la WordCamp Zaragoza 2023 sobre Bloques Gutenberg y React. Existe una sensación en la comunidad WordPress de que si no tengo un conocimiento avanzado de React y las tecnologías SPA, no podré crear un bloque Gutenberg… ¡Mentira! No necesitas ser un gurú de React…

    Read More

  • Import customers with hashed passwords into Magento 2

    ·

    Import customers with hashed passwords into Magento 2

    Whether you are migrating your site from Magento 1, or from another platform, like WordPress, Prestashop, Symfony… you likely have a customer database you are interested in migrating to your new Magento 2 site. Once you have imported customers to Magento 2 with personal data, hashed passwords, addresses, etc.. If you have not taken into account…

    Read More

  • The step-by-step guide to set up PhpStorm for Magento 2

    ·

    The step-by-step guide to set up PhpStorm for Magento 2

    Magento 2 is a complex platform/framework, therefore we need to use all of the tools we have to help us to develop Magento properly. I present you The step-by-step guide to set up PhpStorm for Magento 2 to help the developers to develop properly Magento 2 projects by following 4 easy steps.

    Read More