You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated the code to make it more in line with the latest Python 3 standards, making it easier to read and more secure. I've streamlined a few things, taken advantage of newer Python features, and dropped any old Python 2 stuff that's no longer needed. But just to keep things from getting too complicated, I've had to simplify or not dive deep into some of the original features:
The updated code is neatly organized and built with a focus on making it modular, secure, and easy to keep up-to-date. But, I've left out the nitty-gritty on how to spot when USBs are plugged in or taken out because that can change a lot depending on what computer or system you're using, and what you specifically need it to do. You'll need to add in the right bits of code or use specific tools that work for your setup to keep an eye on USB activity.
This redo is all about using Python 3, aiming to make the code clean, secure (especially with how it runs other programs), and simple to manage. You might need to tweak it here and there to make sure it fits just right with what you need and follows any specific security rules you have to stick to.
Cheers,
Michael Mendy
The text was updated successfully, but these errors were encountered:
Montana
changed the title
2024 PEP standards.
Python 3 Features and Security Improvements
Mar 1, 2024
Hey all,
I've updated the code to make it more in line with the latest Python 3 standards, making it easier to read and more secure. I've streamlined a few things, taken advantage of newer Python features, and dropped any old Python 2 stuff that's no longer needed. But just to keep things from getting too complicated, I've had to simplify or not dive deep into some of the original features:
The updated code is neatly organized and built with a focus on making it modular, secure, and easy to keep up-to-date. But, I've left out the nitty-gritty on how to spot when USBs are plugged in or taken out because that can change a lot depending on what computer or system you're using, and what you specifically need it to do. You'll need to add in the right bits of code or use specific tools that work for your setup to keep an eye on USB activity.
This redo is all about using Python 3, aiming to make the code clean, secure (especially with how it runs other programs), and simple to manage. You might need to tweak it here and there to make sure it fits just right with what you need and follows any specific security rules you have to stick to.
Cheers,
Michael Mendy
The text was updated successfully, but these errors were encountered: