<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Home</title><link>https://www.tavnets.com/python/</link><description>Recent content in Python on Home</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Tavnets Security, LLC 2021</copyright><lastBuildDate>Sat, 25 May 2024 21:33:31 -0400</lastBuildDate><atom:link href="https://www.tavnets.com/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Python Toolkit</title><link>https://www.tavnets.com/python/python-toolkit/</link><pubDate>Sat, 25 May 2024 21:33:31 -0400</pubDate><guid>https://www.tavnets.com/python/python-toolkit/</guid><description>PyToolkit Table of Contents:
Installation ToolKit Utilities ToolKit Dataclasses Maniuplating Dictionaries Utilities Internet Utilities Splunk Upload Python General tools Installation Package found at PyPi Code found at GitHub &amp;gt;&amp;gt;&amp;gt; python -m pip install pytoolkit928ToolKit Utilities string_or_list function allows you to interpret a string and return a list. It provides you the option of adding a delimiter using an OR function to return a possible string that you may be expecting possible common delimiters.</description></item><item><title>Python Setup</title><link>https://www.tavnets.com/python/python-setup/</link><pubDate>Sat, 09 Mar 2024 13:06:20 -0500</pubDate><guid>https://www.tavnets.com/python/python-setup/</guid><description>Python Setup Table of Contents:
Pyenv Installing Pyenv Installing Pyenv with Debian Poetry Poetry Installation Pyenv Tool used to manage multiple versions of python installed on a system to easily switch between python versions.
Installing Pyenv Using zsh shell instead of bash.
Add to ~/.zshrc and ~/.zprofile:
# Add pyenv executable to PATH and # enable shims by adding the following # to ~/.profile and ~/.zprofile: export PYENV_ROOT=&amp;#34;$HOME/.pyenv&amp;#34; export PATH=&amp;#34;$PYENV_ROOT/bin:$PATH&amp;#34; export PATH=&amp;#34;$HOME/.</description></item><item><title>Palo Alto API</title><link>https://www.tavnets.com/python/palo_api/</link><pubDate>Sun, 28 Aug 2022 07:20:23 -0400</pubDate><guid>https://www.tavnets.com/python/palo_api/</guid><description>updated: 2023-04-17
Palo Alto API Working with Palo Alto Firewall and the official SDK I found it difficult to get the info I wanted in the format I needed in some casees. So, I begain writting out some code that would handle the work for me.
Github project How to Use Install the package which has been tested mostlyon 3.8+
python -m pip install paloaltoapiConfiguration Variables Use environment variables for configurations:</description></item><item><title>Python Corner</title><link>https://www.tavnets.com/python/python_corner/</link><pubDate>Fri, 26 Mar 2021 13:23:45 -0400</pubDate><guid>https://www.tavnets.com/python/python_corner/</guid><description>updated: 2024-05-18
Table of Contents:
Handling Certificates with Python Using PIP Config Setting PIP Configuration PIP Configuration Locations Handling Certificates in code PEP 476 - Enabling Certificate Verification Handling Certificates with Python StackOverflow: How To Add A Custom CA Using PIP Config A quick way to set Python configuration is to set it in the pip.conf which contains
NOTE: Python uses a hierarchy to search for the configuration file and what takes presedence.</description></item></channel></rss>