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


Demystifying the Singleton Pattern in Python: Proper Usage, and Its Controversial status
Discover the Python Singleton Pattern - a design pattern allowing only one class instance. Explore both eager and lazy initialization.
7 sie 20233 minut(y) czytania


Embracing the Power of Page Object Model (POM) in Python Test Automation
Unlock the potential of test automation with the Page Object Model (POM) and Factory Pattern in Python.
5 sie 20233 minut(y) czytania


Python Flexing: Abstractionists in Python, Painting the OOP Way
Embark on an artistic coding journey with Python Flexing: Abstractionists in Python! Discover the beauty of abstraction in OOP in Python
30 lip 20234 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


Getting Started with PyCharm for Python Development: Setting Up Projects and Virtual Environments
Learn PyCharm setup: create Python project, virtual environment, install Pytest, Selenium, configparser & more.
15 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 3: The Art of Manipulation
In this chapter, we'll explore the dynamic nature of strings and learn the art of manipulating them to create marvelous results. Strings...
1 lip 20233 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
bottom of page