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
C. C. 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, 20249Sep 29, 20249
InStackademicbyAbdur Rahman20 Python Scripts To Automate Your Daily TasksA must-have collection for every developerOct 7, 202452Oct 7, 202452
Varun SinghPython 3.13 Released— Top 3 Features You Must KnowSay Goodbye to Python’s Bottleneck — The GIL is No MoreOct 2, 20247Oct 2, 20247
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
KuldeepkumawatTop 20 Python Code Snippets That Will Revolutionize Your WorkflowPython is one of the most versatile and efficient languages for everyday programming challenges. Whether you’re automating repetitive…Oct 3, 20242Oct 3, 20242
InLatinXinAIbyPedro Henrique SallesMastering String Methods in PythonStrings play a fundamental role in programming, and Python offers a variety of built-in methods for manipulating and working with them.Sep 28, 20232Sep 28, 20232
Mikael KingelinMastering String Manipulation in Python: A Practical GuideString manipulation is a fundamental skill for any Python programmer. It’s the art of working with text data, parsing files, and building…Oct 22, 2023Oct 22, 2023
InProgramming DomainbyShuai LiMost Developers Failed with this Senior-Level Python Interview QuestionWhat is the difference between [0] * 3 and [0, 0, 0]?Aug 9, 202456Aug 9, 202456