Python Anywhere with pythonanywhere - Simplified Python VPS hosting

sentdex · Intermediate ·💻 AI-Assisted Coding ·12y ago

Key Takeaways

Uses PythonAnywhere for simplified Python VPS hosting

Full Transcript

hey guys welcome to a uh quick video just showing off uh this website python anywhere.com if you visit that website uh this is their little landing page here uh they do have paid accounts but they also have free accounts so you can just sign up for their free account um and pretty much use everything the only thing they won't let you do with a free account is do outbound HTTP requests mostly probably because people would abuse it and do like Doses and stuff like that with them so uh that's probably why but anyway you can make a free account and it's super cool super easy and I'm going to show you guys some of the stuff that you can do with in there and just as a side note um not an affiliate or anything there's no affiliate link I'm just kind of showing it off they're not paying me to do this or anything like that uh I just think it's a really cool website um so anyway uh when you log in you look something like this you Pro if you didn't buy an account you don't have as many seconds as I do um but anyway uh so when you get there you have something that looks like this you've got files you got consoles that you can run and so it's a lot like having it is your own pretty much VPS right so you but it comes with just everything python so if you you know are following the Amazon web services tutorial video and you're probably all pretty much all my subscribers just are all about python right so I'm assuming that a lot of people watching this are that's what they're interested in anyway so um I think it's definitely a good good website to show off real quick so they've got everything python here they've got 2726 33 and they've also got the I python Pi pie and then also you also have like you know your typical bash right so your you know typical command line where you can do all kinds of fun stuff and uh there's not too much here but there's a few things um so you have that but also what makes it nice is if you are looking for a place to run you know your Python scripts kind of like in the cloud so to speak uh you can do that with this website and so like for example I'll go to my my files tab and I have this test.py script so we'll click on this and here it is just a sample script of um my API one minute I'll have to authorize this off token though all right so I got the uh o and that'll so it'll at least work um so it's just this the script here is just something that accesses my uh sentiment API on sent deex uh and it'll feed through like this text here so I'm super excited to use this awesome sentiment analysis API anyway anyway so now you know we could do anything we wanted like adding you know like bar two for example and you can edit the script uh so we can say this is 56 right and you can either just save the script or you can hit save and run and it's going to run the script for you so now it's running it's returning a four since it was somewhat positive uh text there but the best thing is you didn't have to do any of that stuff I showed you with AWS anymore so we can close out of this it's still running we can go to dashboard and here is test Pi still running we can click on it probably see more for than were there before right so now it's you know halfway through the page a little bit further and so we can go back to our dashboard and we can even log out so now we've completely logged out we'll wait a few seconds here and maybe I'll pause it I'll pause it and let a few more so you'll see when it's a full screen of fours all right it's probably all set so I'm going to log in and so you can see our stuff is still running if I open this up here um indeed we have more than a full full page of fours I'm going to go ahead and interrupt this so stop spamming myh website uh come back to dashboard here and uh well come over here and even though you know we interrupted it uh we still want to kill it uh so we'll hit kill that sounds horrible um so you can do that the other really neat thing that you can do one obviously it's like your scripts are everywhere right so you just need a web browser and you can visit your scripts uh but the other thing you can do is actually share the consoles with somebody else so as you code in one console someone one else can view what you're coding in that console at the same time um so obviously like that's really cool so if you wanted to like you know collaborate with somebody you can share the console and um kind of see what everybody's doing so that's actually uh pretty pretty darn impressive actually even just like the web you know python consoles is pretty cool so um those are just some Basics it also has obviously my SQL I'm wondering if I can get a list of all of the uh I've seen it like before Here It Go batteries included I think yeah and so this has all like everything for python 27 that it's got installed here it's got everything uh 26 that it's got and then it's got a list of python 33 stuff that it already has um so one of the nice things about like all of this is you can use all of these uh things that are just pre-installed like scon and all that stuff and it's already pre-installed it's going to work right uh so sometimes installing various things can be very tedious and annoying but you don't have to worry about that here because everything is done for you including you know Django and all that stuff too so really cool website a lot of stuff that you can do with this um it's not too bad pricing wise though the account that I currently have is like $5 a month or something and you can already do a lot the reason why I maxed out my seconds this time is I I ran a uh the Twitter Twitter feed through it just for a little bit cuz I was just trying to gauge how many seconds it would use and that was uh it used quite a few seconds to say the least I ran it for a few hours but anyway um neat website definitely check them out um again I'm not not an affiliate or anything like that I just really like the website I think it's a good idea and uh it's pretty neat uh so far all my interactions with them have been pretty good and the stuff that I see them posting about and stuff it seems like they're really on on top of it um so that's pretty neat uh they've got pretty good reliability they're improving the reliability now now um so I haven't really been with them long enough to give a good estimate of as far as their uptime but you can check various websites you might even be able to find something on their forms they're pretty transparent about everything that's going on so uh definitely a cool website regardless of what you plan to do with it even if you just want to use the free account and be able to code python wherever you go uh definitely something to look into so anyway hopefully you guys uh found that interesting as always thanks for watching thanks for the support the subscriptions and until what

