Skip to content

Fahad Ahammed

Thoughts, Views & More….

  • Blog
    • Technology
      • programming
        • python
      • Proxy Server
      • বাংলায় লিনাক্স
    • Random
    • Study
    • Purchase Decison
  • Photography
  • Github
  • Resume
  • Resume (HTML)

About Me

This is Fahad Ahammed. A "DevOps Engineer" from Bangladesh. I am always open to help you about DevOps tasks like preparing CI/CD pipeline or prepare a rock solid server architecture with deployment suggestions.... You can knock me via email: iamfahadahammed@gmail.com

Follow me on Twitter

My Tweets

Categories

  • programming (7)
    • python (5)
  • Proxy Server (8)
  • Purchase Decison (1)
  • Study (8)
  • Technology (53)
  • বাংলায় লিনাক্স (1)

Archives

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 106 other subscribers

Referral

Next Level SSD Hosting as low as $3/month.


KVM VPS server as low as $2/month with Unmetered Bandwidth + Others


Tag: eval()

Other side of Python eval() function

The built-in function “eval()” of python is useful in many cases. But I am gonna talk about it’s negative one.

Let, you have a function that take arguments from user. If you do eval() on that input, it might create a havoc.

Continue reading Other side of Python eval() function
Posted on October 26, 2020October 26, 2020Categories programming, pythonTags eval, eval(), python, python3Leave a comment on Other side of Python eval() function

What does eval() do in Python?

I have always loved the fact that The Python interpreter has a number of functions and types built into it. I am going to explore “eval()” in this article.

Continue reading What does eval() do in Python?
Posted on October 26, 2020Categories programming, pythonTags eval, eval(), programming, python, python3Leave a comment on What does eval() do in Python?
Proudly powered by WordPress