Phan Minh Triet

DTC Strategy — Gaming Industry

Applied AI & LLMs

LiveOps & Player Growth

Head of SEA @ Aghanim

SEA Business Development

Blog Post

Anyone Can Code Now: Python, VS Code, and the End of “I’m Not a Developer”

Python and modern AI coding environments have removed the technical barrier that once required years of training to code. What remains is not a syntax problem—it is a problem-definition problem: knowing what to build, why it matters, and how to verify it works.

I remember the first script I wrote that actually did something useful — it pulled data from a CSV file, cleaned it, and sent me a summary by email every Monday morning. It saved me two hours a week. I am not a developer by training. I wrote it with Python, VS Code, and a lot of help from Claude. If I can do it, so can you.

Why Python

Python is the most readable programming language ever created. Its syntax reads like English. A loop that processes every row in a spreadsheet looks almost like a sentence. This is why it became the world’s most popular language — not just among engineers but among scientists, analysts, marketers, and strategists who needed to automate things. You don’t need a computer science degree to understand a Python script. You need the ability to read carefully and think in steps. Most professionals already have both.

What Python lacks in raw speed it more than makes up for in libraries — pre-built packages for everything from spreadsheet manipulation to web scraping to machine learning. The community is enormous. Every error message you will ever encounter has already been solved on Stack Overflow. And now, with AI, even that step is shorter: paste the error into Claude and get an explanation in plain English within seconds.

VS Code: The IDE That Doesn’t Intimidate

Visual Studio Code is free, fast, and designed for humans. It is not the dense, plugin-heavy environment that developers of the 1990s suffered through. Open a file, write some code, run it. The interface is intuitive enough that most people are productive within an hour of installation.

The GitHub Copilot extension turns it into an AI pair programmer — as you type, it suggests the next line. You don’t have to accept every suggestion, but having a suggestion is far better than staring at a blank screen. Claude can explain any line of code in plain language. The combination works like this: you describe what you want to do, AI writes the first version, you test and refine. This is how modern coding works. The days of memorizing syntax and searching documentation for hours are over. That bottleneck no longer exists.

5 Things Non-Developers Can Build in a Weekend

The best way to learn coding is to build something you actually need. Here are five real projects that are achievable in a weekend with Python, VS Code, and an AI assistant:

(1) Automate a weekly report from a CSV or Excel file. Pull the data, calculate summaries, format the output, email it to yourself. Two hours of work that pays back two hours every week, indefinitely. (2) Build a script that watches a folder and renames files automatically. Useful for anyone who manages media, documents, or assets at scale. (3) Create a simple web scraper to track competitor prices. Know what your competitors charge without checking manually. (4) Write a bot that posts to Slack when something changes in your data. Alerts that require zero manual monitoring. (5) Build a personal dashboard that pulls data from your tools. Connect your analytics, your CRM, your project tracker — all in one place that you actually control.

None of these require a CS degree. All of them require curiosity and a willingness to try.

1
Install VS Code
Free at code.visualstudio.com. Add the Python extension and GitHub Copilot.
2
Install Python
python.org → Download. Run: python --version to confirm. Done.
3
Write your first script with AI
Open VS Code. Ask Claude: “Write a Python script that reads a CSV and prints the total of column X.” Copy. Run.
4
Break it. Fix it. Learn.
Change one line. See what breaks. Ask Claude to explain the error. This is how you actually learn.
5
Automate one real task
Pick the most boring part of your work week. Ask Claude how to automate it. Build it. Ship it.

The New Skill is Thinking, Not Typing

When AI writes your code, the bottleneck is no longer syntax — it is clarity of thought. Can you describe precisely what you want to happen, step by step? Can you break a problem down into logical pieces? Can you look at a result and say “this is right” or “this is wrong, and here’s why”? These are the real skills. They are skills that experienced professionals already have in abundance — they are just not used to applying them to code.

AI democratizes coding not by making it easier to type, but by removing the years of memorization that used to stand between thinking and building. A decade ago, the gap between having an idea and executing it required learning a discipline. Today, it requires the ability to communicate clearly — something most professionals already do every day.

❌ Before Python + AI
  • Manual Excel work for 2 hours every week
  • Copy-pasting data between tools
  • Paying a developer for small scripts
  • Waiting for IT to build reports
  • Feeling limited by the tools you have
✅ After Python + AI
  • Automated script runs in seconds
  • Data flows automatically between systems
  • Write it yourself in an afternoon
  • Reports generate on schedule
  • Build exactly what you need
You don’t need to memorize syntax. You need to think clearly. AI handles the “how to write it.” You handle the “what it should do.” This is the new division of labor between humans and machines.

Every professional who learns to code — even a little — gains a superpower: the ability to build the exact tool they need, not settle for the software someone else built. That is what AI has made possible for everyone.

The question is not “Can I code?” It is “What would I automate if I knew I could?” Start there. Then ask Claude how to build it.
http://trietphan.com
Do you like Triet Phan's articles? Follow on social!