Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
advancedpythonprogramming
/
chapter_codes
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
16
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
chapter_codes
/
codes_ch2
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
chapter_codes
/
codes_ch2
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
codes_old
codes_old
01_empty_class.py
01_empty_class.py
01_empty_class_out.txt
01_empty_class_out.txt
02_attributes_on_the_fly.py
02_attributes_on_the_fly.py
02_attributes_on_the_fly_out.txt
02_attributes_on_the_fly_out.txt
03_tuples_intro.py
03_tuples_intro.py
03_tuples_intro_out.txt
03_tuples_intro_out.txt
04_tuples_objects_as_data.py
04_tuples_objects_as_data.py
04_tuples_objects_as_data_out.txt
04_tuples_objects_as_data_out.txt
05_tuple_inmutable.py
05_tuple_inmutable.py
05_tuple_inmutable_out.txt
05_tuple_inmutable_out.txt
06_tuple_unpacking.py
06_tuple_unpacking.py
06_tuple_unpacking_out.txt
06_tuple_unpacking_out.txt
07_tuple_slicing.py
07_tuple_slicing.py
07_tuple_slicing_out.txt
07_tuple_slicing_out.txt
08_named_tuple.py
08_named_tuple.py
08_named_tuple_out.txt
08_named_tuple_out.txt
09_named_tuple_function.py
09_named_tuple_function.py
09_named_tuple_function_out.txt
09_named_tuple_function_out.txt
10_lists_intro.py
10_lists_intro.py
10_lists_intro_out.txt
10_lists_intro_out.txt
11_lists_extend.py
11_lists_extend.py
11_lists_extend_out.txt
11_lists_extend_out.txt
12_lists_insert.py
12_lists_insert.py
12_lists_insert_out.txt
12_lists_insert_out.txt
13_lists_slicing.py
13_lists_slicing.py
13_lists_slicing_out.txt
13_lists_slicing_out.txt
14_lists_sort.py
14_lists_sort.py
14_lists_sort_out.txt
14_lists_sort_out.txt
15_lists_for_loops.py
15_lists_for_loops.py
15_lists_for_loops_out.txt
15_lists_for_loops_out.txt
16_stacks.py
16_stacks.py
16_stacks_out.txt
16_stacks_out.txt
17_stacks_browser.py
17_stacks_browser.py
17_stacks_browser_out.txt
17_stacks_browser_out.txt
18_stacks_reverse_sequence.py
18_stacks_reverse_sequence.py
18_stacks_reverse_sequence_out.txt
18_stacks_reverse_sequence_out.txt
19_queues.py
19_queues.py
19_queues_out.txt
19_queues_out.txt
20_queues_simulation.py
20_queues_simulation.py
20_queues_simulation_out.txt
20_queues_simulation_out.txt
20_queues_simulation_out_2.txt
20_queues_simulation_out_2.txt
20_queues_simulation_out_3.txt
20_queues_simulation_out_3.txt
21_deque.py
21_deque.py
21_deque_out.txt
21_deque_out.txt
22_deque_palindrome.py
22_deque_palindrome.py
22_deque_palindrome_out.txt
22_deque_palindrome_out.txt
23_dictionary.py
23_dictionary.py
23_dictionary_out.txt
23_dictionary_out.txt
24_dictionary_keys.py
24_dictionary_keys.py
24_dictionary_keys_out.txt
24_dictionary_keys_out.txt
25_dictionary_frequency.py
25_dictionary_frequency.py
25_dictionary_frequency_out.txt
25_dictionary_frequency_out.txt
26_dictionary_methods.py
26_dictionary_methods.py
26_dictionary_methods_out.txt
26_dictionary_methods_out.txt
27_dictionary_defaultdics.py
27_dictionary_defaultdics.py
27_dictionary_defaultdics_out.txt
27_dictionary_defaultdics_out.txt
28_sets.py
28_sets.py
28_sets_out.txt
28_sets_out.txt
29_linked_list.py
29_linked_list.py
29_linked_list_out.txt
29_linked_list_out.txt
30_linked_binary_tree.py
30_linked_binary_tree.py
30_linked_binary_tree_out.txt
30_linked_binary_tree_out.txt
31_binary_trees_pre_order_traversal.py
31_binary_trees_pre_order_traversal.py
31_binary_trees_pre_order_traversal_out.txt
31_binary_trees_pre_order_traversal_out.txt
32_binary_trees_in_order_traversal.py
32_binary_trees_in_order_traversal.py
32_binary_trees_in_order_traversal_out.txt
32_binary_trees_in_order_traversal_out.txt
33_binary_trees_post_order_traversal.py
33_binary_trees_post_order_traversal.py
33_binary_trees_post_order_traversal_out.txt
33_binary_trees_post_order_traversal_out.txt
34_linked_trees.py
34_linked_trees.py
34_linked_trees_out.txt
34_linked_trees_out.txt
35_trees_pre_order_traversal.py
35_trees_pre_order_traversal.py
35_trees_pre_order_traversal_out.txt
35_trees_pre_order_traversal_out.txt
36_trees_post_order_traversal.py
36_trees_post_order_traversal.py
36_trees_post_order_traversal_out.txt
36_trees_post_order_traversal_out.txt
37_trees_breadth_first_search.py
37_trees_breadth_first_search.py
37_trees_breadth_first_search_out.txt
37_trees_breadth_first_search_out.txt
38_trees_depth_first_search.py
38_trees_depth_first_search.py
38_trees_depth_first_search_out.txt
38_trees_depth_first_search_out.txt
AC_02_0.py
AC_02_0.py
examples.ipynb
examples.ipynb
linked_binary_tree.py
linked_binary_tree.py
linked_tree.py
linked_tree.py
stacks_text.txt
stacks_text.txt
View all files
You can’t perform that action at this time.