From the course: AWS for Developers: S3

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up an basic Python script

Setting up an basic Python script - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: S3

Start my 1-month free trial

Setting up an basic Python script

- We're now going to start our code journey, with Amazon S3 using Python. And set up our project on script. Now one thing that I want to note is that the script is the most important part. You don't need a full blown project but I'm going to do that because it helps me stay organized. And I tend to do this with all of my Python development. Again if you just want to do the script, you're totally fine doing that. And we'll get to the point which the script is there. But for now let's create our project. So I'm going to start using PyCharm. And I'm going to create a new project. The project that I'm going to create is a Pure Python project. I'm going to store this in the location where I keep code on my system all the time. It's in my code directory and I have one made for this course. So that's where I'm going to create it. And I'm going to name this. Pys3. So this new project will be stored in my local code…

Contents