Python Forum
Thread Rating:
  • 5 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial Requests
#31
Could someone post up a tutorial on how to run python scripts through Google cloud using a engine compute virtual machine??
Reply
#32
(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/...quickstart
Reply
#33
(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/...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
Reply
#34
Can anyone provide the best resource available for learning PyLogging(pylogger) with real-world examples
Reply
#35
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
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#36
I just started learning python. It would be great immense help if python basics are also included for the tutorials part.

Thanks
Reply
#37
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
Reply
#38
(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....
Reply
#39
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?
Reply
#40
(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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020