mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium Syndication Data
This commit is contained in:
parent
e8c9b33f2d
commit
79329aae66
13 changed files with 85 additions and 61 deletions
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
title: "On Writing Simple Scripts"
|
||||
date: 2022-05-19T20:40:19-04:00
|
||||
date: 2022-05-19 20:40:19-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 63c82315e4f5
|
||||
tags: []
|
||||
title: On Writing Simple Scripts
|
||||
---
|
||||
|
||||
I generally prefer a simpler solution to a problem if possible. This comes especially true with scripting. If I write a small script for something like say my website I generally have three requirements of the system:
|
||||
|
@ -33,5 +34,4 @@ So why Python?
|
|||
- Comes preinstalled on most Linux systems as they're often used in desktop environments
|
||||
- Currently has developer mindshare so others are apt to understand the scripts
|
||||
|
||||
Both those reasons are likely to make it so that my choice will change over time. Perl used to be the very popular choice for scripting...
|
||||
|
||||
Both those reasons are likely to make it so that my choice will change over time. Perl used to be the very popular choice for scripting...
|
Loading…
Add table
Add a link
Reference in a new issue