324
Followers
984
Posts
dx4iot.hashnode.dev
Hello guys in this tutorial, I am going to tell you how you can create an automatic certificate generator in python. So for that first, you need to cr…
realpythonproject.hashnode.dev
Today we will discuss the assert statement in Python. Assert statements are a great tool for debugging. Given a boolean condition, they will raise an …
snaye.hashnode.dev
I recieved some requests to write something on OOP and Data Structures. These are the topics that come the most on Software Engineering Job interviews…
We will be using the library Faker Install the library pip install faker Now let's import the library and create an instance of "Faker" from faker imp…
girlthatlovestocode.com
What is list comprehension List comprehension is a concise way used instead of for-loop when you want to create a new list based on another iterable (…