Python Articles

5 NLP Libraries Everyone Should Know
Brief Overview Article Of Popular Libraries for Natural Language Processing Tasks that everyone should know. It features SpaCy, NLTK, Transformers, Gensim and Stanza.
Published on November 29, 2020
Why doesn’t Python have a main function?
if __name__ == '__main__' is not function. And the author doesn't recommend it to write this either. Want to know the reasons? but how to write it instead?
Published on Jul 18
Why Does Python Recommend the Snake-Case Nomenclature?
In this story of “Why Python” series, we will focus on the connection method in variable namings: The question we want to answer is- why does Python recommend the snake-like nomenclature?
Published on July 13
How to Optimize SQL Queries Part II
This article sorts out some 12 techniques for optimizing SQL Queries. Several suggestions most of which are summarized in the actual development
Published on Jun 10
Ten Python development skills
Here are ten neat Python development tricks some I’m sure you haven’t seen before. And a quick look at a few of these features, and a rundown of each.
Published on Jun 6
Dark Secrets of Python Floats
Mysterious guide of Floating Points in Python with Cold knowledge of 'inf' and 'nan'. You will get knowledge of hash() and it's abnormal behavior too
Published on Jun 2
Why doesn’t Python support i++ increment
An article about the possible reasons behind the question why doesn't Python support i++ increment syntax and doesn't provide ++ as an operator
Published on Jun 29
8 super easy-to-use Python built-in functions
This article sorts out some special techniques for using built-in functions in python. They will help us to improve the efficiency of our Python code
Published on Jun 20
How to Optimize SQL Queries
This article sorts out 16 different techniques for optimizing SQL Queries. That are helpful for everyone
Published on Jun 13
Do You have these Python Speedup Skills?
This article sorts out some special techniques for speeding up Python code. Sharing some powerful and time-saving tricks to boost your skills
Published on Jun 13