Python Forum
Tutorial Requests - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Tutorial Requests (/thread-771.html)

Pages: 1 2 3 4 5 6 7


RE: Tutorial Requests - BlackHeart - Nov-10-2017

Could someone post up a tutorial on how to run python scripts through Google cloud using a engine compute virtual machine??


RE: Tutorial Requests - nilamo - Nov-12-2017

(Nov-10-2017, 06:45 AM)BlackHeart Wrote: Could someone post up a tutorial on how to run python scripts through Google cloud using a engine compute virtual machine??

Sort of like the ones Google already put out?  https://cloud.google.com/appengine/docs/flexible/python/quickstart


RE: Tutorial Requests - BlackHeart - Nov-13-2017

(Nov-12-2017, 06:56 PM)nilamo Wrote:
(Nov-10-2017, 06:45 AM)BlackHeart Wrote: Could someone post up a tutorial on how to run python scripts through Google cloud using a engine compute virtual machine??

Sort of like the ones Google already put out?  https://cloud.google.com/appengine/docs/flexible/python/quickstart

Yep just like that one.. I'm just having a hard time understanding it. As embarrassing as that is..

When trying to deploy my app I get this error

ERROR: (gcloud.app.deploy) Could not identify an app in the current directory.

Please prepare an app.yaml file for your application manually and deploy again



[split] pylogger - sunilbhatraju - Dec-20-2017

Can anyone provide the best resource available for learning PyLogging(pylogger) with real-world examples


RE: Tutorial Requests - sparkz_alot - Dec-20-2017

The best place to start is with their documentation PyLogger (which includes examples). After that, you can use your favorite search engine to refine what exactly you are looking for. Python also has it's own builtin library logging


RE: Tutorial Requests - NarutoKD - Jun-07-2018

I just started learning python. It would be great immense help if python basics are also included for the tutorials part.

Thanks


RE: Tutorial Requests - Larz60+ - Jun-07-2018

You can start at the official python site (python.org) here: https://www.python.org/about/gettingstarted/
and list here: https://wiki.python.org/moin/BeginnersGuide/Programmers


RE: Tutorial Requests - NarutoKD - Jun-07-2018

(Jun-07-2018, 12:18 PM)Larz60+ Wrote: You can start at the official python site (python.org) here: https://www.python.org/about/gettingstarted/
and list here: https://wiki.python.org/moin/BeginnersGuide/Programmers

Thanks a ton....


RE: Tutorial Requests - j.crater - Aug-14-2018

With all the noise around MS VS Code lately, I would like to give this IDE a try.
I searched our forum (knowing there were discussions about VS Code setup) and found this thread and this thread.
Would someone be willing to write a little tutorial on setting up VS Code for Python development and basic use (setting up project, venv, debugging...).
Otherwise, could the thread by snippsat be moved to the Tutorials section?


RE: Tutorial Requests - snippsat - Aug-14-2018

(Aug-14-2018, 08:24 PM)j.crater Wrote: Otherwise, could the thread by snippsat be moved to the Tutorials section?
I can make a new tutorial where i take it from start,and some useful tips as i have used VS Code for while now.