six 8ebbb1f113 | ||
---|---|---|
spse_excercises | ||
01_vars_strings_split_list.py | ||
02_tuples_vars.py | ||
03_sets.py | ||
04_dict.py | ||
05_if_for_while.py | ||
06_range.py | ||
07_functions_sysargv_exception.py | ||
08_class_object.py | ||
09_modules.py | ||
10_exception.py | ||
11_python_on_iphone_sqlite.py | ||
12_file_open_read_write_close.py | ||
13_system_dir_listing_glob_etc.py | ||
14_system_processes_fork.py | ||
15_system_processes_os_execvp.py | ||
16_threads.py | ||
16x_thread_2_func.py | ||
17_threading_queue.py | ||
17x_threading_queue_non-class.py | ||
18_multiprocessing.py | ||
19_signals_ipc.py | ||
20_subprocess.py | ||
21_socket.py | ||
22_socket_echo_client.py | ||
23_sockerserver_framework.py | ||
24_werkzeug.py | ||
25_flask.py | ||
26_simplehttpserver.py | ||
27_simplehttpserver_socketserver.py | ||
27x_socket_server_http.py | ||
28_raw_sockets_struct.py | ||
29_raw_socket_struct_binascii.py | ||
30_raw_socket_struck_send.py | ||
31_scapy.py | ||
32_scapy_packet_injection.py | ||
33_web_parsing_beautifulsoup.py | ||
34_web_parsing_beautifulsoup_scraper.py | ||
35_web_mechanize.py | ||
36_web_mechanize_forms_click_links.py | ||
37_immunity_debugger_simple.py | ||
LICENSE | ||
README.txt |
README.txt
Python2 notes ============= This repository is discontinued. The new repository is "Python_3_Examples_and_Notes". These were intended to be reminders on how to code in Python 2 and for the SPSE. Whenever a refresh is needed the examples here were/are ready! IDE used is "vim". Looking for topics on linux: ls -l | grep tuple All examples should work without error. If you are brave you can try with the command "python *.py" ;>