소개
This skill provides a structured framework for migrating outdated Python 2 scientific scripts to modern Python 3 environments. It guides users through identifying deprecated syntax and libraries—such as cPickle, urllib2, and ConfigParser—and replacing them with their modern equivalents like pathlib and the current scientific stack. By emphasizing deep codebase analysis, rigorous syntax validation, and functional verification against raw data, it ensures that modernized scripts maintain mathematical integrity while adopting current best practices in dependency management and environment setup.