this post was submitted on 30 Oct 2023
1007 points (96.2% liked)

Programmer Humor

31791 readers
28 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 9 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] 17 points 9 months ago

I know this answer is flippant and dickish, but:

python3 -m http.server 80
[–] [email protected] 6 points 9 months ago

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

[–] [email protected] 3 points 9 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.