1 00:00:00,000 --> 00:00:02,550 Hello and welcome to Python for Everybody. 2 00:00:02,780 --> 00:00:05,870 First and foremost, thank you for taking my course, 3 00:00:05,880 --> 00:00:08,810 I appreciate that. There are other Python courses out there, 4 00:00:08,820 --> 00:00:11,360 and you've decided to take a chance on my course, 5 00:00:11,370 --> 00:00:13,280 and I just want to say I appreciate that. 6 00:00:13,290 --> 00:00:16,570 With that said, I have a couple of rules that can help you 7 00:00:16,579 --> 00:00:17,680 ask questions better, 8 00:00:17,690 --> 00:00:20,110 and the reason I'm bringing this up is because if you ask 9 00:00:20,120 --> 00:00:23,740 a question, I want to give you a good answer in a timely 10 00:00:23,770 --> 00:00:28,360 manner. So the first rule is, please write your questions 11 00:00:28,370 --> 00:00:31,230 clearly. So ask what your question is, 12 00:00:31,240 --> 00:00:35,000 but if it's about a certain problem, make sure you describe 13 00:00:35,010 --> 00:00:37,250 what that problem is, or if it's about a certain piece of 14 00:00:37,250 --> 00:00:40,000 code, make sure you reference what that certain code is. 15 00:00:40,000 --> 00:00:43,700 The second rule is, if you are going to share code, please 16 00:00:43,800 --> 00:00:45,320 make sure that the code is formatted. 17 00:00:45,330 --> 00:00:48,320 If you format it, then I can simply copy and paste it into 18 00:00:48,330 --> 00:00:51,500 my command line or into a Python file, and I can run it very, 19 00:00:51,500 --> 00:00:54,000 very quickly and get you an answer very, very quickly. 20 00:00:54,000 --> 00:00:57,750 You can use a service like 'PasteBin', or if the comments 21 00:00:57,750 --> 00:01:01,500 down below allow you to, you can also use code formatting in there. 22 00:01:01,580 --> 00:01:04,250 The third rule that I would like to put out there, and it's 23 00:01:04,260 --> 00:01:05,269 actually not really a rule, 24 00:01:05,280 --> 00:01:06,200 it's more of a guideline, 25 00:01:06,209 --> 00:01:09,140 but the third one is always provide your version of Python 26 00:01:09,350 --> 00:01:12,920 Python, every new version of Python comes with new features, 27 00:01:12,980 --> 00:01:15,890 and so if you're trying to use a feature on an older version 28 00:01:15,900 --> 00:01:18,560 of Python, it helps me to know which version you're using. 29 00:01:18,570 --> 00:01:21,110 And if you don't know, you can always open up your command 30 00:01:21,120 --> 00:01:24,950 line and you can type 'python -V', and it will tell you something 31 00:01:24,960 --> 00:01:27,040 like 3.7.2 32 00:01:27,050 --> 00:01:30,160 So if you could please provide your version of Python as 33 00:01:30,170 --> 00:01:32,530 well, that just helps me with debugging a little faster. 34 00:01:32,540 --> 00:01:36,330 And last but not least, if you're asking a question about 35 00:01:36,340 --> 00:01:39,810 a particular video or something you saw in a video, if you 36 00:01:39,820 --> 00:01:42,450 could please tell me which video you're referencing and which 37 00:01:42,460 --> 00:01:44,190 time you're referring to in that video. 38 00:01:44,460 --> 00:01:47,340 I have a few videos that are upwards to 15 minutes long, 39 00:01:47,350 --> 00:01:51,550 so if you're talking about a particular video, like Introduction 40 00:01:51,560 --> 00:01:55,590 to classes and it's like 4 minutes and 15 seconds in, 41 00:01:55,600 --> 00:01:58,350 just let me know that it's in the 'Classes' video, and it's 42 00:01:58,360 --> 00:01:59,880 4 minutes and 15 seconds in. 43 00:02:00,000 --> 00:02:02,700 That helps me jump to that video, and I can 44 00:02:02,700 --> 00:02:04,500 see exactly what you're talking about. 45 00:02:04,580 --> 00:02:08,270 I have over 1500 videos made, I think now in my teaching 46 00:02:08,270 --> 00:02:11,400 career, and so it's actually really hard for me to keep track of all of these, 47 00:02:11,460 --> 00:02:14,810 so if you could just sort of help me out with that, that 48 00:02:14,820 --> 00:02:19,000 will help me provide a good answer to you in a timely manner, 49 00:02:19,010 --> 00:02:20,050 which is what I aim to do. 50 00:02:20,050 --> 00:02:23,300 I want to help you learn Python effectively, and efficiently, 51 00:02:23,340 --> 00:02:25,260 and this is going to help me do that. 52 00:02:25,270 --> 00:02:26,460 Thank you so much, 53 00:02:26,460 --> 00:02:30,300 and I look forward to helping you learn Python.