this post was submitted on 30 Oct 2023
988 points (96.1% liked)

Programmer Humor

32000 readers
799 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 10 months ago (3 children)

You don't need a framework for PHP. That's the beauty of it, you don't need anything. You cannot build a website with Python without a framework.

[–] [email protected] 16 points 10 months ago

I know this answer is flippant and dickish, but:

python3 -m http.server 80
[–] [email protected] 5 points 10 months ago

You don't need a framework for either, but it makes working with both much easier!

[–] [email protected] 2 points 10 months ago (1 children)

Sure but don't cry when someone injects some js in your website or drops a table, because you didn't sanitize every input completely.