BITCQ

The Complete Python Web Course

Size: 897.8 MB
Magnet link

Name Size
The Complete Python Web Course/4_-_Our_first_web_application/49_-_Using_Bootstrap_for_the_first_time_for_great_styling.mp4 50.5 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/1_-_Introduction.mp4 2.9 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/2_-_Installing_Python.mp4 4.2 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/3_-_Integers_and_Strings.mp4 4.1 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/4_-_Variables_in_Python.mp4 2.7 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/5_-_Methods_print_str_and_int_.mp4 10 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/6_-_The_format_method.mp4 10.8 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/7_-_Getting_user_input_with_the_input_method.mp4 10.3 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/8_-_Creating_our_own_methods_in_Python.mp4 6.6 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/9_-_If_statements_in_Python.mp4 27.6 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/11_-_Our_Development_Environment.mp4 8.5 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/12_-_Creating_virtual_environments_for_Python_development.mp4 22.5 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/13_-_Our_Age_application_in_PyCharm.mp4 6.2 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/14_-_aside_Tweaking_PyCharm.mp4 16.5 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/15_-_Understanding_JSON_and_XML.mp4 11.4 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/16_-_Making_our_first_HTTP_GET_request.mp4 7.8 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/17_-_Finding_our_chair_price.mp4 15.8 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/18_-_Parsing_HTML_data_using_BeautifulSoup.mp4 15 MB
The Complete Python Web Course/2_-_Price_of_a_Chair/19_-_Using_the_price_as_a_number.mp4 20.3 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/20_-_Installing_MongoDB.mp4 25 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/21_-_Introduction_to_MongoDB.mp4 22 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/22_-_Creating_a_PyCharm_project_that_uses_MongoDB_and_pymongo.mp4 12.8 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/23_-_Simplifying_lists_in_Python_with_list_comprehension.mp4 11.8 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/24_-_Introduction_to_Object-Oriented_Programming.mp4 24.7 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/25_-_Creating_our_first_class_the_Post.mp4 11.9 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/26_-_Creating_a_Database_class_for_database_interactions.mp4 27.8 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/27_-_The_last_few_Post_methods.mp4 8.5 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/28_-_Having_default_parameter_values_in_Python_methods.mp4 12.1 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/29_-_Understanding_dates_in_Python_-_the_datetime_module.mp4 6.9 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/30_-_Verifying_that_the_Post_methods_all_work.mp4 13.4 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/31_-_The_Blog_class_and_@classmethods.mp4 37.6 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/32_-_Verifying_the_Blog_methods_all_work.mp4 16.2 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/33_-_Starting_the_menu_and_user_interactions.mp4 25.7 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/34_-_Finalising_the_Menu_class.mp4 22 MB
The Complete Python Web Course/3_-_A_simple_terminal_Blog/35_-_Finally_running_the_application_.mp4 9.7 MB
The Complete Python Web Course/4_-_Our_first_web_application/36_-_Introduction_to_REST_APIs.mp4 12.5 MB
The Complete Python Web Course/4_-_Our_first_web_application/37_-_How_can_we_make_our_own_API_What_is_Flask.mp4 12 MB
The Complete Python Web Course/4_-_Our_first_web_application/38_-_Python_cls_and_argument_unpacking.mp4 30.8 MB
The Complete Python Web Course/4_-_Our_first_web_application/39_-_Creating_the_User_model_for_our_application.mp4 11.7 MB
The Complete Python Web Course/4_-_Our_first_web_application/40_-_Starting_developing_the_User_model.mp4 23.8 MB
The Complete Python Web Course/4_-_Our_first_web_application/41_-_Creating_the_login_and_register.mp4 17.3 MB
The Complete Python Web Course/4_-_Our_first_web_application/42_-_Finding_blogs_by_a_specific_author.mp4 17.2 MB
The Complete Python Web Course/4_-_Our_first_web_application/43_-_Allowing_creation_of_blogs_and_posts.mp4 20.5 MB
The Complete Python Web Course/4_-_Our_first_web_application/44_-_Creating_the_static_resources_and_templates.mp4 7.4 MB
The Complete Python Web Course/4_-_Our_first_web_application/45_-_Our_first_template_in_Jinja2.mp4 14.5 MB
The Complete Python Web Course/4_-_Our_first_web_application/46_-_Beginning_CSS_styling_of_pages.mp4 13.8 MB
The Complete Python Web Course/4_-_Our_first_web_application/47_-_The_user_login_page.mp4 38.2 MB
The Complete Python Web Course/4_-_Our_first_web_application/48_-_The_user_registration_page.mp4 18.7 MB
The Complete Python Web Course/1_-_Your_Age_in_Seconds/10_-_Section_1_assignment_video.mp4 3.3 MB
The Complete Python Web Course/4_-_Our_first_web_application/50_-_How_can_we_display_a_list_of_blogs.mp4 25.6 MB
The Complete Python Web Course/4_-_Our_first_web_application/51_-_Displaying_a_list_of_posts.mp4 27.6 MB
The Complete Python Web Course/4_-_Our_first_web_application/52_-_The_Jinja2_if_statement_for_structure_control.mp4 4 MB
The Complete Python Web Course/4_-_Our_first_web_application/53_-_Creating_new_blogs_front-end_.mp4 29.7 MB
The Complete Python Web Course/4_-_Our_first_web_application/54_-_Finalising_the_application_by_allowing_to_create_posts_.mp4 27.7 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Udemy - The Complete Python Course 2024 Video 9.4 GB 14
JavaScript For Beginners A Complete Beginners Guide To Learn The Fundamentals Of JavaScript, Python, SQL & Java Application 2.1 MB 1
GetFreeCourses.Co-Udemy-Python and Tableau The Complete Data Analytics Bootcamp! Video 6.2 GB 25
[ DevCourseWeb.com ] Udemy - Python for Machine Learning - The Complete Beginner's Course Video 685.3 MB 22
[GigaCourse.Com] Udemy - Python for Machine Learning The Complete Beginner's Course Video 685.3 MB 3
The Complete Python Hacking Course Beginner to Advanced! Video 6 GB 93
[08-2021] the-complete-python-programmer-bootcamp Video 8 GB 57
Gale J. The Complete Python and C++ Manual 7ed 2021 Application 102.3 MB 55
[ FreeCourseWeb.com ] Udemy - [New] Python Programming - The Complete Guide [2021 Edition].zip Application 1.6 GB 46
[ CourseHulu.com ] Udemy - The Complete 2021 Python Visualizations Bootcamp.zip Application 2.4 GB 33
Python The Complete Python Quickstart Guide For Beginnemies EPUB Ebook 136 KB 19
[ DevCourseWeb.com ] The Complete Python & C + + Manual - 5th Edition, 2021 (True PDF).zip Application 58.4 MB 11
[Tutorialsplanet.NET] Udemy - The Complete Python 3 Course Beginner to Advanced! Video 3.5 GB 9
[ FreeCourseWeb.com ] Udemy - The complete Python course including Django web framework!.zip Application 3.6 GB 8
[ FreeCourseWeb.com ] Python Programming - The complete guide to learn Python with practical exercises and samples.zip Application 1 MB 7
GetFreeCourses.Co-Udemy-The Complete Machine Learning Course with Python Video 6.8 GB 5
The Ultimate Complete Python Course from Scratch Video 129.8 MB 5
[ FreeCourseWeb.com ] The Complete Python Manual - 8th Edition, 2021.zip Application 92.7 MB 4
[ FreeCourseWeb.com ] The Complete Python & C + + Manual - 7th Edition, 2021 Application 102.3 MB 2
Monty Python - Monty Python's Total Rubbish - The Complete Collection [Box Set] (2014 Virgin Records) Audio 2.8 GB 2

Loading...