├── .gitignore ├── README.md ├── Unit 01 Python Syntax ├── 01 Python Syntax │ ├── Comments │ │ ├── Multi-Lines Comment.py │ │ └── Single Line Comments.py │ ├── Math Operations │ │ ├── Exponantiation.py │ │ ├── Modulo.py │ │ └── math.py │ ├── Review │ │ └── Bringing It All Together.py │ ├── Varibles and Data Types │ │ ├── Booleans.py │ │ ├── Variables.py │ │ ├── Youve-been-reassigned.py │ │ └── welcome.py │ └── Whitespace and Statements │ │ ├── a matter of interpretation.py │ │ ├── whiteSpace.py │ │ └── whitespace means right space.py └── 02 Tip Calculator │ ├── 1-The Meal.py │ ├── 2-The tax.py │ ├── 3-The tip.py │ ├── 4-Reassign in a single line.py │ └── 5-The total.py ├── Unit 02 Strings and Console Output ├── 01 Strings and Console Outputs │ ├── Advanced Printing │ │ ├── 12-String Concatenation.py │ │ ├── 13-Explicit String Conversion.py │ │ ├── 14-String Formatting with, PART1.py │ │ └── 15-String Formatting with, PART 2.py │ ├── Print │ │ ├── 10-Printing Strings.py │ │ └── 11-Printing Variables.py │ ├── Review │ │ └── 16-and now for something completely familiar.py │ ├── String Methonds │ │ ├── 5-String Methods.py │ │ ├── 6-lower().py │ │ ├── 7-upper().py │ │ ├── 8-str().py │ │ └── 9-Dot Notation.py │ └── Strings │ │ ├── 1-Strings.py │ │ ├── 2-Practice.py │ │ ├── 3-Escaping Characters.py │ │ └── 4-Access by Index.py └── 02 Date and Time │ ├── 1-The datetime Library.py │ ├── 2-Getting the current date and time.py │ ├── 3-Extracting Information.py │ ├── 4-Hot Date.py │ ├── 5-Pretty time.py │ └── 6-Grand Finale.py ├── Unit 03 Conditionals and Control Flow ├── 01 Conditionals & Control Flow │ ├── Boolean Operators │ │ ├── 10-Min 'n' match.py │ │ ├── 5-To be or not To be.py │ │ ├── 6-And.py │ │ ├── 7-Or.py │ │ ├── 8-Not.py │ │ └── 9-This and That.py │ ├── Comparators │ │ ├── 2-Compare Closely.py │ │ ├── 3-Compare Closier.py │ │ └── 4-How the talbes have Turned.py │ ├── If, Else and Elif │ │ ├── 11-Conditional Statement Syntax.py │ │ ├── 12-If youre having.py │ │ ├── 13-else problems, I feel bad for you son.py │ │ └── 14-I got 99 problems but a switch aint one.py │ ├── Introduction to Control Flow │ │ └── 1-Go with the Flow.py │ └── Review │ │ └── 15-The big If.py └── 02 PygLatin │ ├── PygLatin PART1 │ ├── 1-Brake it Down.py │ ├── 2-Ahoy.py │ ├── 3-Input.py │ ├── 4-Check yourself.py │ ├── 5-Check yourself some more.py │ └── 6-Pop Quizz.py │ └── PygLatin PART2 │ ├── 10-Engind up.py │ ├── 11-Testing is this thing on.py │ ├── 7-Ay B C.py │ ├── 8-Word up.py │ └── 9-Move it on back.py ├── Unit 04 Functions ├── 01 Functions │ ├── Built In Functions │ │ ├── 12-On beyond Strings.py │ │ ├── 13-max.py │ │ ├── 14-min.py │ │ ├── 15-abs.py │ │ └── 16-type.py │ ├── Function Syntax │ │ ├── 2- Function Junction.py │ │ ├── 3-Call and Response.py │ │ ├── 4-Parameters and Arguments.py │ │ ├── 5-Functions and calling Functions.py │ │ └── 6-Practice Makes perfect.py │ ├── Importing Modules │ │ ├── 10-Universal Imports.py │ │ ├── 11-Here be Dragons.py │ │ ├── 7-I know Kung Fu.py │ │ ├── 8-Generic Imports.py │ │ └── 9-Function Imports.py │ ├── Introduction to Functions │ │ └── 1-What good are functions.py │ └── Review │ │ ├── 17-Functions.py │ │ ├── 18-Modules.py │ │ └── 19-Builtin Functions.py └── 02 Taking a Vacation │ ├── Planes, Hotels and Automobiles │ ├── 2-Planning your trip.py │ ├── 3-Getting there.py │ ├── 4-Transportation.py │ ├── 5-Pull it together.py │ ├── 6-Hey, You never know.py │ └── 7-Plan your Trip.py │ └── Review of Functions │ └── 1-Before we begin.py ├── Unit 05 Lists & Dictionaries ├── 01 Python Lists and Dictionaries │ ├── Dictionaries │ │ ├── 10-This next part is key.py │ │ ├── 11-New Entries.py │ │ ├── 12-Changing your mind.py │ │ ├── 13-Removing a few Things.py │ │ └── 14-Its dangerous to go alone!Take this.py │ ├── Lists Capabilities and Functions │ │ ├── 4-Late Arrivals and List length.py │ │ ├── 5-List Slicing.py │ │ ├── 6-Slicing Lists and Strings.py │ │ ├── 7-Mantaining Order.py │ │ ├── 8-For one and All.py │ │ └── 9-More with for.py │ └── Lists │ │ ├── 1-Introduction to Lists.py │ │ ├── 2-Access by Index.py │ │ └── 3-New Neibors.py └── 02 A Day at the Supermarket │ ├── Looping and lists │ ├── 1-beFOR we begin.py │ ├── 2-This is KEY.py │ ├── 3-Control flow and Looping.py │ ├── 4-Lists + Functions.py │ └── 5-String Looping.py │ ├── Owning a Store │ ├── 6-Your own Store.py │ ├── 7-Investing in Stock.py │ ├── 8-Keeping track of the Produce.py │ └── 9-Something of value.py │ └── Shopping Trip │ ├── 10-Shopping at the market.py │ ├── 11-Making a purchase.py │ ├── 12-Stocking Out.py │ └── 13-Lets Check out.py ├── Unit 06 Student Becomes the Teacher ├── 01 Good Morning Class │ ├── 1-Lesson number one.py │ ├── 2-Whats the score.py │ ├── 3-Put it together.py │ └── 4-For the Record.py └── 02 Just Average │ ├── 5-Its okay to be average.py │ ├── 6-Just weight and see.py │ ├── 7-Sending a Letter.py │ ├── 8-Part of the Whole.py │ └── 9-How is everything doing.py ├── Unit 07 Lists and Functions ├── 01 Lists and Functions │ ├── Function Recap │ │ ├── 5-Changing the functionality of a function.py │ │ ├── 6-More than one Argument.py │ │ └── 7-Strings in Functions.py │ ├── Introdution to using Functions with Lists │ │ ├── 10-Modifying an element of a list in a function.py │ │ ├── 11-List manipulation in functions.py │ │ ├── 8-Passing a list to a Function.py │ │ └── 9-Using an element from a list in a function.py │ ├── List Recap │ │ ├── 1-List accessing.py │ │ ├── 2-List element modification.py │ │ ├── 3-Appending to a list.py │ │ └── 4-Removing elements from lists.py │ ├── Using Lists of Lists in Functions │ │ ├── 17-Using two lists as two arguments in a function.py │ │ └── 18-Using a list of lists in a function.py │ └── Using the entire list in a Function │ │ ├── 12-Printing out a list item by item in a function.py │ │ ├── 13-Modifying each element in a list in a function.py │ │ ├── 14-Passing a range into a function.py │ │ ├── 15-Iterating over a list in a function.py │ │ └── 16-Using strings in lists in functions.py └── 02 Battleship │ ├── Dont Sinc my Battleship │ ├── 1-Welcome to Battleship.py │ ├── 2-Getting Our Feet Wet.py │ ├── 3-Make a List.py │ ├── 4-Check it Twice.py │ ├── 5-Custom Print.py │ ├── 6-Printing Pretty.py │ ├── 7-Hide.py │ ├── 8-And Seek.py │ └── 9-It's Not Cheating—It's Debugging.py │ ├── Hit or Miss │ ├── 10-You Win.py │ ├── 11-Danger, Will Robinson.py │ ├── 12-Bad Aim.py │ ├── 13-Not Again.py │ └── 14-Test Run.py │ └── You Sunk my Battleship │ ├── 15-Play it, Sam.py │ ├── 16-Game Over.py │ ├── 17-A Real Win.py │ └── 18-To Your Battle Stations.py ├── Unit 08 Loops ├── 01 Loops │ ├── For Loops │ │ ├── 10-For your hobbies.py │ │ ├── 11-For your Strings.py │ │ ├── 12-For your A.py │ │ ├── 13-For your lists.py │ │ └── 9-for your Health.py │ └── Step Up 'For's │ │ ├── 14-Looping over a Dictionary.py │ │ ├── 15-Counting as you go.py │ │ ├── 16-Multiple Lists.py │ │ ├── 17-For, Else.py │ │ ├── 18-Change it Up.py │ │ ├── 19-Create your own.py │ │ └── While Loops │ │ ├── 1-While you're here.py │ │ ├── 2-Condition.py │ │ ├── 3-While You're at it.py │ │ ├── 4-Simple Errors.py │ │ ├── 5-Infinite Loops.py │ │ ├── 6-Break.py │ │ ├── 7-While and Else.py │ │ └── 8-Your own While and Else.py └── 02 Practice makes perfect │ ├── Fun with Numbers │ ├── 1-Practice! Practice, Practice!.py │ ├── 2-is_even.py │ ├── 3-is_int.py │ ├── 4-digit_sum.py │ ├── 5-Factorial.py │ ├── 6-is_prime using for loop.py │ └── 6-is_prime.py │ ├── Listing your problems │ ├── 11-Count.py │ ├── 12-purify.py │ ├── 13-Product.py │ ├── 14-Remove_duplicates.py │ └── 15-Median.py │ └── String it together │ ├── 10-censor.py │ ├── 7-Reverse.py │ ├── 8-Anti_vowels.py │ └── 9-scrabble_score.py ├── Unit 09 Exam Statistics ├── 01 Review │ ├── 1-Lets look at those grades.py │ ├── 2-Print those grades.py │ └── 3-Review.py ├── 02 The average grade │ ├── 4-The sum of scores.py │ ├── 5-Computing the Average.py │ └── 6-Review.py ├── 03 Do the grades vary? │ ├── 7-The Variance.py │ ├── 8-Standard Deviation.py │ └── 9-Review.py └── examstats.py ├── Unit 10 Advanced Topics in Python ├── 01 Advanced Topics in Python │ ├── Iteration Nation │ │ ├── 1-Iterators for Dictionaries.py │ │ ├── 2-keys and values.py │ │ └── 3-The in Operator.py │ ├── Lambdas │ │ ├── 12-Anonymous Functions.py │ │ ├── 13-Lambda Syntax.py │ │ └── 14-Try It.py │ ├── List Comprehentions │ │ ├── 4-Building Lists.py │ │ ├── 5-List Comprehension Syntax.py │ │ └── 6-Now You Try.py │ ├── List Slicing │ │ ├── 10-Stride Length.py │ │ ├── 11-Practice Makes Perfect.py │ │ ├── 7-List Slicing Syntax.py │ │ ├── 8-Omitting Indices.py │ │ └── 9-Reversing a List.py │ └── Review │ │ ├── 15-Iterating Over Dictionaries.py │ │ ├── 16-Comprehending Comprehensions.py │ │ ├── 17-List Slicing.py │ │ └── 18-Lambda Expressions.py └── 02 Introduction to Bitwise Operators │ ├── A bit more Complicated │ ├── 11-The Man Behind the Bit Mask.py │ ├── 12-Turn It On.py │ ├── 13-Just Flip Out.py │ └── 14-Slip and Slide .py │ ├── Binary representation │ ├── 1-Just a Little BIT.py │ ├── 2-Lesson I0: The Base 2 Number System.py │ ├── 3-I Can Count to 1100!.py │ ├── 4-The bin() Function.py │ └── 5-int()'s Second Parameter.py │ └── The Bitwise Operators │ ├── 10-See? This is NOT That Hard!.py │ ├── 6-Slide to the Left! Slide to the Right!.py │ ├── 7-A BIT of This AND That.py │ ├── 8-A BIT of This OR That.py │ └── 9-This XOR That?.py ├── Unit 11 Introduction to Classes ├── 01 Introduction to classes │ ├── Class Basics │ │ ├── 1-Why Use Classes.py │ │ ├── 2-Class Syntax.py │ │ ├── 3-Classier Classes.py │ │ ├── 4-Lets Not Get Too Selfish.py │ │ └── 5-Instantiating Your First Object.py │ ├── Inheritance │ │ ├── 11-Warning: Here Be Dragons.py │ │ ├── 12-Inheritance Syntax.py │ │ ├── 13-Override.py │ │ └── 14-This Looks Like a Job For.py │ ├── Member Variables and Functions │ │ ├── 10-Its Not All Animals and Fruits.py │ │ ├── 6-More on init and self.py │ │ ├── 7-Class Scope.py │ │ ├── 8-A Methodical Approach.py │ │ └── 9-They are Multiplying.py │ └── Review │ │ ├── 15-Class Basics.py │ │ ├── 16-Class It Up.py │ │ ├── 17-Instantiate an Object.py │ │ └── 18-Inheritance.py └── 02 Classes │ ├── A review of Classes │ ├── 1-Class basics.py │ ├── 2-Create an instance of a class.py │ ├── 3-Class member variables.py │ ├── 4-Calling class member variables.py │ ├── 5-Initializing a class.py │ └── 6-Referring to member variables.py │ └── Using Classes │ ├── 10-Overriding methods.py │ ├── 11-Building useful classes.py │ ├── 7-Creating class methods.py │ ├── 8-Modifying member variables.py │ └── 9-Inheritance.py ├── Unit 12 File Input and Output ├── 01 Introduction to file I-O │ ├── 1-See It to Believe It.py │ ├── 2-The open Function.py │ ├── 3-Writing.py │ └── 4-Reading.py └── 02 The Devil's in the Details │ ├── 5-Reading Between the Lines.py │ ├── 6-PSA: Buffering Data.py │ ├── 7-The with and as Keywords.py │ ├── 8-Try It Yourself.py │ └── 9-Case Closed?.py └── _config.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/README.md -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Comments/Multi-Lines Comment.py: -------------------------------------------------------------------------------- 1 | """ eai jovem 2 | blz 3 | """ 4 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Comments/Single Line Comments.py: -------------------------------------------------------------------------------- 1 | # haha 2 | 3 | mysterious_variable = 42 4 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Math Operations/Exponantiation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Math Operations/Exponantiation.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Math Operations/Modulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Math Operations/Modulo.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Math Operations/math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Math Operations/math.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Review/Bringing It All Together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Review/Bringing It All Together.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/Booleans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/Booleans.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/Variables.py: -------------------------------------------------------------------------------- 1 | # Write your code below! 2 | my_variable = 10 3 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/Youve-been-reassigned.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/Youve-been-reassigned.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Varibles and Data Types/welcome.py: -------------------------------------------------------------------------------- 1 | print "Welcome to Python!" 2 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Whitespace and Statements/a matter of interpretation.py: -------------------------------------------------------------------------------- 1 | spam = True 2 | eggs = False 3 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Whitespace and Statements/whiteSpace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Whitespace and Statements/whiteSpace.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/01 Python Syntax/Whitespace and Statements/whitespace means right space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/01 Python Syntax/Whitespace and Statements/whitespace means right space.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/02 Tip Calculator/1-The Meal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/02 Tip Calculator/1-The Meal.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/02 Tip Calculator/2-The tax.py: -------------------------------------------------------------------------------- 1 | meal = 44.50 2 | tax = 0.0675 3 | -------------------------------------------------------------------------------- /Unit 01 Python Syntax/02 Tip Calculator/3-The tip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/02 Tip Calculator/3-The tip.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/02 Tip Calculator/4-Reassign in a single line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/02 Tip Calculator/4-Reassign in a single line.py -------------------------------------------------------------------------------- /Unit 01 Python Syntax/02 Tip Calculator/5-The total.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 01 Python Syntax/02 Tip Calculator/5-The total.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/12-String Concatenation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/12-String Concatenation.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/13-Explicit String Conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/13-Explicit String Conversion.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/14-String Formatting with, PART1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/14-String Formatting with, PART1.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/15-String Formatting with, PART 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Advanced Printing/15-String Formatting with, PART 2.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Print/10-Printing Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Print/10-Printing Strings.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Print/11-Printing Variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Print/11-Printing Variables.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Review/16-and now for something completely familiar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Review/16-and now for something completely familiar.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/5-String Methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/5-String Methods.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/6-lower().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/6-lower().py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/7-upper().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/7-upper().py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/8-str().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/8-str().py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/9-Dot Notation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/String Methonds/9-Dot Notation.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/1-Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/1-Strings.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/2-Practice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/2-Practice.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/3-Escaping Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/3-Escaping Characters.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/4-Access by Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/01 Strings and Console Outputs/Strings/4-Access by Index.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/1-The datetime Library.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/1-The datetime Library.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/2-Getting the current date and time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/2-Getting the current date and time.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/3-Extracting Information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/3-Extracting Information.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/4-Hot Date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/4-Hot Date.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/5-Pretty time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/5-Pretty time.py -------------------------------------------------------------------------------- /Unit 02 Strings and Console Output/02 Date and Time/6-Grand Finale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 02 Strings and Console Output/02 Date and Time/6-Grand Finale.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/10-Min 'n' match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/10-Min 'n' match.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/5-To be or not To be.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/5-To be or not To be.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/6-And.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/6-And.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/7-Or.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/7-Or.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/8-Not.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/8-Not.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/9-This and That.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Boolean Operators/9-This and That.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/2-Compare Closely.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/2-Compare Closely.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/3-Compare Closier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/3-Compare Closier.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/4-How the talbes have Turned.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Comparators/4-How the talbes have Turned.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/11-Conditional Statement Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/11-Conditional Statement Syntax.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/12-If youre having.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/12-If youre having.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/13-else problems, I feel bad for you son.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/13-else problems, I feel bad for you son.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/14-I got 99 problems but a switch aint one.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/If, Else and Elif/14-I got 99 problems but a switch aint one.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Introduction to Control Flow/1-Go with the Flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Introduction to Control Flow/1-Go with the Flow.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Review/15-The big If.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/01 Conditionals & Control Flow/Review/15-The big If.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/1-Brake it Down.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/1-Brake it Down.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/2-Ahoy.py: -------------------------------------------------------------------------------- 1 | print 'Pig Latin' 2 | -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/3-Input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/3-Input.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/4-Check yourself.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/4-Check yourself.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/5-Check yourself some more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/5-Check yourself some more.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/6-Pop Quizz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART1/6-Pop Quizz.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/10-Engind up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/10-Engind up.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/11-Testing is this thing on.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/11-Testing is this thing on.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/7-Ay B C.py: -------------------------------------------------------------------------------- 1 | pyg = 'ay' 2 | -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/8-Word up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/8-Word up.py -------------------------------------------------------------------------------- /Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/9-Move it on back.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 03 Conditionals and Control Flow/02 PygLatin/PygLatin PART2/9-Move it on back.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Built In Functions/12-On beyond Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Built In Functions/12-On beyond Strings.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Built In Functions/13-max.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Built In Functions/13-max.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Built In Functions/14-min.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Built In Functions/14-min.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Built In Functions/15-abs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Built In Functions/15-abs.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Built In Functions/16-type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Built In Functions/16-type.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Function Syntax/2- Function Junction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Function Syntax/2- Function Junction.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Function Syntax/3-Call and Response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Function Syntax/3-Call and Response.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Function Syntax/4-Parameters and Arguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Function Syntax/4-Parameters and Arguments.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Function Syntax/5-Functions and calling Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Function Syntax/5-Functions and calling Functions.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Function Syntax/6-Practice Makes perfect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Function Syntax/6-Practice Makes perfect.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Importing Modules/10-Universal Imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Importing Modules/10-Universal Imports.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Importing Modules/11-Here be Dragons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Importing Modules/11-Here be Dragons.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Importing Modules/7-I know Kung Fu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Importing Modules/7-I know Kung Fu.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Importing Modules/8-Generic Imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Importing Modules/8-Generic Imports.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Importing Modules/9-Function Imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Importing Modules/9-Function Imports.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Introduction to Functions/1-What good are functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Introduction to Functions/1-What good are functions.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Review/17-Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Review/17-Functions.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Review/18-Modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Review/18-Modules.py -------------------------------------------------------------------------------- /Unit 04 Functions/01 Functions/Review/19-Builtin Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/01 Functions/Review/19-Builtin Functions.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/2-Planning your trip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/2-Planning your trip.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/3-Getting there.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/3-Getting there.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/4-Transportation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/4-Transportation.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/5-Pull it together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/5-Pull it together.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/6-Hey, You never know.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/6-Hey, You never know.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/7-Plan your Trip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 04 Functions/02 Taking a Vacation/Planes, Hotels and Automobiles/7-Plan your Trip.py -------------------------------------------------------------------------------- /Unit 04 Functions/02 Taking a Vacation/Review of Functions/1-Before we begin.py: -------------------------------------------------------------------------------- 1 | def answer(): 2 | return 42 3 | -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/10-This next part is key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/10-This next part is key.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/11-New Entries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/11-New Entries.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/12-Changing your mind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/12-Changing your mind.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/13-Removing a few Things.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/13-Removing a few Things.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/14-Its dangerous to go alone!Take this.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Dictionaries/14-Its dangerous to go alone!Take this.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/4-Late Arrivals and List length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/4-Late Arrivals and List length.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/5-List Slicing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/5-List Slicing.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/6-Slicing Lists and Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/6-Slicing Lists and Strings.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/7-Mantaining Order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/7-Mantaining Order.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/8-For one and All.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/8-For one and All.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/9-More with for.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists Capabilities and Functions/9-More with for.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/1-Introduction to Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/1-Introduction to Lists.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/2-Access by Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/2-Access by Index.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/3-New Neibors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/01 Python Lists and Dictionaries/Lists/3-New Neibors.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/1-beFOR we begin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/1-beFOR we begin.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/2-This is KEY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/2-This is KEY.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/3-Control flow and Looping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/3-Control flow and Looping.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/4-Lists + Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/4-Lists + Functions.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/5-String Looping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Looping and lists/5-String Looping.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/6-Your own Store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/6-Your own Store.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/7-Investing in Stock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/7-Investing in Stock.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/8-Keeping track of the Produce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/8-Keeping track of the Produce.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/9-Something of value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Owning a Store/9-Something of value.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/10-Shopping at the market.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/10-Shopping at the market.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/11-Making a purchase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/11-Making a purchase.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/12-Stocking Out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/12-Stocking Out.py -------------------------------------------------------------------------------- /Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/13-Lets Check out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 05 Lists & Dictionaries/02 A Day at the Supermarket/Shopping Trip/13-Lets Check out.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/01 Good Morning Class/1-Lesson number one.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/01 Good Morning Class/1-Lesson number one.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/01 Good Morning Class/2-Whats the score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/01 Good Morning Class/2-Whats the score.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/01 Good Morning Class/3-Put it together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/01 Good Morning Class/3-Put it together.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/01 Good Morning Class/4-For the Record.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/01 Good Morning Class/4-For the Record.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/02 Just Average/5-Its okay to be average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/02 Just Average/5-Its okay to be average.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/02 Just Average/6-Just weight and see.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/02 Just Average/6-Just weight and see.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/02 Just Average/7-Sending a Letter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/02 Just Average/7-Sending a Letter.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/02 Just Average/8-Part of the Whole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/02 Just Average/8-Part of the Whole.py -------------------------------------------------------------------------------- /Unit 06 Student Becomes the Teacher/02 Just Average/9-How is everything doing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 06 Student Becomes the Teacher/02 Just Average/9-How is everything doing.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/5-Changing the functionality of a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/5-Changing the functionality of a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/6-More than one Argument.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/6-More than one Argument.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/7-Strings in Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Function Recap/7-Strings in Functions.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/10-Modifying an element of a list in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/10-Modifying an element of a list in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/11-List manipulation in functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/11-List manipulation in functions.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/8-Passing a list to a Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/8-Passing a list to a Function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/9-Using an element from a list in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Introdution to using Functions with Lists/9-Using an element from a list in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/List Recap/1-List accessing.py: -------------------------------------------------------------------------------- 1 | n = [1, 3, 5] 2 | 3 | # Add your code below 4 | print n[1] 5 | -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/List Recap/2-List element modification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/List Recap/2-List element modification.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/List Recap/3-Appending to a list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/List Recap/3-Appending to a list.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/List Recap/4-Removing elements from lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/List Recap/4-Removing elements from lists.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using Lists of Lists in Functions/17-Using two lists as two arguments in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using Lists of Lists in Functions/17-Using two lists as two arguments in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using Lists of Lists in Functions/18-Using a list of lists in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using Lists of Lists in Functions/18-Using a list of lists in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/12-Printing out a list item by item in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/12-Printing out a list item by item in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/13-Modifying each element in a list in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/13-Modifying each element in a list in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/14-Passing a range into a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/14-Passing a range into a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/15-Iterating over a list in a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/15-Iterating over a list in a function.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/16-Using strings in lists in functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/01 Lists and Functions/Using the entire list in a Function/16-Using strings in lists in functions.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/1-Welcome to Battleship.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/2-Getting Our Feet Wet.py: -------------------------------------------------------------------------------- 1 | board = [] 2 | -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/3-Make a List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/3-Make a List.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/4-Check it Twice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/4-Check it Twice.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/5-Custom Print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/5-Custom Print.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/6-Printing Pretty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/6-Printing Pretty.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/7-Hide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/7-Hide.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/8-And Seek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/8-And Seek.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/9-It's Not Cheating—It's Debugging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Dont Sinc my Battleship/9-It's Not Cheating—It's Debugging.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Hit or Miss/10-You Win.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Hit or Miss/10-You Win.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Hit or Miss/11-Danger, Will Robinson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Hit or Miss/11-Danger, Will Robinson.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Hit or Miss/12-Bad Aim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Hit or Miss/12-Bad Aim.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Hit or Miss/13-Not Again.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Hit or Miss/13-Not Again.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/Hit or Miss/14-Test Run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/Hit or Miss/14-Test Run.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/15-Play it, Sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/15-Play it, Sam.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/16-Game Over.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/16-Game Over.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/17-A Real Win.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/17-A Real Win.py -------------------------------------------------------------------------------- /Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/18-To Your Battle Stations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 07 Lists and Functions/02 Battleship/You Sunk my Battleship/18-To Your Battle Stations.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/For Loops/10-For your hobbies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/For Loops/10-For your hobbies.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/For Loops/11-For your Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/For Loops/11-For your Strings.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/For Loops/12-For your A.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/For Loops/12-For your A.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/For Loops/13-For your lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/For Loops/13-For your lists.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/For Loops/9-for your Health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/For Loops/9-for your Health.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/14-Looping over a Dictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/14-Looping over a Dictionary.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/15-Counting as you go.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/15-Counting as you go.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/16-Multiple Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/16-Multiple Lists.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/17-For, Else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/17-For, Else.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/18-Change it Up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/18-Change it Up.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/19-Create your own.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/19-Create your own.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/1-While you're here.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/1-While you're here.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/2-Condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/2-Condition.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/3-While You're at it.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/3-While You're at it.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/4-Simple Errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/4-Simple Errors.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/5-Infinite Loops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/5-Infinite Loops.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/6-Break.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/6-Break.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/7-While and Else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/7-While and Else.py -------------------------------------------------------------------------------- /Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/8-Your own While and Else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/01 Loops/Step Up 'For's/While Loops/8-Your own While and Else.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/1-Practice! Practice, Practice!.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/2-is_even.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/2-is_even.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/3-is_int.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/3-is_int.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/4-digit_sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/4-digit_sum.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/5-Factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/5-Factorial.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/6-is_prime using for loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/6-is_prime using for loop.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/6-is_prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Fun with Numbers/6-is_prime.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Listing your problems/11-Count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Listing your problems/11-Count.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Listing your problems/12-purify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Listing your problems/12-purify.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Listing your problems/13-Product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Listing your problems/13-Product.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Listing your problems/14-Remove_duplicates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Listing your problems/14-Remove_duplicates.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/Listing your problems/15-Median.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/Listing your problems/15-Median.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/String it together/10-censor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/String it together/10-censor.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/String it together/7-Reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/String it together/7-Reverse.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/String it together/8-Anti_vowels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/String it together/8-Anti_vowels.py -------------------------------------------------------------------------------- /Unit 08 Loops/02 Practice makes perfect/String it together/9-scrabble_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 08 Loops/02 Practice makes perfect/String it together/9-scrabble_score.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/01 Review/1-Lets look at those grades.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/01 Review/1-Lets look at those grades.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/01 Review/2-Print those grades.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/01 Review/2-Print those grades.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/01 Review/3-Review.py: -------------------------------------------------------------------------------- 1 | print "Let's compute some stats!" 2 | -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/02 The average grade/4-The sum of scores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/02 The average grade/4-The sum of scores.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/02 The average grade/5-Computing the Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/02 The average grade/5-Computing the Average.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/02 The average grade/6-Review.py: -------------------------------------------------------------------------------- 1 | print "Time to conquer the variance!" 2 | -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/03 Do the grades vary?/7-The Variance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/03 Do the grades vary?/7-The Variance.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/03 Do the grades vary?/8-Standard Deviation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/03 Do the grades vary?/8-Standard Deviation.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/03 Do the grades vary?/9-Review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/03 Do the grades vary?/9-Review.py -------------------------------------------------------------------------------- /Unit 09 Exam Statistics/examstats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 09 Exam Statistics/examstats.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/1-Iterators for Dictionaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/1-Iterators for Dictionaries.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/2-keys and values.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/2-keys and values.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/3-The in Operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Iteration Nation/3-The in Operator.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/12-Anonymous Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/12-Anonymous Functions.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/13-Lambda Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/13-Lambda Syntax.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/14-Try It.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Lambdas/14-Try It.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/4-Building Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/4-Building Lists.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/5-List Comprehension Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/5-List Comprehension Syntax.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/6-Now You Try.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Comprehentions/6-Now You Try.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/10-Stride Length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/10-Stride Length.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/11-Practice Makes Perfect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/11-Practice Makes Perfect.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/7-List Slicing Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/7-List Slicing Syntax.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/8-Omitting Indices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/8-Omitting Indices.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/9-Reversing a List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/List Slicing/9-Reversing a List.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/15-Iterating Over Dictionaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/15-Iterating Over Dictionaries.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/16-Comprehending Comprehensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/16-Comprehending Comprehensions.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/17-List Slicing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/17-List Slicing.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/18-Lambda Expressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/01 Advanced Topics in Python/Review/18-Lambda Expressions.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/11-The Man Behind the Bit Mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/11-The Man Behind the Bit Mask.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/12-Turn It On.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/12-Turn It On.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/13-Just Flip Out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/13-Just Flip Out.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/14-Slip and Slide .py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/A bit more Complicated/14-Slip and Slide .py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/1-Just a Little BIT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/1-Just a Little BIT.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/2-Lesson I0: The Base 2 Number System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/2-Lesson I0: The Base 2 Number System.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/3-I Can Count to 1100!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/3-I Can Count to 1100!.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/4-The bin() Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/4-The bin() Function.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/5-int()'s Second Parameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/Binary representation/5-int()'s Second Parameter.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/10-See? This is NOT That Hard!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/10-See? This is NOT That Hard!.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/6-Slide to the Left! Slide to the Right!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/6-Slide to the Left! Slide to the Right!.py -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/7-A BIT of This AND That.py: -------------------------------------------------------------------------------- 1 | print bin(0b1110 & 0b101) 2 | -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/8-A BIT of This OR That.py: -------------------------------------------------------------------------------- 1 | print bin(0b1110 | 0b101) 2 | -------------------------------------------------------------------------------- /Unit 10 Advanced Topics in Python/02 Introduction to Bitwise Operators/The Bitwise Operators/9-This XOR That?.py: -------------------------------------------------------------------------------- 1 | print bin(0b1110 ^ 0b101) 2 | -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/1-Why Use Classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/1-Why Use Classes.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/2-Class Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/2-Class Syntax.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/3-Classier Classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/3-Classier Classes.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/4-Lets Not Get Too Selfish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/4-Lets Not Get Too Selfish.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/5-Instantiating Your First Object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Class Basics/5-Instantiating Your First Object.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/11-Warning: Here Be Dragons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/11-Warning: Here Be Dragons.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/12-Inheritance Syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/12-Inheritance Syntax.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/13-Override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/13-Override.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/14-This Looks Like a Job For.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Inheritance/14-This Looks Like a Job For.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/10-Its Not All Animals and Fruits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/10-Its Not All Animals and Fruits.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/6-More on init and self.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/6-More on init and self.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/7-Class Scope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/7-Class Scope.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/8-A Methodical Approach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/8-A Methodical Approach.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/9-They are Multiplying.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Member Variables and Functions/9-They are Multiplying.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Review/15-Class Basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Review/15-Class Basics.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Review/16-Class It Up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Review/16-Class It Up.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Review/17-Instantiate an Object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Review/17-Instantiate an Object.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/01 Introduction to classes/Review/18-Inheritance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/01 Introduction to classes/Review/18-Inheritance.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/1-Class basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/1-Class basics.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/2-Create an instance of a class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/2-Create an instance of a class.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/3-Class member variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/3-Class member variables.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/4-Calling class member variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/4-Calling class member variables.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/5-Initializing a class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/5-Initializing a class.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/A review of Classes/6-Referring to member variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/A review of Classes/6-Referring to member variables.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/Using Classes/10-Overriding methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/Using Classes/10-Overriding methods.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/Using Classes/11-Building useful classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/Using Classes/11-Building useful classes.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/Using Classes/7-Creating class methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/Using Classes/7-Creating class methods.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/Using Classes/8-Modifying member variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/Using Classes/8-Modifying member variables.py -------------------------------------------------------------------------------- /Unit 11 Introduction to Classes/02 Classes/Using Classes/9-Inheritance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 11 Introduction to Classes/02 Classes/Using Classes/9-Inheritance.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/01 Introduction to file I-O/1-See It to Believe It.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/01 Introduction to file I-O/1-See It to Believe It.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/01 Introduction to file I-O/2-The open Function.py: -------------------------------------------------------------------------------- 1 | my_file = open("output.txt", "r+") 2 | -------------------------------------------------------------------------------- /Unit 12 File Input and Output/01 Introduction to file I-O/3-Writing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/01 Introduction to file I-O/3-Writing.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/01 Introduction to file I-O/4-Reading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/01 Introduction to file I-O/4-Reading.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/02 The Devil's in the Details/5-Reading Between the Lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/02 The Devil's in the Details/5-Reading Between the Lines.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/02 The Devil's in the Details/6-PSA: Buffering Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/02 The Devil's in the Details/6-PSA: Buffering Data.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/02 The Devil's in the Details/7-The with and as Keywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/02 The Devil's in the Details/7-The with and as Keywords.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/02 The Devil's in the Details/8-Try It Yourself.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/02 The Devil's in the Details/8-Try It Yourself.py -------------------------------------------------------------------------------- /Unit 12 File Input and Output/02 The Devil's in the Details/9-Case Closed?.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/Unit 12 File Input and Output/02 The Devil's in the Details/9-Case Closed?.py -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renjithsraj/codecademy-python-exercises/HEAD/_config.yml --------------------------------------------------------------------------------