Comments on: Data Coding 101 – Intro To Bash – ep5 https://data36.com/variables-if-statements-while-loops-bash-data-science/ Learn Data Science the Hard Way! Mon, 10 Mar 2025 23:40:21 +0000 hourly 1 https://wordpress.org/?v=6.7.4 By: Tomi Mester https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-115186 Sun, 29 Dec 2019 16:17:51 +0000 https://data36.com/?p=914#comment-115186 In reply to Stefan.

hey Stefan — exactly, glad that you figured this out by yourself! : )
Cheers!

]]>
By: Stefan https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-112883 Sun, 15 Dec 2019 12:28:12 +0000 https://data36.com/?p=914#comment-112883 In reply to Stefan.

Oooops….I just found it with CTRL + INSERT and SHIFT + INSERT.

Sorry again !!!

Have a nice day!!!

]]>
By: Stefan https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-112881 Sun, 15 Dec 2019 12:17:28 +0000 https://data36.com/?p=914#comment-112881 Hello Tomi !

I have a question….
How can I copy /paste a text in mcedit ? I’m trying to copy the text for the while.sh in mcedit, the text with the while loop . I don’t know what keyboard keys I should use, it doesn’t work with CTRL +C/CTRL+V .

Thanks for any answer!!! Sorry to disturb you buy what I found on google did not work for me.

Have a nice day!

]]>
By: SQL for Data Analysis - Tutorial - ep6 - Some Advanced SQL stuff - Data36 https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-34655 Wed, 05 Sep 2018 14:43:36 +0000 https://data36.com/?p=914#comment-34655 […] you are familiar with if statements, it’s not too hard to understand what’s happening here: it categorizes the flights based on the […]

]]>
By: Data Coding 101 - 4 more command line tools: sed, awk, join, date https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-8441 Tue, 10 Oct 2017 15:28:44 +0000 https://data36.com/?p=914#comment-8441 […] Data Coding 101 – Intro to Bash ep#5 […]

]]>
By: Data Coding in Bash Best Practices & Shortcuts (with video) https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-7862 Mon, 02 Oct 2017 14:38:23 +0000 https://data36.com/?p=914#comment-7862 […] Today we went through some great tools to make your job in bash cleaner, faster and smarter. Next week I’ll show you two major control flow components of bash: the if command and the while loops. (And they are even more important, as we are gonna use the same logic later in Python and R as well!) Update: here’s the new episode! […]

]]>
By: Tomi Mester https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-3098 Wed, 05 Apr 2017 12:10:17 +0000 https://data36.com/?p=914#comment-3098 In reply to Elliott Miller.

hey Elliott,

thanks for the question!
“Using Bash to just making Python scripts” –» I guess you mean creating Python scripts, then automate them from the command line (eg. with crontab), or maybe call them from other scripts. Yes, it’s possible and I guess many people do that. Though I’d not suggest to limit yourself to Python. Sometimes SQL is better, sometimes bash is better, sometimes R is better for the given task… So I’d consider to learn all of them a bit, because – you know – if you have a hammer everything looks like a nail… but sometimes it’s better to have a screwdriver and a drilling machine as well! 😉

Cheers,
Tomi

]]>
By: Elliott Miller https://data36.com/variables-if-statements-while-loops-bash-data-science/#comment-3032 Tue, 04 Apr 2017 13:49:03 +0000 https://data36.com/?p=914#comment-3032 This is all super interesting and useful. I have a question though. How would you compare using bash to just making python scripts?

]]>