net
Search this site
Navigation
Home
Sitemap
Home
>
Python
Silly Basics:
Header
: Add this to the top of the script
Variable types
: Defining what the data is in a variable
Strings
: Single variable of any length
Lists
: Arrays or lists of values
Tuples
: a read only list
Dictionaries
: Hashes or key value lists.
Loops
: for, while, break, continue
Examples:
Script Arguments
: how to use/define arguments in your script
read/write to csv
: how to read and write to a csv file
Messing with the OS:
viewing directories
: getting lists of files and folders
Logging and Debugging
: How to properly log and set log levels for debugging
References:
Learning Python the Hard Way
:
PyCharm Edu 2
:
Sublime Text
: Text editor
Subpages
(11):
Dictionaries
Header
Lists
Logging and Debugging
Loops
read/write to csv
Script Arguments
Strings
Tuples
Variables
viewing directories
Comments