Derek Hawkins(Almost) End to End Log File Analysis with PythonLogs, logs, logs. Don’t get stuck with just using it as a buzzword, leverage Python to do the log file analysis for you!Jul 28, 20212Jul 28, 20212
Kevin TewoudaAuditing your python environmentsFind vulnerabilities in your dependencies using the right toolsAug 18, 2022Aug 18, 2022
Paul AmmannCommon Python Security Vulnerabilities and How to Avoid ThemTable of ContentsOct 4, 2024Oct 4, 2024
Paul AmmannCode Review for Python Security: Identifying and Fixing VulnerabilitiesIn today’s rapidly evolving software development landscape, security is paramount. As Python continues to gain popularity for web…Oct 14, 20241Oct 14, 20241
InCheckmarx ZerobyYehuda GelbThis New Supply Chain Attack Technique Can Trojanize All Your CLI CommandsThe open source ecosystem, due to its widespread adoption, has become a prime target for supply chain attacks. Malicious actors often…Oct 14, 2024Oct 14, 2024
InGlobantbySuyog KulkarniCreating a Prometheus Custom Exporter Using Python and Adding It Using Service DiscoveryDec 6, 20245Dec 6, 20245
InJavaScript in Plain EnglishbyFrancesco BorzìPlaywright BDD testing - you don’t need Cucumber!Learn how Playwright-BDD lets you write Cucumber-like tests using Playwright as the main test runner.Oct 17, 20245Oct 17, 20245
InITNEXTbyKrzysztof PranczkPython for DevSecOps and Any Security EngineerDoes DevSecOps Engineer need programming skills? What is the value of utilising Python for security purposes? What you need to learn to…Oct 11, 20235Oct 11, 20235
Python CodingPDF to docx using PythonThe above Python code uses the pdf2docx library to convert a PDF file into a DOCX (Microsoft Word) file. Here's a breakdown of the code:Nov 21, 20242Nov 21, 20242
Alexander ObregonHow to Use Python’s subprocess Module to Run System CommandsIntroductionNov 12, 2024Nov 12, 2024
InLevel Up CodingbyLiu Zuo LinStop Testing For Empty Strings Like This In Python!!# And empty lists, tuples, etc etcOct 28, 20247Oct 28, 20247
MoraneusPython’s Behave Framework: Essential Tips and Tricks for Efficient TestingDiving into Behavior-Driven Development (BDD) with Python’s Behave feels a bit like discovering the hidden functions of a Swiss Army knife…Apr 5, 2024Apr 5, 2024
InAtotibyHetal KapadiaUpgrading from Poetry to uvOur notebook gallery has long used Poetry for dependency management, but not anymore. Welcome uv.Oct 23, 2024Oct 23, 2024
InLevel Up CodingbyLiu Zuo Lin13 Python Command Line Things I Regret Not Knowing EarlierRead free…Oct 19, 202412Oct 19, 202412
InPython in Plain EnglishbyPy-Core Python ProgrammingExploring Unique Python LibrariesRecently, I wrote an article using Python’s Folium to create an Interactive Map link here. Folium is an excellent tool for mapping data…Oct 3, 2024Oct 3, 2024
Thomas BuryMastering Python Project Management with uv Part1: it’s Time to Ditch Poetry!Are you tired of juggling multiple tools like `pip`, `virtualenv`, `conda`, `poetry`, and `pyenv` just to keep your Python environments and…Sep 29, 202410Sep 29, 202410
InStackademicbyJames Micheal20 Python Scripts To Automate Your Daily TasksA must-have collection for every developerOct 7, 202453Oct 7, 202453
Varun SinghPython 3.13 Released— Top 3 Features You Must KnowSay Goodbye to Python’s Bottleneck — The GIL is No MoreOct 2, 20248Oct 2, 20248
KuldeepkumawatBest Practices in Structuring Python ProjectsStructuring Python projects effectively is critical for ensuring maintainability, scalability, and collaboration, especially as projects…Sep 25, 20241Sep 25, 20241