├── CODE_OF_CONDUCT.md ├── Data Collection and Processing with Python ├── week-1 │ └── Nested Data and Iteration.py ├── week-2 │ └── Advanced Accumulation.py └── week-3 │ └── OMDB and TasteDive Mashup.py ├── LICENSE ├── Python Classes and Inheritance ├── week-1 │ └── Python Classes and Inheritance.py └── week-2 │ └── Week two (2).py ├── Python Functions, Files, and Dictionaries ├── week-1 │ └── Assement files and dict.py ├── week-2 │ ├── Dictionary Accumulation.py │ └── Dictionary mechanics.py ├── week-3 │ ├── Functions.py │ └── Tuples.py ├── week-4 │ ├── Advance functions.py │ └── More about iteration.py └── week-5 │ ├── Peer graded project.md │ ├── Sentimental classifier.py │ └── Sorting.py ├── Python Project: pillow, tesseract, and opencv ├── Week-1 │ └── Final project.md └── Week-3 │ └── Final project.md ├── Python basic ├── week-1 │ ├── Programming in Python.py │ └── Turtle Graphics.md ├── week-2 │ ├── Lists and Strings.py │ └── Week two.py ├── week-3 │ └── Week three.py └── week-4 │ ├── Accumulating Lists and Strings.md │ ├── Lists and Strings.md │ ├── Sequence Mutation.md │ └── Way of the Programmer Week Four.md └── README.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Data Collection and Processing with Python/week-1/Nested Data and Iteration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Data Collection and Processing with Python/week-1/Nested Data and Iteration.py -------------------------------------------------------------------------------- /Data Collection and Processing with Python/week-2/Advanced Accumulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Data Collection and Processing with Python/week-2/Advanced Accumulation.py -------------------------------------------------------------------------------- /Data Collection and Processing with Python/week-3/OMDB and TasteDive Mashup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Data Collection and Processing with Python/week-3/OMDB and TasteDive Mashup.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/LICENSE -------------------------------------------------------------------------------- /Python Classes and Inheritance/week-1/Python Classes and Inheritance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Classes and Inheritance/week-1/Python Classes and Inheritance.py -------------------------------------------------------------------------------- /Python Classes and Inheritance/week-2/Week two (2).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Classes and Inheritance/week-2/Week two (2).py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-1/Assement files and dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-1/Assement files and dict.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-2/Dictionary Accumulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-2/Dictionary Accumulation.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-2/Dictionary mechanics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-2/Dictionary mechanics.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-3/Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-3/Functions.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-3/Tuples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-3/Tuples.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-4/Advance functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-4/Advance functions.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-4/More about iteration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-4/More about iteration.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-5/Peer graded project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-5/Peer graded project.md -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-5/Sentimental classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-5/Sentimental classifier.py -------------------------------------------------------------------------------- /Python Functions, Files, and Dictionaries/week-5/Sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Functions, Files, and Dictionaries/week-5/Sorting.py -------------------------------------------------------------------------------- /Python Project: pillow, tesseract, and opencv/Week-1/Final project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Project: pillow, tesseract, and opencv/Week-1/Final project.md -------------------------------------------------------------------------------- /Python Project: pillow, tesseract, and opencv/Week-3/Final project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python Project: pillow, tesseract, and opencv/Week-3/Final project.md -------------------------------------------------------------------------------- /Python basic/week-1/Programming in Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-1/Programming in Python.py -------------------------------------------------------------------------------- /Python basic/week-1/Turtle Graphics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-1/Turtle Graphics.md -------------------------------------------------------------------------------- /Python basic/week-2/Lists and Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-2/Lists and Strings.py -------------------------------------------------------------------------------- /Python basic/week-2/Week two.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-2/Week two.py -------------------------------------------------------------------------------- /Python basic/week-3/Week three.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-3/Week three.py -------------------------------------------------------------------------------- /Python basic/week-4/Accumulating Lists and Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-4/Accumulating Lists and Strings.md -------------------------------------------------------------------------------- /Python basic/week-4/Lists and Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-4/Lists and Strings.md -------------------------------------------------------------------------------- /Python basic/week-4/Sequence Mutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-4/Sequence Mutation.md -------------------------------------------------------------------------------- /Python basic/week-4/Way of the Programmer Week Four.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/Python basic/week-4/Way of the Programmer Week Four.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thunderbolt9/py3_programming/HEAD/README.md --------------------------------------------------------------------------------