Easy Flask App Deployment with PythonAnywhere | Beginner's Step-by-Step Guide

  Рет қаралды 8,358

Code with Josh

Code with Josh

Күн бұрын

Пікірлер: 35
@codewithjoshoffical
@codewithjoshoffical 7 ай бұрын
👉 Join my Python Newsletter ~ www.thenerdnook.io 👉Join our Discord Community ~ discord.gg/dvrcpXSwyc 👉Get my Python Courses, Free ~ zerotoknowing.gumroad.com
@ultimatesound8515
@ultimatesound8515 9 ай бұрын
Good stuff bro ✌🏼
@codewithjoshoffical
@codewithjoshoffical 9 ай бұрын
Glad you got value!
@JacoBluezz
@JacoBluezz 9 ай бұрын
Hey I appreciate all the content you're putting out, there's not enough hours in the day to catch up lol I've never deployed a python app, but I've used other cloud services to deploy react apps. Have you ever deployed with azure or aws and would that be possible for a future video?
@codewithjoshoffical
@codewithjoshoffical 9 ай бұрын
Thank you! Definitely something I can look into!
@jaysonreyes3169
@jaysonreyes3169 9 ай бұрын
Thank you for all the content, Josh! Really appreciate it…
@jerodrumney2123
@jerodrumney2123 12 күн бұрын
Thank you for this! The only thing is that I'm new to programming and I didn't make a requirements file. When you mentioned that we should have it, after already importing the clone from github, I had to scramble to find out what to do. Other than that, this helped me a lot. Thank you!
@codewithjoshoffical
@codewithjoshoffical 12 күн бұрын
Learning new things on the go 😉. I’m glad you got value!
@jerodrumney2123
@jerodrumney2123 11 күн бұрын
​@@codewithjoshoffical Thank you! Yeah haha, I think just jumping into things is the best way I learn. This is my first real world application of using python after my first class!
@Pinkman3000
@Pinkman3000 3 ай бұрын
Great series bro! Thank you 😎
@codewithjoshoffical
@codewithjoshoffical 3 ай бұрын
Absolutely 💯. Thanks for being here!
@cirodirosa6752
@cirodirosa6752 8 ай бұрын
thank you!.. .. i'm new and this worked fantastically!
@codewithjoshoffical
@codewithjoshoffical 8 ай бұрын
I’m glad you found it helpful!
@oliviergm7808
@oliviergm7808 8 ай бұрын
does it work for an app that has to constantly storage files in a 'output/' folder?, it gives me an internal error every time i do the request for that, any solution?
@SteventheFitNomad
@SteventheFitNomad 2 ай бұрын
Hey Josh, one quick question. What would be the best way to deploy a simple web app where I simply collect information from people (name, email, phone) and store it in a database where I can later on export the file in CSV format?
@codewithjoshoffical
@codewithjoshoffical 2 ай бұрын
Hey there! So two options come to mind. One is PythonAywhere, this is free but if you want your own custom domain then it's $5, Then you have heroic which starts at $5. Heroku is better in my opinion but for free and the type of app you are talking about PythonAywhere will do the trick for a free 3 months.
@diegopassosdossantos5964
@diegopassosdossantos5964 5 ай бұрын
Great content!
@codewithjoshoffical
@codewithjoshoffical 5 ай бұрын
Thanks! Glad you’re enjoying it, sub for more if you’re not already 😉
@JSreelakshmi-l2t
@JSreelakshmi-l2t Ай бұрын
hey bro im getting disk issue while installing requirements.txt ... is there any other way to compress my code and deploy it like zip ?
@abdullahmehmood-zu5xo
@abdullahmehmood-zu5xo Ай бұрын
Sir This is error : ModuleNotFoundError: No module named 'flask_app' how can I fix it please reply
@kimollivier
@kimollivier Ай бұрын
So the pcanywhere Flask button to automate doesn't work?
@wimvangeyt3866
@wimvangeyt3866 4 ай бұрын
Hi, i get an error in the bash console when i try to run the clone command with the https url, it asks me for user and password of my Github account. And after providing those it states this: emote: Support for password authentication was removed on August 13, 2021. Well also i try to clone from a private repository. Maybe it's becaus the repository is private?
@ularkadutdotnet
@ularkadutdotnet 9 ай бұрын
awesome josh
@codewithjoshoffical
@codewithjoshoffical 9 ай бұрын
Thanks!
@idodahari6462
@idodahari6462 7 ай бұрын
I have my own db using sqlite3. from this db the app takes information. the app is running ok but everytime that I click on button that take information from the db it fails. I see that error in the log - pandas.errors.DatabaseError: Execution failed on sql 'SELECT * FROM names': no such table: names. what seems the problem and what is the solution?
@MuhamadAzizPrasetyo
@MuhamadAzizPrasetyo 6 ай бұрын
Thank u so much ☺☺
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
Absolutely! Glad you found it helpful 👍
@mickpick4678
@mickpick4678 7 ай бұрын
Thanks!
@WebDeveloper682
@WebDeveloper682 4 ай бұрын
Hey josh, i have this error, what should i do? Something went wrong :-( Something went wrong while trying to load this website; please try again later. If it is your site, you should check your logs to determine what the problem is.
@codewithjoshoffical
@codewithjoshoffical 4 ай бұрын
What website are you referring to?
@eriktorres6067
@eriktorres6067 5 ай бұрын
I can't find the commands on your site? Thanks
@codewithjoshoffical
@codewithjoshoffical 5 ай бұрын
When you subscribe you get a welcome email, in the welcome email is a bunch of free resources I’ve put together for you guys. It’s in there
@RokMigration
@RokMigration 8 ай бұрын
hey bro got this error when tried to run flaskapp> Traceback (most recent call last): File "/home/toomyshelby12/mysite/flask_app.py", line 2, in from flask_cors import CORS ModuleNotFoundError: No module named 'flask_cors' >>> pip install flask_cors File "", line 1 pip install flask_cors ^^^^^^^ SyntaxError: invalid syntax >>>
@codewithjoshoffical
@codewithjoshoffical 8 ай бұрын
pip install Flask-Cors Try this instead, each module/framework is a bit different for pip
How to Deploy a Flask App to Render | Flask Render Deployment
11:04
Arpan Neupane
Рет қаралды 10 М.
Deploying Flask Apps Using Python Anywhere
12:11
Pretty Printed
Рет қаралды 83 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
How to Deploy Flask with Gunicorn and Nginx (on Ubuntu)
13:50
Tony Teaches Tech
Рет қаралды 87 М.
Hosting a Python Flask project on PythonAnywhere's free server
9:49
Paul Baumgarten
Рет қаралды 21 М.
Stop Using Print in Python
9:44
Code with Josh
Рет қаралды 62 М.
Deploy with Docker - Step-by-step Tutorial
20:20
Dave Gray
Рет қаралды 27 М.
How to Deploy a Flask App to a Linux Server
22:12
Tech With Tim
Рет қаралды 173 М.
How to Deploy a Flask App to Linux (Apache and WSGI)
11:21
Luke Peters
Рет қаралды 62 М.
Best Platforms to Host Python Apps (for free!!)
9:50
Patrick Loeber
Рет қаралды 140 М.