InTDS ArchivebyAnuradha WickramarachchiPython GeneratorsA tutorial on developing python generator functions using the yield keywordApr 22, 20201Apr 22, 20201
TheConnoisseurPython Generators: Simplify Iteration and Conserve MemoryA Quick Crash Course in Python Generators, Where you Should and Shouldn’t Use ThemJul 22, 2023Jul 22, 2023
InLevel Up CodingbyAntonello BenedettoPython Generators: How To Efficiently Fetch Data From DatabasesTwo practical use cases for Data Engineers.Dec 5, 202315Dec 5, 202315
InTowards DevbyKonstantinos PatronasPython: How to create a virtual environmentA virtual environment is a self-contained directory that holds a Python interpreter and its associated libraries. It allows you to isolate…Aug 26, 2023Aug 26, 2023
Tejashree SalviPython packages for DevOps engineerAs a DevOps Engineer, you have to deal with a lot of different tools and technologies every day. One of the most popular and powerful tools…Feb 23, 2023Feb 23, 2023
InPython in Plain EnglishbyTonyPython — Dnspython ToolkitUseful Python DNS toolkit for A record monitoringJun 18, 2023Jun 18, 2023
Python Data Development10 killer Python automation scriptsRepeating tasks are always time-consuming and boring. Imagine cutting 100 photos one by one or doing tasks such as Fetching APIs…Jan 7, 202318Jan 7, 202318
InBetter ProgrammingbyMartin HeinzAutomate All the Boring Kubernetes Operations With PythonLearn how you can use Python’s Kubernetes Client library to automate all the boring Kubernetes tasks and operationsMay 18, 20224May 18, 20224
InStrategiobyRiya YadavA Quick Overview of Random Library in PythonLearn why and how to use the random module in python.Aug 5, 2022Aug 5, 2022
InITNEXTbyPatrick KalkmanPython, YAML, and Kubernetes — The Art of Mastering ConfigurationA practical guide to simplifying Kubernetes configuration management with Python and YAMLApr 20, 20231Apr 20, 20231
InDev Geniusbyheadintheclouds10 Python modules to simplify your DevOps journey (Part 2)May 3, 2023May 3, 2023
InDev Geniusbyheadintheclouds10 Python modules to simplify your DevOps journey (Part 1)Apr 23, 20231Apr 23, 20231
RejaniDay 15 : Python Libraries for DevOpsHere is the summary of the Day 15 of #90DaysOfDevOps Challenge:Jan 29, 2023Jan 29, 2023
AlexUsing Python for Monitoring Machines in DevOps: A Guide to ScriptingIn this article, I’ll teach you how to use Python to create a script to monitor several values in a machine, like CPU and Memory usage and…Mar 3, 2023Mar 3, 2023
InAWS TipbyRasanpreetAutomate Start/Stop EC2 Instance Scheduling based on tagsProject PurposeSep 17, 2022Sep 17, 2022
InSystem WeaknessbyDavid MerianChatGPT Python Script to Automate Multiple Reports for Every Program Using a Critical Open Source…I can’t even fit this into one title. It’s that complex. In sum, I used ChatGPT to automate finding companies with bug bounty programs on…Feb 22, 2023Feb 22, 2023
InLevel Up CodingbyShalitha SurangaBash vs. Python: For Modern Shell ScriptingComparing Bash and Python options for modern automation requirementsFeb 21, 20236Feb 21, 20236
Charles Black IIAutomating Scripts with PythonBuild a script that extracts file information and stores it in a list of dictionaries.Feb 13, 2023Feb 13, 2023