Skip to content

PacktPublishing/Python-Essentials-for-AWS-Cloud-Developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Essentials for AWS Cloud Developers

This is the code repository for Python Essentials for AWS Cloud Developers, published by Packt.

Run and deploy cloud-based Python applications using AWS

What is this book about?

This book covers the following exciting features:

  • Understand the fundamentals of AWS services for Python programming
  • Find out how to configure AWS services to build Python applications
  • Run and deploy Python applications using Lambda, EC2, and Elastic Beanstalk
  • Provision EC2 servers on AWS and run Python applications
  • Debug and monitor Python applications using PyCharm and CloudWatch
  • Understand database operations on AWS by learning about DynamoDB and RDS
  • Explore the API gateway service on AWS using Python to grasp API programming

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into files. For example, S3Reader.py.

The code will look like the following:

from flask import Flask
app = Flask(__name__)

@app.route('/')

Following is what you need for this book: This book is for cloud developers, software developers, and IT specialists who want to develop Python applications on AWS as well as learn the concepts underlying AWS services for implementing the applications. Experience in Python programming is needed to be able to implement the applications on AWS.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Software/hardware covered in the book OS required
Python Windows, macOS, or Linux
Amazon Web Services (AWS)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Serkan Sakinmaz is a data architect and engineer who lives in Germany. He is currently giving consultancy on the data and cloud area to the key companies in Europe. He has also been giving big data training to the students as well as professionals who want to learn about cloud technologies. He has more than 15 years' experience in programming and more than 8 years' experience in the cloud area. He likes to share what he knows and experiences in the sector, gives seminars, write blogs and defines the future of architecture for key companies. In this book, Serkan will share his experiences. When he is not working, he mostly spends his time with his family, go running, playing table tennis and football.

About

Python Essentials for AWS Cloud Developers, published by Packt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages