Jump to content

Main public logs

Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:13, 11 December 2025 PC talk contribs created page Python Giving Dollars — How I Built Multiple Income Streams With Code (Created page with "650px 1. My First Dollar With Python I started with tiny automation projects. I wrote Python scripts to handle boring office work, like renaming invoices and sorting Excel sheets. That’s when I earned my first $10 for 30 minutes of coding. <pre> import os folder = "invoices/" for i, file in enumerate(os.listdir(folder)): ext = file.split(".")[-1] new_name = f"invoice_{i+1}.{ext}" os.rename(os.path.join(folder,...")