Original Description

Pythonanywhere.com is a great solution for python developers either looking to push computing to the cloud for themselves, or for developers looking to host their webapp. Python Anywhere comes with py2.6, py2.7, py 3.3, IPython, PyPy, and a TON of pre-installed modules. Playlist: https://www.youtube.com/playlist?list=PLQVvvaa0QuDerJ6zgyBIsJZMk8w4hZb1A I am not affiliated with python anywhere, I just happen to like what they are doing!
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from sentdex · sentdex · 0 of 60

← Previous Next →
1 Matplotlib Python Tutorial Part 1: Basics and your first Graph!
Matplotlib Python Tutorial Part 1: Basics and your first Graph!
sentdex
2 Python Encryption Tutorial with PyCrypto
Python Encryption Tutorial with PyCrypto
sentdex
3 Python's Logging Function
Python's Logging Function
sentdex
4 wxPython Tutorials 1: Making Windows GUIs with Python : Installing + 1st window!
wxPython Tutorials 1: Making Windows GUIs with Python : Installing + 1st window!
sentdex
5 wxPython Tutorials 2: Making Windows GUIs with Python: Customizing Window Parameters
wxPython Tutorials 2: Making Windows GUIs with Python: Customizing Window Parameters
sentdex
6 wxPython Programming Tutorial 3: Menu Bar and Menu Button
wxPython Programming Tutorial 3: Menu Bar and Menu Button
sentdex
7 wxPython Programming Tutorial 4: Panels
wxPython Programming Tutorial 4: Panels
sentdex
8 wxPython Programming Tutorial 5: User Input Saved To Variables
wxPython Programming Tutorial 5: User Input Saved To Variables
sentdex
9 wxPython Programming Tutorial 6: Multiple Choice Input
wxPython Programming Tutorial 6: Multiple Choice Input
sentdex
10 wxPython Programming Tutorial 7: Adding Static Text and Colors
wxPython Programming Tutorial 7: Adding Static Text and Colors
sentdex
11 wxPython Programming Tutorial 8: Custom Button Images
wxPython Programming Tutorial 8: Custom Button Images
sentdex
12 wxPython Programming Tutorial 9: Tool Bar Items and Sub Menus!
wxPython Programming Tutorial 9: Tool Bar Items and Sub Menus!
sentdex
13 Basic PHP Tutorial 13: Multi-dimensional Array
Basic PHP Tutorial 13: Multi-dimensional Array
sentdex
14 Basic PHP Tutorial 15: Functions and Global Variables
Basic PHP Tutorial 15: Functions and Global Variables
sentdex
15 Basic PHP Tutorial 12: Associative Array
Basic PHP Tutorial 12: Associative Array
sentdex
16 Basic PHP Tutorial 14: Foreach loop
Basic PHP Tutorial 14: Foreach loop
sentdex
17 Basic PHP Tutorial 16: Include and Require
Basic PHP Tutorial 16: Include and Require
sentdex
18 Basic PHP Tutorial 7: Assignment, comparison and Logical operators
Basic PHP Tutorial 7: Assignment, comparison and Logical operators
sentdex
19 Basic PHP Tutorial 4: Variables and Comments
Basic PHP Tutorial 4: Variables and Comments
sentdex
20 Basic PHP Tutorial 11: Arrays part 1, basic array
Basic PHP Tutorial 11: Arrays part 1, basic array
sentdex
21 Basic PHP Tutorial 6: If else and else if conditionals cont'd
Basic PHP Tutorial 6: If else and else if conditionals cont'd
sentdex
22 Basic PHP Tutorial 1: Intro to PHP
Basic PHP Tutorial 1: Intro to PHP
sentdex
23 Basic PHP Tutorial 3: HTML with PHP
Basic PHP Tutorial 3: HTML with PHP
sentdex
24 Basic PHP Tutorial 9: While Loop
Basic PHP Tutorial 9: While Loop
sentdex
25 Basic PHP Tutorial 10: Switch Statement
Basic PHP Tutorial 10: Switch Statement
sentdex
26 Basic PHP Tutorial 2: Print and Echo
Basic PHP Tutorial 2: Print and Echo
sentdex
27 Basic PHP Tutorial 5: If else and else if conditional statements
Basic PHP Tutorial 5: If else and else if conditional statements
sentdex
28 Basic PHP Tutorial 8: Arithmatic Operators: Doing math with php
Basic PHP Tutorial 8: Arithmatic Operators: Doing math with php
sentdex
29 Basic PHP Tutorial 17: User Input Form Example / String Manipulation
Basic PHP Tutorial 17: User Input Form Example / String Manipulation
sentdex
30 Basic PHP Tutorial 18: HTML Entities and forms cont'd
Basic PHP Tutorial 18: HTML Entities and forms cont'd
sentdex
31 Basic PHP Tutorial 19: Finding words in strings
Basic PHP Tutorial 19: Finding words in strings
sentdex
32 Basic PHP Programming Tutorial 20: Saving to a File / writing and appending
Basic PHP Programming Tutorial 20: Saving to a File / writing and appending
sentdex
33 Basic PHP Programming Tutorial 22: Hashing part 2: salting
Basic PHP Programming Tutorial 22: Hashing part 2: salting
sentdex
34 Basic PHP Programming Tutorial 23: Variables in Strings and tokenizing
Basic PHP Programming Tutorial 23: Variables in Strings and tokenizing
sentdex
35 Basic PHP Programming Tutorial 21: MD5 Hashing For Security
Basic PHP Programming Tutorial 21: MD5 Hashing For Security
sentdex
36 Basic PHP Programming Tutorial 24: String similarity
Basic PHP Programming Tutorial 24: String similarity
sentdex
37 Basic PHP Programming Tutorial 25: Time and Time stamps
Basic PHP Programming Tutorial 25: Time and Time stamps
sentdex
38 Basic PHP Programming Tutorial 26: Die and Exit
Basic PHP Programming Tutorial 26: Die and Exit
sentdex
39 Basic PHP Programming Tutorial 27: MySQL Databases Part 1
Basic PHP Programming Tutorial 27: MySQL Databases Part 1
sentdex
40 Basic PHP Programming Tutorial 28: MySQL Database Part 2: Reading From Database
Basic PHP Programming Tutorial 28: MySQL Database Part 2: Reading From Database
sentdex
41 Basic PHP Programming Tutorial 29: MySQL Database Part 3: Inputting Data
Basic PHP Programming Tutorial 29: MySQL Database Part 3: Inputting Data
sentdex
42 Basic PHP Programming Tutorial 30: MySQL database in Use
Basic PHP Programming Tutorial 30: MySQL database in Use
sentdex
43 Django Tutorial Web Development with Python Part 1: Installing Django
Django Tutorial Web Development with Python Part 1: Installing Django
sentdex
44 Python Tutorial: File Deletion and Folder Deletion / directory deletion
Python Tutorial: File Deletion and Folder Deletion / directory deletion
sentdex
45 Python Tutorial: How to Rename Files and Move Files with Python
Python Tutorial: How to Rename Files and Move Files with Python
sentdex
46 3D Graphs in Matplotlib for Python: Basic 3D Line
3D Graphs in Matplotlib for Python: Basic 3D Line
sentdex
47 3D Plotting in Matplotlib for Python: 3D Scatter Plot
3D Plotting in Matplotlib for Python: 3D Scatter Plot
sentdex
48 3D Charts in Matplotlib for Python: Multiple datasets scatter plot
3D Charts in Matplotlib for Python: Multiple datasets scatter plot
sentdex
49 Sikuli Tutorial 1: Visually programming in python!
Sikuli Tutorial 1: Visually programming in python!
sentdex
50 Sikuli Tutorial 2: Program visually in python!
Sikuli Tutorial 2: Program visually in python!
sentdex
51 Sikuli Tutorial 3: Program visually in python!
Sikuli Tutorial 3: Program visually in python!
sentdex
52 3D Bar Charts in Python and Matplotlib
3D Bar Charts in Python and Matplotlib
sentdex
53 3D Plane wire frame Graph Chart in Python
3D Plane wire frame Graph Chart in Python
sentdex
54 Raspberry Pi Part 1 Introduction
Raspberry Pi Part 1 Introduction
sentdex
55 Raspberry Pi Part 8: First Download and Update! (Firmware)
Raspberry Pi Part 8: First Download and Update! (Firmware)
sentdex
56 Raspberry Pi Part 10: How to set up a Linux Web Server on your Pi
Raspberry Pi Part 10: How to set up a Linux Web Server on your Pi
sentdex
57 Raspberry Pi Part 11: Remote Desktop
Raspberry Pi Part 11: Remote Desktop
sentdex
58 Twitter Analysis: How to rank a user's influence
Twitter Analysis: How to rank a user's influence
sentdex
59 GPIO Tutorial for Pi Part 2 - Programming the GPIO
GPIO Tutorial for Pi Part 2 - Programming the GPIO
sentdex
60 GPIO Tutorial for Raspberry Pi Part 1 - Setting up
GPIO Tutorial for Raspberry Pi Part 1 - Setting up
sentdex

Related Reads

📰
Can AI Badger Reduce Local Coding Agent Token Usage?
Learn how AI Badger can reduce local coding agent token usage by 32.1% and runtime by 54.5% through compact handoff and compression
Dev.to AI
📰
Devin, the "First AI Software Engineer," Failed 86% of Its Benchmark Tasks, and Then What
Devin, an AI software engineer, failed 86% of benchmark tasks, highlighting limitations of AI in replacing human engineers
Dev.to · Alex @ Vibe Agent Making
📰
How I Built Captrix AI with Codex and TestSprite
Learn how to build a browser-based AI tool like Captrix AI using Codex and TestSprite
Dev.to · ayush002jha
📰
The Collapse of ‘Who Understands, Who Maintains’ — A Software Landscape in the AI Age
The increasing complexity of code due to AI is outpacing human understanding, leading to a collapse of the 'who understands, who maintains' principle in software development
Medium · Programming
Up next
How to Start a SaaS Business in 2026
Learn With Shopify
Watch →