Consuming HTTP Services in Python Transcripts
Chapter: Welcome to the course
Lecture: Get the source code for the course
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Finally, we are going to write a lot of code in this course.
0:03
Well, I am going to write a lot of code in this course, and hopefully you follow along,
0:07
it would be great when you see me doing these demos, for you to say
0:10
okay, I am going to take basically the idea that I saw Michael do there,
0:13
and I am going to write that,
0:17
all of the APIs in fact that we are working with are public and out in the open.
0:20
So, even the ones where we have to modify data are publicly accessible,
0:23
I've created some special ones for this course,
0:26
so you should be able to write the code and follow along in examples.
0:30
So I strongly encourage you to have your own little projects,
0:34
your own set of Python apps that is more or less replicating what I am doing here,
0:39
but I do have the source code of exactly what I typed
0:43
on the screen available to you here at github,
0:46
it's consuming_services_python_demos on my github account,
0:50
and I encourage you right now to go star and/ or fork that repository
0:55
so you have it as part of your record.