top of page

Building Super Farmer in Python: A Conclusion to the TDD Journey
In this final post, I’ll walk through the journey, key takeaways, and my decision to use a Flask-based UI to bring the game to life.
27 wrz 20246 minut(y) czytania


Mastering Super Farmer Python Series with TDD: Tackling Foxes, Hounds, and Pairing Logic
In this leg of our Super Farmer Python Series, we're diving into the intricate logic behind foxes and the dynamics of rolling matching pairs
24 wrz 20245 minut(y) czytania


Interacting with server architecture through Python and Fabric
A critical task was to ensure that release candidates were uploaded and installed overnight and tested thoroughly.
13 wrz 20248 minut(y) czytania


Building a Robust Email Management Tool: A Deep Dive
Time to roll up our sleeves and delve into the nuts and bolts of creating your own email management tool from scratch.
4 wrz 20242 minut(y) czytania


Building a Robust Email Management Tool: A Step Toward Advanced QA Automation
As a manual or junior automation QA, you're likely familiar with the repetitive tasks involved
31 sie 20244 minut(y) czytania


Super Farmer Python Series: Unveiling the Requirements
Welcome to the Super Farmer Python Series, where we embark on an exciting journey beyond the realms of pytest.
24 sty 20245 minut(y) czytania

Super Farmer Python Series: Navigating Kaizen in Code Development
With newfound insights, we'll temporarily don the hat of a developer, navigating through client requirements and employing Python, unittest.
22 sty 20241 minut(y) czytania


Pytest reporting with html plugin
solution is to use the pytest html plugin that handles some parts of the above for us. The report can be adjusted by using hooks
17 sty 20244 minut(y) czytania


Test Automation Antipatterns - Examples and How to Avoid Them
Learn how to identify and avoid test automation anti-patterns that can lead to messy and hard-to-maintain code.
13 sie 20239 minut(y) czytania

Embracing Object-Oriented Programming (OOP) in Python
Unlock the power of Object-Oriented Programming in Python. Design structured systems and solve real-world problems effectively.
24 lip 20232 minut(y) czytania

Harnessing the Power of Data Structures in Python
Master essential Python data structures - lists, tuples, dictionaries, and sets. Practical examples to boost your coding skills! 🐍📚
21 lip 20232 minut(y) czytania

Venturing into the World of Version Control with Git
Mastering Git and Version Control: Sequencing actions, reverting changes & collaborating effectively. Your guide to GitHub and Bitbucket. 🚀
15 lip 20232 minut(y) czytania


Strings. Chapter 5: Embracing the Unfiltered Power
In this chapter, we'll uncover the truth behind raw strings and their ability to handle special characters and escape sequences in a...
8 lip 20232 minut(y) czytania


Strings. Chapter 4: Mastering Indexing and Slicing in Python Strings
In this chapter, we'll embark on a thrilling journey into the world of characters that make up strings. We'll unlock the power of...
3 lip 20232 minut(y) czytania


Strings. Chapter 2: Choosing the Right Style: Single vs. Double vs. Triple
In this chapter, we'll unravel the mysteries surrounding the different ways of structuring strings in Python. It's not just about...
26 cze 20231 minut(y) czytania


Strings. Chapter 1: The Essence
In this chapter, we'll embark on a journey to explore the true nature of strings. We'll peel back the layers and discover that strings...
14 cze 20232 minut(y) czytania


Exploring Different Variable Types in Python
Learn about different variable types in Python, including integers, floats, booleans, strings, and None. Understand their characteristics an
11 cze 20233 minut(y) czytania


Getting Started with Python: Your Path to Efficient Test Automation
Discover why Python is a popular choice for test automation. With its simplicity, extensive libraries, and integration capabilities, Python
4 cze 20233 minut(y) czytania
bottom of page