Python __name__ value initialization and usage

Python __name__ value initialization and usage

Python is an interpreted language, whenever python interpreter reads the code file it executes all the code found in it. But before execution of the code their are few special variables which are defined.

One of the special global variables is __name__

Read More...

要查看或添加评论,请登录

Paras Nigam的更多文章

  • Amazon Kinesis vs Amazon SQS

    Amazon Kinesis vs Amazon SQS

    When we start work on a use case that needs queuing and processing of streaming data, Kinesis and SQS are the first to…

  • Apache Arrow: The future of in-memory columnar data, like dataframes

    Apache Arrow: The future of in-memory columnar data, like dataframes

    I mentioned Parquet briefly in my last article, if you have not read it, do take a look here. Parquet provides…

  • Data Science: Common file format and their usage

    Data Science: Common file format and their usage

    Few common data file formats used in the textual data science projects CSV CSV stands for 'Comma Separated Values', it…

    3 条评论
  • Governments need to shake hands with Behavioral Security

    Governments need to shake hands with Behavioral Security

    Historically governments have been profiling the criminals, terrorists, enemies and other most wanted people. This is…

  • Python *args and **kwargs

    Python *args and **kwargs

    *args and **kwargs are two python magic variables which are commonly used to pass arguments into the functions. The…

  • The Wickedly Confusing Highway of Learning

    The Wickedly Confusing Highway of Learning

    An exercise well executed for past six months and its results. Action: It was few months back when I thought of…

  • The inherently dumb data requires Algorithm Economy

    The inherently dumb data requires Algorithm Economy

    Over the past few years every conversation I had with a CxO, product visionaries or a developer comes back to the…

  • Top 10 Product RoadMap Tips

    Top 10 Product RoadMap Tips

    Collaborative Roadmap: A product roadmap provides context around day-to-day activities of the team members. Even though…

社区洞察

其他会员也浏览了