How to Get the Source of a Lambda (and Why You Shouldn't): https://www.reddit.com/r/Python/comments/4fi02l/how_to_get_the_source_of_a_lambda_and_why_you/
reddit
How to Get the Source of a Lambda (and Why You Shouldn't) • /r/Python
5 points and 0 comments so far on reddit
Building an MVP in Python 3.5?: https://www.reddit.com/r/Python/comments/4fiirj/building_an_mvp_in_python_35/
reddit
Building an MVP in Python 3.5? • /r/Python
I've been using 3.4 for about a year now. I've just started building an MVP & today got an e-mail from PythonAnywhere stating that they now...
Best collection of Python design patterns/idioms/snippets for Sublime Text.: https://www.reddit.com/r/Python/comments/4fikcg/best_collection_of_python_design/
reddit
Best collection of Python design... • /r/Python
2 points and 0 comments so far on reddit
arclib - A unified API for accessing Python's archive formats: https://www.reddit.com/r/Python/comments/4fixnd/arclib_a_unified_api_for_accessing_pythons/
reddit
arclib - A unified API for accessing Python's archive... • /r/Python
1 points and 0 comments so far on reddit
Building Your Own Read It Later App in Python with Newspaper Library: https://www.reddit.com/r/Python/comments/4fjfrc/building_your_own_read_it_later_app_in_python/
reddit
Building Your Own Read It Later App in Python with... • /r/Python
2 points and 0 comments so far on reddit
Compile time computation of identifier binding in the Pythran compiler: https://www.reddit.com/r/Python/comments/4fjp71/compile_time_computation_of_identifier_binding_in/
reddit
Compile time computation of identifier binding in the... • /r/Python
1 points and 0 comments so far on reddit
μMongo, a both sync/async ODM for Python 3 !: https://www.reddit.com/r/Python/comments/4fk0mb/μmongo_a_both_syncasync_odm_for_python_3/
reddit
μMongo, a both sync/async ODM for Python 3 ! • /r/Python
Hi, I've posted something similar in /r/mongodb, but I believe this has it place here too: I'm writing a new MongoDB ODM named...
Building a semi-autonomous drone with Python: http://blog.yhat.com/posts/autonomous-droning-with-python.html
ŷhat | Blog
ŷhat | Building a (semi) Autonomous Drone with Python
They might not be delivering our mail (or our burritos) yet, but drones
are now simple, small, and affordable enough that they can be considered a toy. You can
even customize and program some of them via handy dandy Application Programming Interfaces (APIs)!…
are now simple, small, and affordable enough that they can be considered a toy. You can
even customize and program some of them via handy dandy Application Programming Interfaces (APIs)!…
Looking for a Python library that will allow me to tell if a point on a map is water or land: https://www.reddit.com/r/Python/comments/4fk4eo/looking_for_a_python_library_that_will_allow_me/
reddit
Looking for a Python library that will allow me to... • /r/Python
Does anyone know of a library that will allow me to determine from a map whether or not a certain coordinate represents a land location or a water...
Made my first GUI program for my Intro to Programming class: https://www.reddit.com/r/Python/comments/4flcbn/made_my_first_gui_program_for_my_intro_to/
reddit
Made my first GUI program for my Intro to Programming... • /r/Python
I've been doing this with Excel for a while and decided I would create a Python program to do it as well. Here is a picture of the...
Python: Append first match of filename to a row in csv file: http://stackoverflow.com/questions/36653843/python-append-first-match-of-filename-to-a-row-in-csv-file
Stackoverflow
Python: Append first match of filename to a row in csv file
Update for clarity: I'm trying to append the value of the first match of a file name to a csv file. I would like to append the first fname match in file_label2 used to apply the found value to th...
Python package for raising issues/bugs(Django restframework): http://tixdo.github.io/django-rest-issues/
A Google Doc Type of Code Editor: https://www.reddit.com/r/Python/comments/4fm3ic/a_google_doc_type_of_code_editor/
reddit
A Google Doc Type of Code Editor • /r/Python
I have a Python project to do with a buddy of mine, and I thought it would be cool to do it real-time with him and it would be much easier. The...
Exceptions catching performance in python: http://stackoverflow.com/questions/36642633/exceptions-catching-performance-in-python
Stackoverflow
Exceptions catching performance in python
I know exceptions in python are fast when it comes to the try but that it may be expensive when it comes to the catch.
Does this mean that:
try:
some code
except MyException:
pass
is faster
Does this mean that:
try:
some code
except MyException:
pass
is faster
Python script running in movile device: https://www.reddit.com/r/Python/comments/4fmd5z/python_script_running_in_movile_device/
reddit
Python script running in movile device • /r/Python
Recently I've been thinking in automating a wifi connection, for which I need to write username and password inside a webpage on my iPhone web...