Showing results 781-790 of >865 (page 79)
https://nickvsnetworking.com/tag/python/

# Tag Archives: Python # private_data_dir on Ansible Runners called from Python 01/11/2024 Linux , Notes Ansible , Python Nick We’ve got a web based front end in our CRM which triggers Ansible Playbooks for provisioning of customer services, this works really well, except I’d been facing a totally baffling issue of late. Ansible Plays (Provisioning jobs) would have variables set that they inherited from other Ansible Plays, essentially if I set a variable in Play X and then ran Play Y, the variable woul

https://www.educba.com/reverse-number-in-python/

Guide to Reverse Numbers in Python. Here we discuss the logic in it and to find the reverse number of a given number in python respectively

https://pythonprogramming.net/tkinter-python-3-tutorial-adding-buttons/

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://mail.python.org/pipermail/python-dev/2013-October/129192.html

# [Python-Dev] Optimization Raymond Hettinger raymond.hettinger at gmail.com Sun Oct 6 00:35:30 CEST 2013 On Oct 5, 2013, at 12:42 PM, Serhiy Storchaka < storchaka at gmail.com > wrote: > Please remember me, what was common decision about CPython-only optimizations which change computation complexity? IIRC, it is okay optimize C code for just about anything, but we don't want to alter the pure python code after from idiomatic solutions that work on all of the implementations. For example, there is a stri

https://techtrail.tuhindutta.com/concurrency-in-python

Optimize Python performance using multithreading, multiprocessing, and asyncio for efficient I/O-bound and CPU-bound task management

https://softdevs.hashnode.dev/coroutines-in-python

Discover Python coroutines: learn how to pause, resume, and efficiently manage tasks for modern concurrent programming using `asyncio

https://opendev.org/jjb/python-jenkins/commits/commit/8e08c8602da604212c1898b47ee96f2d8121a174

python-jenkins - Python API for managing jobs and nodes in a Jenkins CI instance

https://twisted.org/pipermail/twisted-python/2015-November/029962.html

[Twisted-Python] spambayes Paweł Miech pawelmhm at gmail.com Sat Nov 21 02:51:48 MST 2015 Previous message (by thread): [Twisted-Python] Updating wincertstore for SSL certifcicates Next message (by thread): [Twisted-Python] spambayes Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I get following message: > Submission rejected as potential spam > SpamBayes determined spam probability of 74.83 SpamBayes seems to hate new users... This is after trying to submit following bug report: Executive

http://www.pixelbeat.org/talks/linux_and_python/page15.html

# Functional Python - Recapping: Functional programming maintains no external state and provides data flow synchronisation in the language - This maps very nicely to the UNIX filter idea. Data flows in and out, with no side affects to the system - Note this useful discussion of Haskell vs Unix Consider the following script to add numbers, one per line: #!/usr/bin/python import sys print sum(int(line) for line in sys.stdin) This is both efficient and scalable - Efficient because as much iteration as po

https://invisibleturtles.org/tag/python/

Posts about python written by paulwallich

‹ Prev Next ›