Get AI summaries of any video or article — Sign up free

Python Scripting — Topic Summaries

AI-powered summaries of 4 videos about Python Scripting.

4 summaries

No matches found.

Python Tutorial: if __name__ == '__main__'

Corey Schafer · 2 min read

The line `if __name__ == '__main__':` is a gatekeeper in Python that decides whether a file is being executed directly or merely imported, letting...

__name__ variableMain GuardModule Import

Python Tutorial: Automate Parsing and Renaming of Multiple Files

Corey Schafer · 2 min read

A practical Python script can fix messy, alphabetically sorted video filenames by renaming hundreds of files so they play in the intended numeric...

File RenamingPython ScriptingString Parsing

how to NOT be a hacking noob in 2022 // ft. John Hammond

NetworkChuck · 3 min read

Cybersecurity career advice boils down to a simple, repeatable path: build real hands-on skill through Linux and Python, grind through CTFs and...

Linux FundamentalsPython ScriptingCapture The Flag

Python Tutorial: Write a Script to Monitor a Website, Send Alert Emails, and Reboot Servers

Corey Schafer · 2 min read

A practical Python watchdog can keep a personal website online by checking for failures, emailing an alert, and automatically rebooting the hosting...

Website MonitoringPython ScriptingSMTP Email Alerts