Showing results 7401-7410 of >7,491 (page 741)
https://blog.thalheim.io/2015/06/25/cgi-like-python-scripts-with-systemd-socket-activation/

~/git/blog My brain-dump of random code/configuration. 25 Jun 2015 Cgi Like Python Scripts With Systemd Socket Activation Lets say you want to trigger remote the start of a python script. But you don’t want to have a service running all the time waiting for requests. What you can do, is using socket-unit in systemd, which is waiting on a tcp port for connections and starts the service, if somebody is requesting it. The systemd configuration could look like this: Listens on tcp port 3000 (both ipv4 and

https://www.sre.wang/en/posts/python-automation-paramiko-ansible/

From paramiko SSH batch management to Fabric framework to Ansible automation — a complete walkthrough of Python ops automation evolution, with runnable code examples and architectural insights

https://programming.gonevis.com/running-python-celery-with-docker-on-macmini-m4-troubleshooting-workerlosterror/

Introduction Running Python applications with Celery and Docker can be a great way to scale and manage tasks, but it can also be challenging to

https://memotut.com/en/4b21433f8cda21be0994/

Python, Django, beginner

https://www.linuxtut.com/en/502635769fcf086307e4/

Introduction to Python, Machine Learning

https://almaer.com/blog/app-engine-with-ruby-python-and-perl

Apr 10 ## App Engine with Ruby, Python, and Perl Since I am still in London, my sarcasm quotient extends just a little more than usual (it’s pretty high in the US to start with, even if it is the “lowest form of humour”). I had a fair amount of email from people, and saw some blogs, complaining about the fact that Google App Engine currently supports Python only. On the video, and in the docs, it is frequently mentioned that other languages are to come, and that the infrastructure itself is language

https://healthyalgorithms.com/2018/10/18/jupyter-notebooks-for-conda-environments-for-python/

This was about 2 hours of fuss that I wish I had avoided. With my updated Jupyter Notebooks, I need to be explicit about what conda environment for python I am using. It is all laid out clearly, if only I had been looking in this bit of the IPython docs: For example, using conda

https://mail.python.org/pipermail/python-ideas/2014-August/029114.html

# [Python-ideas] Was: Annotations (and static typing), Now:Sharing __annotations__ Chris Angelico rosuav at gmail.com Mon Aug 25 01:57:37 CEST 2014 On Mon, Aug 25, 2014 at 9:28 AM, Cem Karan < cfkaran2 at gmail.com > wrote: > On Aug 24, 2014, at 7:22 PM, Chris Angelico < rosuav at gmail.com > wrote: > >> On Mon, Aug 25, 2014 at 9:17 AM, Cem Karan < cfkaran2 at gmail.com > wrote: >>> @doc(a, "docs about a") >>> @type(a, set(range(10))) >>> def foo(a): >>> pass >> >> If this is your proposal, then how do U

https://www.socallinuxexpo.org/scale/14x/presentations/how-do-python-coroutines-work

Skip to main content Previous SCALEs Subscribe to announcements Subscribe How Do Python Coroutines Work? A Jesse Jiryu Davis Audience: Advanced Topic: Developer Classical computer science focuses on CPU-bound problems. It is concerned with algorithms that complete computations quickly. But many networked programs spend their time not computing, but waiting for responses from remote machines. These I/O-bound programs present a very different challenge: wait for a huge number of network responses efficiently

https://amanxai.com/2024/08/05/generative-ai-model-from-scratch-with-python/

In this article, I'll take you through the task of building a Generative AI model from scratch with Python. Generative AI Model

‹ Prev Next ›