Tezfiles Downloader -

import requests from pathlib import Path

import requests, os

def download(url, out_dir='downloads'): Path(out_dir).mkdir(exist_ok=True) local = Path(out_dir) / url.split('/')[-1] with requests.get(url, stream=True, timeout=30) as r: r.raise_for_status() with open(local, 'wb') as f: for chunk in r.iter_content(chunk_size=8192): if chunk: f.write(chunk) return local

import requests from pathlib import Path

import requests, os

def download(url, out_dir='downloads'): Path(out_dir).mkdir(exist_ok=True) local = Path(out_dir) / url.split('/')[-1] with requests.get(url, stream=True, timeout=30) as r: r.raise_for_status() with open(local, 'wb') as f: for chunk in r.iter_content(chunk_size=8192): if chunk: f.write(chunk) return local

Training Partners

  • AFAA
  • AGF Manufacturing, Inc.
  • American Fire Sprinkler Association
  • ASCET
  • AVO Training Institute, Inc.
  • Caliber Consulting Services, LLC
  • Cape Fear Community College
  • Columbus State
  • DRWA
  • Elite CEU
  • Engineered Corrosion Solutions
  • FSSA
  • FireTech
  • General Air Products, Inc.
  • Jensen Hughes Academy
  • NFPA
  • NFSA
  • NHI
  • National Training Center, Inc.
  • NSPE - PE Institute
  • Safer Building Coalition
  • Society of American Military Engineers (SAME)
  • SFPE
  • Stark State College
  • SPP Pumps
  • TET
  • United Fire Systems

Program Development Supporters

  • BFPE
  • Bosch
  • DC
  • Dedicated Micros
  • ITA
  • Nat'l
  • NSCA
  • Panasonic
  • Pelco
  • PSA
  • Powell
  • Schneider Electric
  • Shermco
  • SIA
  • Testronics
  • Tyco
  • WES