<a href="https://www.mooc-list.com/tags/python" rel="nofollow">https://www.mooc-list.com/tags/python</a> has a list.<p>Do you mean Udacity rather than Audacity?<p>Personally, I would read the reference manual, the library manual (a MUST), write some programs, and read some other people's programs. Python is a simple language.<p>Reading other people's programs is a good way to apprentice when learning a new language. The <i>Python Cookbook</i>(s) and the 3rd edition of <i>Python in a Nutshell</i> make good reading.<p>Python comes in two variations these days: Python2 and Python3. Python3 would be the best choice for a new learner.
<a href="http://docs.python-guide.org/en/latest/" rel="nofollow">http://docs.python-guide.org/en/latest/</a>
<a href="https://learnxinyminutes.com/docs/python/" rel="nofollow">https://learnxinyminutes.com/docs/python/</a> and also check out the Ready for more? section.
Check out Real Python (<a href="https://realpython.com" rel="nofollow">https://realpython.com</a>), if you're looking to learn the syntax and then move into web development.