https://github.com/moonhighway/python-foundation
This course introduces developers to Python and its associated frameworks.
https://github.com/moonhighway/python-foundation
Last synced: 4 months ago
JSON representation
This course introduces developers to Python and its associated frameworks.
- Host: GitHub
- URL: https://github.com/moonhighway/python-foundation
- Owner: MoonHighway
- Created: 2015-10-05T18:31:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T18:53:27.000Z (over 10 years ago)
- Last Synced: 2025-10-09T04:43:08.175Z (9 months ago)
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Foundation
=======================
This 2-day course introduces engineers to the Python library and its associated frameworks. The course will begin with an
overview of Python, its history, and its uses. Then we'll get into core data types.
Topics
------
* Introduction to Python
* Python Variables
* Working with Dictionaries and Lists
* Creating Functions
* Understanding the File System
* Dealing with Scope
* Creating Classes
* Using Modules
* Parsing Data - JSON, HTML, XML, etc.
* Understanding Pip
* Working with Frameworks
What You'll Build
=================
* Choose Your Own Adventure Game
* Dice Rolling Game Module
* JSON Parser
* Django Homepage