Learn Python for free

  • 25 Sep, 2019

The course isn’t quite for total beginners as it assumes people have done a little programming in JavaScript or played around with the MIT-developed Scratch visual programming language aimed at kids.

But it could help beginners kick-start ambitions to build machine-learning apps, web applications, or automate processes on a desktop.

https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6

Related Posts

Setup Error on MAC - Watson Python SDK

  • 19 Apr, 2018

Today i got the following error when i install watson python sdk on my MAC: I use the command :  sudo pip install watson-developer-cloud The exception was: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 342, in run prefix=options.prefix\path, File "/Library/Python/2.7/site-packages/pip/req/req\set.py", line 778, in install requirement.uninstall(auto\confirm=True) File "/Library/Python/2.7/site-packages/pip/req/req\install.py", line 754, in uninstall paths\to\remove.remove(auto\confirm) File "/Library/Python/2.7/site-packa

Setup Error on MAC - Watson Python SDKRead More