1 00:00:01,190 --> 00:00:03,170 - [Paul] As you work your way through these videos 2 00:00:03,170 --> 00:00:05,880 there are a number of different ways that you can get 3 00:00:05,880 --> 00:00:08,510 any questions you have answered. 4 00:00:08,510 --> 00:00:12,740 Now there are several online Python and general programming 5 00:00:12,740 --> 00:00:15,720 forums that are particularly useful to, 6 00:00:15,720 --> 00:00:19,720 not only Python developers but just developers in general. 7 00:00:19,720 --> 00:00:24,570 Python-forum.io is a Python specific online forum. 8 00:00:24,570 --> 00:00:29,500 StackOverflow.com is a general programming forum 9 00:00:29,500 --> 00:00:32,840 where people ask questions on all sorts of different 10 00:00:32,840 --> 00:00:37,040 topics and there is a Python sub-category within the 11 00:00:37,040 --> 00:00:38,730 StackOverflow website. 12 00:00:38,730 --> 00:00:42,030 There are also Data Science and Artificial Intelligence 13 00:00:42,030 --> 00:00:46,560 and other more specific sub-forums within StackOverflow 14 00:00:46,560 --> 00:00:49,020 on many of the topics that we will discuss 15 00:00:49,020 --> 00:00:51,610 throughout our videos and books. 16 00:00:51,610 --> 00:00:54,630 And another one that you might find handy 17 00:00:54,630 --> 00:00:56,710 is at dreamingcode.net, 18 00:00:56,710 --> 00:01:00,260 they also have a Python specific forum. 19 00:01:00,260 --> 00:01:04,750 Now most of the different libraries that you're going to use 20 00:01:04,750 --> 00:01:09,750 throughout our videos and books are managed and maintained 21 00:01:10,170 --> 00:01:15,170 on github.com and you're going to find on GitHub 22 00:01:16,160 --> 00:01:20,270 for most of those that there is an Issues tab. 23 00:01:20,270 --> 00:01:24,530 And this is were people will not only post any problems 24 00:01:24,530 --> 00:01:27,500 that they encounter while using a given library, 25 00:01:27,500 --> 00:01:31,770 but often that's a good place to ask questions about that 26 00:01:31,770 --> 00:01:33,630 specific library as well. 27 00:01:33,630 --> 00:01:36,530 And of course at any point if you have questions 28 00:01:36,530 --> 00:01:39,510 that you can't find the answers to you are welcome to 29 00:01:39,510 --> 00:01:43,707 email me at my email address paul.deitel@deitel.com. 30 00:01:45,460 --> 00:01:47,270 We hope you enjoy these videos 31 00:01:47,270 --> 00:01:49,453 and good luck in your Python programming.