Pankaj Kumar

Pankaj Kumar

I have been working on Python programming for more than 12 years. At AskPython, I share my learning on Python with other fellow developers.
Featured Image For: How To Create A Card Game In Python

How to Create a Card Game in Python

Programming helps us solve problems, but it also lets us have fun by trying out new ideas. Making games helps us both learn to code and have fun at the same time.  This article guides you through building a basic…

Featured Image For: Securing Gaming Platforms With Python

Securing Gaming Platforms with Python

Global reports estimate that in 2024 there were around about 2.6 billion global gamers, according to Statista. With economies valued at hundreds of billions of dollars, these gaming communities are threatened. Attackers often target login credentials, inject malicious code, or…

Featured Image For: The Hidden Vulnerabilities In Your Container Images

The Hidden Vulnerabilities in Your Container Images

You’ve just spent weeks building your perfect container app. You’ve optimized everything from the Dockerfile to the Kubernetes deployments for efficiency, scalability, and reliability. It feels like nothing could go wrong. Before basking in the glory of a job well…

Featured Image For: What Is The Role Of Crypto In Web Development?

What is the Role of Crypto in Web Development?

We’re all witnesses to crypto becoming a vital part of our reality. In the digital world, crypto is making a meaningful impact, influencing how we view and develop new technologies. It’s indisputable that crypto has been a breakthrough, and its…

Featured Image For: Popular Python Libraries For Web Scraping

Popular Python Libraries for Web Scraping

Web scraping is a way of collecting data, which involves using code. There are other names to it, such as data scraping, screen scraping, web crawling, etc. Whichever the term, it’s a simple step of examining a website’s HTML markup…