Python Tutorial
Jump to navigation
Jump to search
A Python Tutorial is a software programming tutorial for Python code.
- Example(s):
- See: Scala Tutorial.
References
2017a
The essentials of file handling Regular Expressions NLP, Basic Definitions Corpora Finite State Machines, Turing Machines N-grams, Bigrams, Trigrams Categorizing and Tagging Words Text Classification, Naive Bayes Classifier Extracting Information from Texts Word Stemmers Analysing Sentence Structures Building Feature Based Grammars Analysing the Meaning of Sentences Introduction into the Natural Language Toolkit (NLTK)
2017b
- http://cs231n.github.io/python-numpy-tutorial/ or https://github.com/kuleshov/cs228-material/blob/master/tutorials/python/cs228-python-tutorial.ipynb
- In this tutorial, we will cover:
- Basic Python: Basic data types (Containers, Lists, Dictionaries, Sets, Tuples), Functions, Classes
- Numpy: Arrays, Array indexing, Datatypes, Array math, Broadcasting
- Matplotlib: Plotting, Subplots, Images
- IPython: Creating notebooks, Typical workflows
- For this class all code will use Python 2.7. You can check your Python version at the command line by running
python --version
.
- In this tutorial, we will cover: