00:00:16.624,00:00:19.624 Matt Niznik: I don't follow PEP-8's 79 character rule; I use 120 :-D 00:01:43.885,00:01:46.885 Matt Niznik: 😀That's better 00:02:09.829,00:02:12.829 Heather Cronk: is there such a thing as one-off code? 00:13:26.851,00:13:29.851 Steven Miller: help(math.sin) workds 00:14:29.573,00:14:32.573 Greg Stumpf - NOAA Affiliate: I use Eclipse 00:14:50.257,00:14:53.257 Matt Niznik: PyCharm for me. I used to use that companies other IDEs for JavaScript and PHP. 00:15:53.248,00:15:56.248 Matt Niznik: The IntelliJ tools have a lot of great tools for Web Developers but it might be overkill for other purposes 00:15:54.300,00:15:57.300 Imme Ebert-Uphoff: I recently switched from pycharm to vscode because of free remote login support. 00:16:07.811,00:16:10.811 Steven Miller: what does it mean to have the vscode running? how do we set that up? 00:16:12.047,00:16:15.047 Imme Ebert-Uphoff: vs = visual studio 00:16:12.269,00:16:15.269 Heather Cronk: https://code.visualstudio.com/ 00:16:21.286,00:16:24.286 Heather Cronk: we will be covering VSCode in a couple of weeks 00:16:38.645,00:16:41.645 Imme Ebert-Uphoff: @Steve: It's an application - for running, editing, debugging. 00:16:51.392,00:16:54.392 Matt Niznik: (IntelliJ being PyCharm, WebStorm, PHPStorm, etc.) 00:20:46.182,00:20:49.182 Matt Niznik: from is very useful for things like datetime; otherwise you have to type things like datetime.datetime.now() 00:21:21.414,00:21:24.414 Alan Brammer - NOAA Affiliate: tons of tutorials do the import *. It's a good filter for a lazy tutorial 00:22:25.847,00:22:28.847 Matt Niznik: Great point. Another thing to consider is if you're specific with your imports, you're giving other people who read your code a much better idea of what you'll be using. Self-documenting in a sense. 00:24:01.530,00:24:04.530 Matt Niznik: There's a lot of import java.package.* in Java 😢 00:29:06.499,00:29:09.499 Jenny Hand: thanks! 00:29:08.011,00:29:11.011 Imme Ebert-Uphoff: THank you, CSEG team!