praveeennair.hashnode.devDependency Management Made Easy: Using Poetry in Your Django ProjectPython is a popular programming language that has a rich ecosystem of third-party libraries and tools. One of the most useful tools for Python developers is Poetry, a package manager and build tool for Python. Poetry makes it easy to manage dependenc...Apr 27, 2023·4 min read
praveeennair.hashnode.devWeb Scraping with Python and BeautifulSoup: A Beginner's GuideWeb scraping is the process of extracting data from websites. It has become an increasingly popular technique for gathering data for analysis and research purposes. In this blog post, we'll discuss how to use Python and BeautifulSoup to scrape websit...Apr 21, 2023·3 min read
praveeennair.hashnode.devSecure Your Project's Sensitive Information with Django-environ and .env FilesIt's crucial to uphold appropriate security practices in every software development project, including the protection of sensitive data like API keys, database credentials, and other configuration settings. Using a .env file is one of the most popula...Apr 16, 2023·4 min read
praveeennair.hashnode.devPython Debugging: Tips and Techniques for Writing Better CodeEvery programmer has to know how to debug their code, and Python provides a variety of tools and ways to do this. Learning how to efficiently debug may help you create better code and save you time and frustration whether you're a novice or an experi...Apr 2, 2023·6 min read
praveeennair.hashnode.devGetting Started with useState: Simplify State Management in React NativeWhen I started building some apps in React if someone came and asked me what is a useState in react I would tell them with an example that it's a hook that helps us to update the background color by clicking a button or similar to that or say the exa...Feb 26, 2023·3 min read