Python Programming PyInstaller Package creation, Debugger ( Day 10 )

Опубликовано: 18 Июнь 2020
на канале: hariharan veerappan
34
0

Session provides basics of python application packaging techniques using pyinstaller. It briefs about demonstration of creating a package in different formats like a single executable file and a directory with all the executables and libraries. This also present the module loading process with various python file extensions like pyc ( python compiled binary file ) and pyo ( python optimized file ). This session also presents the brief information about the python debugger with various options like step into, step over, evaluate the variables and analyzing the complete program flow.