Difference between revisions of "Python Course Topics"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) m (1 revision) |
Russ hensel (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= Page Status = | = Page Status = | ||
− | + | ||
− | This is a | + | |
− | + | '''This idea is more or less dead. Pages will be taken down.''' | |
+ | |||
+ | There is a new site with similar but different content now in progress we will link to it when it is more complete. | ||
+ | |||
+ | This content is mostly a waste of time. | ||
= Basics = | = Basics = | ||
Line 13: | Line 17: | ||
*[[Python Output]] | *[[Python Output]] | ||
*[[Python Printing]] | *[[Python Printing]] | ||
− | + | ||
− | |||
*[[Functions]] | *[[Functions]] | ||
− | |||
− | |||
− | + | ||
<!----------- | <!----------- |
Latest revision as of 06:37, 23 February 2021
Page Status[edit]
This idea is more or less dead. Pages will be taken down.
There is a new site with similar but different content now in progress we will link to it when it is more complete.
This content is mostly a waste of time.
Basics[edit]
Some basics, not in any particular order. These topics are overviews, the intent is to use them with course assignments and provide links rather than to really cover the topic within this wiki.
Beyond Basics[edit]
We will take these up as interest dictates. Let us know.
- Graphical User Interfaces, GUIs
- Multiple Threads
- Choosing an IDE
- Debugging
- Logging
- Database Access
- Modules and Packages
- Games and Graphics
- Times and Dates
- Exceptions
- Parsing Strings
- Python Control in Applications
- Recursion
- Regular Expressions
- Graphing
Special Topics[edit]
Python works in all the domains listed below, we may not have written the pages here, but use Google where needed.
- Python Plotting
- Games in Python
- Bigger Data and Statistics
- Numerical Work, Science and Engineering
- Symbolic Mathematics
- Web Work
- Working With Images
- Testing - Unit Tests
- Naming Conventions
- Code Conventions
- Proper Internal Documentation and Comments
- Serial Communication
- Web Screen Scraping
- Python Web Servers
- Computer Vision
- Python for Phones and Tablets
- Machine Learning
- Contributing Python Code
- Codes and Ciphers
- Computer Administration
- Python and the Raspberry Pi