[Python] Tutorial(7) function
The "function" is part of the programming language structure.
I think we can simply define it as "program components that can be called multiple times after being packaged."
Read More »[Python] Tutorial(7) functionThe "function" is part of the programming language structure.
I think we can simply define it as "program components that can be called multiple times after being packaged."
Read More »[Python] Tutorial(7) functionThe previous we mentioned the "bool", and we simply teach the basically concept of "True" and "False".
If my tutorial have wrong content, please leave me a message below to let me know, thank you =)
I don't care I'm corrected, but I care I mislead anyone.
Read More »[Python] Tutorial(6) greater than, less than, equal toIf we want to discuss the "True" and "False" in Python, we must mention a data type —— "Boolean".
Boolean is also know "Bool", which is the "Boolean value" that you maybe often see in books on programming language.
In the program, the simplest bool value is "True" or "False", that is "1" or "0", it is just that simple.
Read More »[Python] Tutorial(5) Boolean, True, Falsebefore we teaching the concepts of "break", "pass", "continue" ......, I think I have to complete the lack of "while-loop".
The "while", we can think of it as a "loop that continues to execute as long as it meets the conditions."
Read More »[Python] Tutorial (4) break, pass, continueThe full text of the NLTK is Nature Language Tool Kit, a package of natural language processing in Python.
Although Chinese can also be processed, but the support for Chinese is not as good as English, so today's examples are all handled by English corpus.
Read More »[NLP][Python] How to use NLTK package to process NLP tasksRecording these basic Python language is only for beginners who are fully linguistic. It should be said that the essays I write are completely new to the beginners.
People with experience may not be suitable for such simple teaching. (I'm sorry!)
Read More »[Python] Tutorial (3) for-loop, if-elsePython is a very popular program language, easy to learn is a distinguishing feature for it. In addition, Python also has a large development community and a large number of function libraries.
Read More »[Python] Tutorial(1) Download and print "Hello World"