repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
SigmaQuan | Better-Python-59-Ways | item_10_prefer_enumerate.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_10_prefer_enumerate.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_11_use_zip.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_11_use_zip.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_12_avoid_else.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_12_avoid_else.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_13_try_except_else_finally.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_13_try_except_else_finally.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_14_prefer_exceptions.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_14_prefer_exceptions.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_15_closure_variable_scope.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_15_closure_variable_scope.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_16_generators_instead_of_lists.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_16_generators_instead_of_lists.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_17_be_defensive.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_17_be_defensive.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_18_reduce_visual_noise.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_18_reduce_visual_noise.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_19_provide_optimal_behavior.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_19_provide_optimal_behavior.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_20_use_none_and_docstrings.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_20_use_none_and_docstrings.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_21_enforce_clarity.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_21_enforce_clarity.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_22_prefer_helper_classes.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_22_prefer_helper_classes.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_23_accepts_functions_4_interfaces.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_23_accepts_functions_4_interfaces.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_24_use_classmethod.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_24_use_classmethod.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_25_init_parent_classes_with_super.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_25_init_parent_classes_with_super.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_26_when_use_multiple_inheritance.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_26_when_use_multiple_inheritance.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_27_prefer_public_attributes.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_27_prefer_public_attributes.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_28_inherit_from_collections_abc.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_28_inherit_from_collections_abc.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_29_use_plain_attributes.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_29_use_plain_attributes.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_30_consider_property.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_30_consider_property.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_31_use_descriptors.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_31_use_descriptors.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_32_use_getattr.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_32_use_getattr.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_33_validate_subclass.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_33_validate_subclass.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_34_register_class_existence.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_34_register_class_existence.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_35_annotate_class_attributes.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_35_annotate_class_attributes.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_36_use_subprocess.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_36_use_subprocess.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_37_use_threads.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_37_use_threads.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_38_use_lock.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_38_use_lock.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_39_use_queue.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_39_use_queue.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_40_consider_coroutines.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_40_consider_coroutines.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_41_consider_concurrent_futures.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_41_consider_concurrent_futures.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_42_define_function_decorators.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_42_define_function_decorators.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_43_consider_contexlib.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_43_consider_contexlib.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_44_make_pickle_reliable.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_44_make_pickle_reliable.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_45_use_datetime.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_45_use_datetime.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_46_use_built_in_algorithm.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_46_use_built_in_algorithm.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_47_use_decimal.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_47_use_decimal.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_48_community_built_modules.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_48_community_built_modules.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_49_write_docstrings_4_everything.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_49_write_docstrings_4_everything.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_50_use_packages.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_50_use_packages.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_51_define_a_root_exception.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_51_define_a_root_exception.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_52_break_circular_dependencies.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_52_break_circular_dependencies.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_53_use_virtual_environments.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_53_use_virtual_environments.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_54_consider_module_scoped_code.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_54_consider_module_scoped_code.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_55_use_repr_strings.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_55_use_repr_strings.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_56_unittest.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_56_unittest.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_57_pdb.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_57_pdb.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_58_profile_before_optimizing.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_58_profile_before_optimizing.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
SigmaQuan | Better-Python-59-Ways | item_59_use_tracemalloc.py | https://raw.githubusercontent.com/SigmaQuan/Better-Python-59-Ways/master/item_59_use_tracemalloc.py | https://github.com/SigmaQuan/Better-Python-59-Ways |
keon | deep-q-learning | ddqn.py | https://raw.githubusercontent.com/keon/deep-q-learning/master/ddqn.py | https://github.com/keon/deep-q-learning |
keon | deep-q-learning | dqn.py | https://raw.githubusercontent.com/keon/deep-q-learning/master/dqn.py | https://github.com/keon/deep-q-learning |
keon | deep-q-learning | dqn_batch.py | https://raw.githubusercontent.com/keon/deep-q-learning/master/dqn_batch.py | https://github.com/keon/deep-q-learning |
asciidisco | plugin.video.netflix | service.py | https://raw.githubusercontent.com/asciidisco/plugin.video.netflix/master/service.py | https://github.com/asciidisco/plugin.video.netflix |
ikostrikov | pytorch-a3c | envs.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/envs.py | https://github.com/ikostrikov/pytorch-a3c |
ikostrikov | pytorch-a3c | main.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/main.py | https://github.com/ikostrikov/pytorch-a3c |
ikostrikov | pytorch-a3c | model.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/model.py | https://github.com/ikostrikov/pytorch-a3c |
ikostrikov | pytorch-a3c | my_optim.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/my_optim.py | https://github.com/ikostrikov/pytorch-a3c |
ikostrikov | pytorch-a3c | test.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/test.py | https://github.com/ikostrikov/pytorch-a3c |
ikostrikov | pytorch-a3c | train.py | https://raw.githubusercontent.com/ikostrikov/pytorch-a3c/master/train.py | https://github.com/ikostrikov/pytorch-a3c |
Netflix | hubcommander | decrypt_creds.py | https://raw.githubusercontent.com/Netflix/hubcommander/develop/decrypt_creds.py | https://github.com/Netflix/hubcommander |
Netflix | hubcommander | hubcommander.py | https://raw.githubusercontent.com/Netflix/hubcommander/develop/hubcommander.py | https://github.com/Netflix/hubcommander |
ClementPinard | FlowNetPytorch | flow_transforms.py | https://raw.githubusercontent.com/ClementPinard/FlowNetPytorch/master/flow_transforms.py | https://github.com/ClementPinard/FlowNetPytorch |
ClementPinard | FlowNetPytorch | main.py | https://raw.githubusercontent.com/ClementPinard/FlowNetPytorch/master/main.py | https://github.com/ClementPinard/FlowNetPytorch |
ClementPinard | FlowNetPytorch | multiscaleloss.py | https://raw.githubusercontent.com/ClementPinard/FlowNetPytorch/master/multiscaleloss.py | https://github.com/ClementPinard/FlowNetPytorch |
ClementPinard | FlowNetPytorch | run_inference.py | https://raw.githubusercontent.com/ClementPinard/FlowNetPytorch/master/run_inference.py | https://github.com/ClementPinard/FlowNetPytorch |
ClementPinard | FlowNetPytorch | util.py | https://raw.githubusercontent.com/ClementPinard/FlowNetPytorch/master/util.py | https://github.com/ClementPinard/FlowNetPytorch |
shanren7 | real_time_face_recognition | detect_face.py | https://raw.githubusercontent.com/shanren7/real_time_face_recognition/master/detect_face.py | https://github.com/shanren7/real_time_face_recognition |
shanren7 | real_time_face_recognition | facenet.py | https://raw.githubusercontent.com/shanren7/real_time_face_recognition/master/facenet.py | https://github.com/shanren7/real_time_face_recognition |
shanren7 | real_time_face_recognition | nn4.py | https://raw.githubusercontent.com/shanren7/real_time_face_recognition/master/nn4.py | https://github.com/shanren7/real_time_face_recognition |
fbessez | Tinder | fb_auth_token.py | https://raw.githubusercontent.com/fbessez/Tinder/master/fb_auth_token.py | https://github.com/fbessez/Tinder |
fbessez | Tinder | features.py | https://raw.githubusercontent.com/fbessez/Tinder/master/features.py | https://github.com/fbessez/Tinder |
fbessez | Tinder | phone_auth_token.py | https://raw.githubusercontent.com/fbessez/Tinder/master/phone_auth_token.py | https://github.com/fbessez/Tinder |
fbessez | Tinder | tinder_api.py | https://raw.githubusercontent.com/fbessez/Tinder/master/tinder_api.py | https://github.com/fbessez/Tinder |
fbessez | Tinder | tinder_api_sms.py | https://raw.githubusercontent.com/fbessez/Tinder/master/tinder_api_sms.py | https://github.com/fbessez/Tinder |
bamos | densenet.pytorch | densenet.py | https://raw.githubusercontent.com/bamos/densenet.pytorch/master/densenet.py | https://github.com/bamos/densenet.pytorch |
bamos | densenet.pytorch | plot.py | https://raw.githubusercontent.com/bamos/densenet.pytorch/master/plot.py | https://github.com/bamos/densenet.pytorch |
bamos | densenet.pytorch | train.py | https://raw.githubusercontent.com/bamos/densenet.pytorch/master/train.py | https://github.com/bamos/densenet.pytorch |
leostat | rtfm | rtfm.py | https://raw.githubusercontent.com/leostat/rtfm/master/rtfm.py | https://github.com/leostat/rtfm |
MaximumEntropy | Seq2Seq-PyTorch | beam_search.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/beam_search.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | data_utils.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/data_utils.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | decode.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/decode.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | dialog.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/dialog.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | evaluate.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/evaluate.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | model.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/model.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | nmt.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/nmt.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | nmt_autoencoder.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/nmt_autoencoder.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
MaximumEntropy | Seq2Seq-PyTorch | summarization.py | https://raw.githubusercontent.com/MaximumEntropy/Seq2Seq-PyTorch/master/summarization.py | https://github.com/MaximumEntropy/Seq2Seq-PyTorch |
Erotemic | ubelt | run_tests.py | https://raw.githubusercontent.com/Erotemic/ubelt/main/run_tests.py | https://github.com/Erotemic/ubelt |
OpenMiHome | mihome-binary-protocol | miio.py | https://raw.githubusercontent.com/OpenMiHome/mihome-binary-protocol/master/miio.py | https://github.com/OpenMiHome/mihome-binary-protocol |
OpenMiHome | mihome-binary-protocol | pcap-decrypt.py | https://raw.githubusercontent.com/OpenMiHome/mihome-binary-protocol/master/pcap-decrypt.py | https://github.com/OpenMiHome/mihome-binary-protocol |
yanxiu0614 | subdomain3 | brutedns.py | https://raw.githubusercontent.com/yanxiu0614/subdomain3/master/brutedns.py | https://github.com/yanxiu0614/subdomain3 |
locuslab | qpth | prof-gurobi.py | https://raw.githubusercontent.com/locuslab/qpth/master/prof-gurobi.py | https://github.com/locuslab/qpth |
locuslab | qpth | prof-linear.py | https://raw.githubusercontent.com/locuslab/qpth/master/prof-linear.py | https://github.com/locuslab/qpth |
locuslab | qpth | test.py | https://raw.githubusercontent.com/locuslab/qpth/master/test.py | https://github.com/locuslab/qpth |
python-ring-doorbell | python-ring-doorbell | test.py | https://raw.githubusercontent.com/python-ring-doorbell/python-ring-doorbell/master/test.py | https://github.com/python-ring-doorbell/python-ring-doorbell |
python-ring-doorbell | python-ring-doorbell | test_sync.py | https://raw.githubusercontent.com/python-ring-doorbell/python-ring-doorbell/master/test_sync.py | https://github.com/python-ring-doorbell/python-ring-doorbell |
torrvision | siamfc-tf | run_tracker_evaluation.py | https://raw.githubusercontent.com/torrvision/siamfc-tf/master/run_tracker_evaluation.py | https://github.com/torrvision/siamfc-tf |
0xabu | pdfannots | tests.py | https://raw.githubusercontent.com/0xabu/pdfannots/main/tests.py | https://github.com/0xabu/pdfannots |
clcarwin | convert_torch_to_pytorch | convert_torch.py | https://raw.githubusercontent.com/clcarwin/convert_torch_to_pytorch/master/convert_torch.py | https://github.com/clcarwin/convert_torch_to_pytorch |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.