Skip to content

reynoldsnlp/F20_DIGHT360

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIGHT 360, Fall 2020, BYU

Text Processing and Analysis (using Python!)

The syllabus and assignments are on Learning Suite.

Textbook(s)

There are many amazing, free resources available on the internet. I will assign a topic with suggested readings from a variety of resources throughout the semester, but I also expect you to explore some on your own, and report back to class if you find something that is especially helpful. That said, below I have compiled a list of useful textbooks and websites that you may want to consider using.

  1. https://www.py4e.com/lessons
  2. Everything on safaribooksonline.com, but especially...
    • Python crash course
    • Learning Python
    • Introduction to python (Jessica McKellar)
    • Learn Python 3 the hard way
    • Automate the boring stuff with python
    • Introducing python
    • Python for beginners
    • Python programming language (David Beazley)
    • Think python
    • python in a nutshell
  3. https://docs.python.org/3/tutorial/ (some hard terminology for beginners)
  4. https://www.w3schools.com/python/default.asp

Some useful special-purpose tools

Regular expressions

Regex101 is a useful resource for learning or debugging regular expressions in python (make sure you click on the python flavor). Pythex is a similar tool, and it has a great cheatsheet if you click the button at the bottom of the page.

Code formatting (PEP8)

In this course, I will do my best to teach you to write code that is easy for other programmers to read, especially focusing on the PEP8 standard. Most modern IDEs (VSCode, PyCharm, Atom, etc.) include code formatting linter plugins. From the command line, you can check your code formatting using flake8. You can also check code formatting online at PEP8 Online.

Online python interpreters and shells/REPLs

Step by step code walkthrough

If you are ever confused about a piece of code and wonder what it is doing, the Python Tutor tool can walk you through step by step to show what each line does.

About

DIGHT 360 and LING 360, Fall 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published