seunfashina.hashnode.devGetting Started with Pytest: The Python Testing FrameworkHave you ever written a Python script that you were afraid to run? After investing hours of hard work into your code, you know the feeling: that moment of truth arrives, and you're about to test it. But then doubts creep in—what if a hidden bug lurks...Aug 1, 2023·14 min read
seunfashina.hashnode.devBuilding and Publishing Packages in PythonDo you know that any piece of Python program you create can be shared with the world, no matter how small, as long as it successfully performs a specific task? That's right! You can share your Python programs with other developers, making them readil...Jul 28, 2023·13 min read
seunfashina.hashnode.devExploring Django ViewSets: Simplifying API Development and Enhancing Code ReusabilityIf you have ever written API code in Django, you know that it can be a lot of work. You have to create separate views for each HTTP method and manually create URL patterns that reference each of these views. This can be a lot of code to write and mai...Jul 23, 2023·12 min read
seunfashina.hashnode.devGetting Started with PythonHi there! If you're reading this, then you're probably interested in learning Python. That's great! Python is a powerful and versatile programming language that can be used for a lot of things. In my previous article, Introduction to Python Programmi...Jul 13, 2023·3 min read
seunfashina.hashnode.devIntroduction to Python ProgrammingHave you ever wanted to learn how to build programs, games, or websites but didn't know where to start? If so, then you're lucky because, with Python, you can do all that! Python is a great language for beginners; it is easy to learn and use. In this...Jul 13, 2023·4 min read