File | Size |
---|
Lesson_1._Introduction.mp4 | 6.90 MB |
Lesson_10._The_int()_method_to_convert_to_Integers.mp4 | 5.45 MB |
Lesson_100._Making_requests_in_Python.mp4 | 29.58 MB |
Lesson_101._What_is_OAuth_.mp4 | 14.68 MB |
Lesson_102._Creating_a_Twitter_app.mp4 | 11.57 MB |
Lesson_103._Setting_up_Twitter_login.mp4 | 11.77 MB |
Lesson_104._Getting_the_OAuth_request_token.mp4 | 36.47 MB |
Lesson_105._More_on_the_Python_debuggerGÇöan_essential_tool.mp4 | 14.27 MB |
Lesson_106._Getting_authorization_by_the_user.mp4 | 21.31 MB |
Lesson_107._Getting_the_OAuth_access_token.mp4 | 17.98 MB |
Lesson_108._Performing_Twitter_requests-_getting_images.mp4 | 50.76 MB |
Lesson_109._Reusing_code_from_the_last_section_to_save_users.mp4 | 30.78 MB |
Lesson_11._The_format()_method_to_simplify_String_formatting.mp4 | 14.81 MB |
Lesson_110._Creating_users_in_our_app.mp4 | 24.11 MB |
Lesson_111._Retrieving_users_in_our_app.mp4 | 44.93 MB |
Lesson_112._Cleaning_up_the_codeGÇöextremely_important!.mp4 | 56.99 MB |
Lesson_113._Introduction_to_Flask_and_Python_Web_Development.mp4 | 34.08 MB |
Lesson_114._Adding_a_Twitter_login_endpoint.mp4 | 25.23 MB |
Lesson_115._Adding_Twitter_authorization.mp4 | 59.98 MB |
Lesson_116._Creating_the_user_profile.mp4 | 23.38 MB |
Lesson_117._The_Flask_before_request_decorator.mp4 | 24.25 MB |
Lesson_118._Checking_if_a_user_is_already_logged_in.mp4 | 8.47 MB |
Lesson_119._Searching_tweets_and_displaying_them.mp4 | 19.50 MB |
Lesson_12._Lists_in_Python.mp4 | 9.90 MB |
Lesson_120._Searching_for_different_things.mp4 | 10.11 MB |
Lesson_121._What_is_Bootstrap_.mp4 | 24.76 MB |
Lesson_122._Writing_our_own_CSS.mp4 | 15.18 MB |
Lesson_123._Allowing_users_to_perform_custom_searches.mp4 | 16.70 MB |
Lesson_124._Adding_sentiment_analysis_with_another_API.mp4 | 37.25 MB |
Lesson_125._What_is_Git_.mp4 | 12.78 MB |
Lesson_126._Installing_Git_on_Mac_and_Windows.mp4 | 23.04 MB |
Lesson_127._Introduction_to_the_UNIX_terminal.mp4 | 14.84 MB |
Lesson_128._The_VIM_text_editor,_a_powerful_terminal_editor.mp4 | 10.91 MB |
Lesson_129._Dealing_with_files_in_the_UNIX_terminal.mp4 | 7.74 MB |
Lesson_13._The_for_loop_in_Python.mp4 | 6.99 MB |
Lesson_130._What_is_a_Git_repository_.mp4 | 11.80 MB |
Lesson_131._git_init_GÇö_create_a_Git_repository.mp4 | 7.91 MB |
Lesson_132._git_add_and_git_commit_GÇö_staging_and_committing.mp4 | 18.21 MB |
Lesson_133._git_log_GÇö_viewing_past_commits.mp4 | 4.94 MB |
Lesson_134._Creating_a_repository_on_GitHub.mp4 | 7.75 MB |
Lesson_135._git_remote_GÇö_managing_remote_repositories.mp4 | 7.01 MB |
Lesson_136._Adding_your_SSH_key_to_GitHub.mp4 | 14.03 MB |
Lesson_137._What_is_a_README_file__Introduction_to_Markdown.mp4 | 16.02 MB |
Lesson_138._git_pull_GÇö_pulling_other's_changes.mp4 | 6.28 MB |
Lesson_139._OOP-_Inheritance.mp4 | 30.39 MB |
Lesson_14._Boolean_expressions,_True_and_False.mp4 | 10.99 MB |
Lesson_140._OOP-_Multiple_Inheritance_in_Python.mp4 | 12.11 MB |
Lesson_141._OOP-_What_is_composition_.mp4 | 9.66 MB |
Lesson_142._OOP-_What_is_encapsulation_.mp4 | 36.39 MB |
Lesson_143._Introduction_to_Exceptions_in_Python.mp4 | 26.33 MB |
Lesson_144._Creating_our_own_Exceptions.mp4 | 16.78 MB |
Lesson_145._Some_of_the_available_built-in_Exceptions.mp4 | 15.01 MB |
Lesson_146._Python_built-in_methods.mp4 | 46.96 MB |
Lesson_147._Assertions_in_Python.mp4 | 15.94 MB |
Lesson_148._Lambda_expressions_in_Python.mp4 | 16.86 MB |
Lesson_149._More_uses_of_lambda_expressions.mp4 | 21.00 MB |
Lesson_15._If_statements_in_Python.mp4 | 9.41 MB |
Lesson_150._Lambda_expressions_in_the_wild.mp4 | 40.18 MB |
Lesson_151._Introduction_to_unit_testing_with_unittest.mp4 | 48.97 MB |
Lesson_152._What_are_data_structures_.mp4 | 11.80 MB |
Lesson_153._What_is_a_Linked_List_.mp4 | 18.39 MB |
Lesson_154._Introduction_to_Linked_List_Assignment.mp4 | 23.63 MB |
Lesson_155._Programming_our_own_Linked_List_in_Python.mp4 | 20.01 MB |
Lesson_156._Creating_a_Queue.mp4 | 13.45 MB |
Lesson_157._Introduction_to_Queue_Assignment.mp4 | 25.68 MB |
Lesson_158._Programming_our_own_Queue_in_Python.mp4 | 33.62 MB |
Lesson_159._Creating_a_Stack.mp4 | 8.04 MB |
Lesson_16._The_'in'_keyword_to_check_whether_a_list_contains_an_element.mp4 | 9.94 MB |
Lesson_160._Introduction_to_Stack_Assignment.mp4 | 13.54 MB |
Lesson_161._Programming_our_own_Stack_in_Python.mp4 | 17.54 MB |
Lesson_162._Creating_a_Binary_Tree.mp4 | 16.29 MB |
Lesson_163._Introduction_to_Binary_Tree_Assignment.mp4 | 17.70 MB |
Lesson_164._Programming_our_own_Binary_Tree_in_Python.mp4 | 21.19 MB |
Lesson_17._Giving_the_user_multiple_chances_in_our_program.mp4 | 19.48 MB |
Lesson_18._Generating_random_integers_in_Python.mp4 | 19.35 MB |
Lesson_19._Defining_our_own_methods_in_Python.mp4 | 16.93 MB |
Lesson_2._Installing_Python_on_Windows.mp4 | 6.76 MB |
Lesson_20._Returning_values_from_our_methods_in_Python.mp4 | 12.38 MB |
Lesson_21._The_String_split()_method.mp4 | 7.42 MB |
Lesson_22._List_comprehension_in_Python.mp4 | 13.22 MB |
Lesson_23._Python_Sets_GÇö_what_is_a_Set_.mp4 | 14.69 MB |
Lesson_24._Set_comprehension_in_Python.mp4 | 11.98 MB |
Lesson_25._Creating_our_lottery_numbers.mp4 | 17.85 MB |
Lesson_26._Calculating_the_lottery_winnings.mp4 | 15.82 MB |
Lesson_27._Installing_PyCharm,_a_professional_Python_tool.mp4 | 7.77 MB |
Lesson_28._Setting_up_PyCharm_on_Mac.mp4 | 25.36 MB |
Lesson_29._Setting_up_PyCharm_on_Windows.mp4 | 48.41 MB |
Lesson_3._Installing_Python_on_Mac.mp4 | 4.02 MB |
Lesson_30._Dictionaries_in_Python.mp4 | 18.46 MB |
Lesson_31._Advanced_Dictionary_usage_in_Python.mp4 | 15.86 MB |
Lesson_32._Methods_returning_dictionaries.mp4 | 15.35 MB |
Lesson_33._Appending_to_a_list_in_Python.mp4 | 11.50 MB |
Lesson_34._Adding_marks_to_our_student_data_structure.mp4 | 18.23 MB |
Lesson_35._The_sum()_method_in_Python.mp4 | 17.60 MB |
Lesson_36._Iterating_over_a_dictionary's_keys_and_values.mp4 | 14.02 MB |
Lesson_37._Creating_the_application_menu.mp4 | 33.72 MB |
Lesson_38._What_are_classes__Classes_in_Python.mp4 | 27.90 MB |
Lesson_39._The_Movie_Class.mp4 | 19.94 MB |
Lesson_4._The_Python_interactive_shell_(IDLE).mp4 | 6.74 MB |
Lesson_40._The_User_Class_(and_the___repr___method).mp4 | 13.75 MB |
Lesson_41._The_filter()_method_in_Python.mp4 | 20.12 MB |
Lesson_42._More_Movie_operations_and_methods.mp4 | 14.72 MB |
Lesson_43._Writing_to_a_file_in_Python.mp4 | 9.51 MB |
Lesson_44._Saving_CSV_files_with_our_data.mp4 | 21.48 MB |
Lesson_45._Loading_our_data_from_CSV_files.mp4 | 28.24 MB |
Lesson_46._Saving_JSON_files_with_our_data.mp4 | 15.15 MB |
Lesson_47._Loading_our_data_from_JSON_files.mp4 | 19.21 MB |
Lesson_48._Argument_unpacking_in_Python_(the_two_asterisks).mp4 | 13.06 MB |
Lesson_49._Creating_the_menu_for_our_application.mp4 | 37.72 MB |
Lesson_5._Numbers_and_Strings_in_Python.mp4 | 9.89 MB |
Lesson_50._Introduction_to_databases.mp4 | 23.90 MB |
Lesson_51._Installing_PostgreSQL_on_Windows.mp4 | 11.55 MB |
Lesson_52._Using_PostgreSQL_on_Windows.mp4 | 15.94 MB |
Lesson_53._Executing_SQL_queries_on_Windows.mp4 | 5.39 MB |
Lesson_54._Installing_PostgreSQL_on_Mac.mp4 | 12.79 MB |
Lesson_55._Using_PostgreSQL_on_Mac.mp4 | 18.45 MB |
Lesson_56._Executing_SQL_commands_on_Mac.mp4 | 3.78 MB |
Lesson_57._Using_the_sample_data_provided.mp4 | 8.52 MB |
Lesson_58._SQL-_The_SELECT_command.mp4 | 14.34 MB |
Lesson_59._SQL-_filtering_with_WHERE.mp4 | 8.53 MB |
Lesson_6._Variables_in_Python.mp4 | 11.33 MB |
Lesson_60._SQL-_LIMIT_for_limiting_the_number_of_results.mp4 | 4.04 MB |
Lesson_61._SQL-_UPDATE_data_in_a_table.mp4 | 10.73 MB |
Lesson_62._SQL-_DELETE_data_from_a_table.mp4 | 9.21 MB |
Lesson_63._SQL_Wildcards_for_filtering_unknowns.mp4 | 9.71 MB |
Lesson_64._What_is_a_JOIN_.mp4 | 26.07 MB |
Lesson_65._SQL-_JOINs_and_JOIN_examples.mp4 | 19.08 MB |
Lesson_66._SQL-_GROUP_BY_for_aggregation_of_data.mp4 | 17.89 MB |
Lesson_67._SQL-_ORDER_BY_for_sorting_data.mp4 | 9.86 MB |
Lesson_68._SQL-_CREATE_TABLE.mp4 | 20.76 MB |
Lesson_69._SQL-_INSERT_INTO_for_adding_data_to_a_table.mp4 | 18.02 MB |
Lesson_7._The_str()_method_to_convert_to_Strings.mp4 | 7.60 MB |
Lesson_70._SQL-_SEQUENCE_for_auto-incrementing_fields.mp4 | 12.70 MB |
Lesson_71._SQL-_CREATE_INDEX_and_advanced_information_about_indexes.mp4 | 21.08 MB |
Lesson_72._SQL-_DROP_TABLE_for_deleting_tables_and_data.mp4 | 11.69 MB |
Lesson_73._SQL-_VIEWs_and_what_they_are_used_for.mp4 | 36.65 MB |
Lesson_74._SQL-_built-in_functions_and_the_HAVING_construct.mp4 | 21.71 MB |
Lesson_75._Dates_in_SQL-_an_old_problem.mp4 | 25.51 MB |
Lesson_76._Other_data_types_in_SQL_(including_JSON_in_PostgreSQL).mp4 | 19.57 MB |
Lesson_77._Nested_SELECT_statements_for_complex_queries.mp4 | 18.24 MB |
Lesson_78._The_PostgreSQL_SERIAL_type.mp4 | 6.61 MB |
Lesson_79._Installing_psycopg2_on_Windows_(2018_update).mp4 | 53.82 MB |
Lesson_8._Running_a_Python_file_from_the_IDLE.mp4 | 11.74 MB |
Lesson_80._Installing_psycopg2_on_Windows_(older_versions).mp4 | 40.05 MB |
Lesson_81._Installing_psycopg2_on_Mac.mp4 | 10.29 MB |
Lesson_82._Verifying_everything_worksGÇödon't_proceed_if_it_doesn't!.mp4 | 7.61 MB |
Lesson_83._Mac_OS_X-_Fixing_psycopg2_'library_not_loaded'_error.mp4 | 12.01 MB |
Lesson_84._What_is_a_virtual_environment_.mp4 | 25.54 MB |
Lesson_85._psycopg2_on_a_virtualenv_on_Windows_(2018_update).mp4 | 39.90 MB |
Lesson_86._Psycopg2_on_a_virtualenv_on_Windows_(older_versions).mp4 | 16.58 MB |
Lesson_87._Setting_up_the_app_structure,_pip,_and_requirements.txt.mp4 | 9.55 MB |
Lesson_88._Recap_on_classes_and_object-oriented_programming.mp4 | 20.37 MB |
Lesson_89._Saving_to_database_from_Python.mp4 | 38.77 MB |
Lesson_9._Getting_user_input_in_Python.mp4 | 10.54 MB |
Lesson_90._Loading_from_the_database_from_Python.mp4 | 36.43 MB |
Lesson_91._Removing_some_duplicate_code_from_our_app.mp4 | 11.65 MB |
Lesson_92._Connection_pooling_and_why_it_is_important.mp4 | 32.08 MB |
Lesson_93._Creating_the_ConnectionPool_class.mp4 | 23.25 MB |
Lesson_94._Creating_the_ConnectionFromPool_class.mp4 | 23.20 MB |
Lesson_95._Obtaining_a_cursor_from_the_ConnectionFromPool_class.mp4 | 20.26 MB |
Lesson_96._The_Database_class_and_selective_initialisation.mp4 | 45.07 MB |
Lesson_97._Cleaning_up_the_Database_class.mp4 | 15.86 MB |
Lesson_98._End_of_section_review.mp4 | 10.07 MB |
Lesson_99._What_is_an_API_.mp4 | 45.46 MB |
Materials.zip | 895.88 kB |
Udemy Course downloader.txt | 94.00 B |
udemycoursedownloader.com.url | 132.00 B |