What do Scrabble cheaters, Shakespearean sonnets, Twitter, and the Astronomy Picture of the Day have to do with Python software programming? For software impresario Jessica McKellar, they’re playful tools for teaching intermediate-level Python programming techniques. During her time as an organizer of the Boston Python User Group (one of the world’s largest Python groups), she taught hundreds of Python wannabees to happily program like pros. …
Intermediate Python Programming
Video description
What do Scrabble cheaters, Shakespearean sonnets, Twitter, and the Astronomy Picture of the Day have to do with Python software programming? For software impresario Jessica McKellar, they’re playful tools for teaching intermediate-level Python programming techniques. During her time as an organizer of the Boston Python User Group (one of the world’s largest Python groups), she taught hundreds of Python wannabees to happily program like pros. She uses that experience to benefit the next generation of Pythonistas in this follow-up to her widely popular Introduction to Python video.
Review data structures like lists, dictionaries, and sets; and when to best use them
Discover list comprehensions, a conceptual technique for constructing lists in an easy way
Analyze code performance using tools like profiling, code timing, and Big O notation
Understand why refractoring code can make it more testable
Learn best practices for scripting and documentation
Practice the smart ways to navigate an existing codebase
Search for, replace, and parse text using regular expressions and the re module
Understand single threaded programs, threading primitives, and multi-threaded programs
Jessica McKellar is the Director of Engineering at DropBox in San Francisco. A graduate of MIT, she enjoys the Internet, networking, low-level systems engineering, and contributing to and helping other people contribute to open source software. She is a Python Twisted maintainer and a local STEM volunteer.
Exploring using Python to Interact With a SQLite Database Interactively
Writing our First Script to Query a Database: Jeopardy Categories
Writing a script to query the Jeopardy database for clues
Writing a script to query the Jeopardy database for the full set of categories for a game
Writing a script to query the Jeopardy database for clues for a particular category
Plotting with Matplotlib
Introducing the plotting project, which will give us practice using the popular Matplotlib plotting library
Exploring basic plotting interactively
Expanding on our basic plot in a script
Reading a script to plot the world population over time
Writing a script to plot life expectancies for men and women over time
Reading a script to plot a bar chart of letter frequencies in the US constitution
Scraping the NASA Astronomy Picture of the Day Website
Introducing the APOD project, which will give us practice with web scraping
Planning out our APOD scraping script
Implementing a basic scraper: fetching web resources with urllib
Implementing a basic scraper: processing HTML with BeautifulSoup
Finishing our basic scraper - Part 1
Finishing our basic scraper - Part 2
Generalizing our scraper
Conclusion
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept