Python Scripting — Topic Summaries
AI-powered summaries of 4 videos about Python Scripting.
4 summaries
No matches found.
Python Tutorial: if __name__ == '__main__'
The line `if __name__ == '__main__':` is a gatekeeper in Python that decides whether a file is being executed directly or merely imported, letting...
Python Tutorial: Automate Parsing and Renaming of Multiple Files
A practical Python script can fix messy, alphabetically sorted video filenames by renaming hundreds of files so they play in the intended numeric...
how to NOT be a hacking noob in 2022 // ft. John Hammond
Cybersecurity career advice boils down to a simple, repeatable path: build real hands-on skill through Linux and Python, grind through CTFs and...
Python Tutorial: Write a Script to Monitor a Website, Send Alert Emails, and Reboot Servers
A practical Python watchdog can keep a personal website online by checking for failures, emailing an alert, and automatically rebooting the hosting...