Articles related to the following tags: Python. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Python. Page 1
In english/
Articles/
Page 1, Python,
How to Fix SSL "CERTIFICATE_VERIFY_FAILED" and Migrate Email Between Hosts
27.03.2026
12.04.2026
1070
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
1014
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
690
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
1134
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 …