Articles related to the following tags: Python. Page 1
Long and short posts on a wide variety of topics. In this format, I publish tutorials, share various development and monetization case studies (and many other topics), review various technologies, conduct research, and analyze the design and operation of various programs and tools. They were linked and grouped under the following tags: Python. Page 1
How to Fix SSL "CERTIFICATE_VERIFY_FAILED" and Migrate Email Between Hosts
27.03.2026
12.04.2026
1243
0
0
0
0
Struggling with SSL verification errors during email delivery? Learn how to solve the CERTIFICATE_VERIFY_FAILED issue in Python/Django and follow a step-by-step guide on migrating your corporate email server.
Setup help with google service account for google sheets – python script
24.01.2026
14.04.2026
1124
0
0
0
0
How to integrate the Google Sheets API into a Python script. Configuring a Google service account for it and a simple use case for the gspread library
How to Make a Layer 2 AI Agent with Python and Langchain
21.11.2025
29.03.2026
768
0
0
0
0
How to create an AI agent in Python using Langchain as a tool and Gemini as a model. This guide covers creating a Level 2 agent out of the five …
How to publish your Python package on PyPI
22.10.2025
13.04.2026
1224
0
0
0
0
A detailed, step-by-step guide for beginners on publishing their first Python package to PyPI. It focuses on the modern, minimal approach using the pyproject.toml configuration file, covering project structure, environment …