Tuesday, October 3, 2017

Getting Started

Welcome to my blog! 

      Hello new readers, coding in the cloud is becoming more and more popular.  For this blog I will be creating a website, show how to use python in the cloud and discover the many features of cloud computing using the site python anywhere.  Let's get started!

Console

Python Anywhere allows you to open a console and start coding right away.  The site recommended that I use Python 3.5.  The console tab:   *PLEASE CLICK ON THE PICTURES TO ENLARGE THEM :)


By clicking on python 3.5 a new console opens up.  Here's a quick example to see how it works:


Creating a Web App

The web tab lets you create a new web app using a few different platforms.  Today I chose to use Django, but I will be using each and seeing the differences(if any) later in the blog.  The web tab displays all the info about your application including the traffic its receiving:


I know have a Django web application hosted on the cloud! The url for this site is jpernick.pythonanywhere.com, but you can choose any domain name you want. It gives you a nice welcome message:


That's all for today, thank you for reading! Please comment with any topics you would like to read about in the future!

-Joe

No comments:

Post a Comment