Thursday, September 26, 2019

Six Python Tips for Beginners

I recently published an article Python Tips for Beginners that covers these concepts:


  1. *args and **kwargs
  2. list comprehensions
  3. f strings
  4. lambda functions
  5. decorator functions
I've been teaching my daughter Django as well as JavaScript, HTML, CSS, and bootstrap.  Django is really awesome for creating interactive web sites quickly.