Part 2 of How to build a CRUD application using Flask (Python Framework): https://www.reddit.com/r/Python/comments/4du27t/part_2_of_how_to_build_a_crud_application_using/
reddit
Part 2 of How to build a CRUD application using Flask... • /r/Python
1 points and 0 comments so far on reddit
Let's work on "Minecraft in 500 lines of python": https://www.reddit.com/r/Python/comments/4duzeh/lets_work_on_minecraft_in_500_lines_of_python/
reddit
Let's work on "Minecraft in 500 lines of python" • /r/Python
You can see fogleman's "Minecraft" [here](https://github.com/fogleman/Minecraft). It's a very interesting project, but I think it's limited by...
Python based machine learning tool can quantify "politeness". It was made using a RNN performing "supervised-learning" on millions of "leaked" ENRON emails.: https://www.reddit.com/r/Python/comments/4duum2/python_based_machine_learning_tool_can_quantify/
reddit
Python based machine learning tool can quantify... • /r/Python
20 points and 2 comments so far on reddit
Command line wrapper lib/framework in python3: https://www.reddit.com/r/Python/comments/4dvftr/command_line_wrapper_libframework_in_python3/
reddit
Command line wrapper lib/framework in python3 • /r/Python
Does a command line wrapper library or framework exist in python 3? I am looking for a module that can simplify the creation of wrappers around...
Best web front end for Python back end?: https://www.reddit.com/r/Python/comments/4dvlaq/best_web_front_end_for_python_back_end/
reddit
Best web front end for Python back end? • /r/Python
I've built a simple, multi-threaded, socket based Python server that (currently) functions like a chat room back end. Web clients connect to a...
YouTube-dl: open source YouTube downloaded written in Python - Cross platform: https://www.reddit.com/r/Python/comments/4dw823/youtubedl_open_source_youtube_downloaded_written/
reddit
YouTube-dl: open source YouTube downloaded written in... • /r/Python
1 points and 0 comments so far on reddit
Meet Hackathons - Finding Local and Global Hackathons Just Got Easier: https://www.reddit.com/r/Python/comments/4dw3fj/meet_hackathons_finding_local_and_global/
reddit
Meet Hackathons - Finding Local and Global Hackathons... • /r/Python
2 points and 1 comments so far on reddit
Comparing types in Python 3: http://eli.thegreenplace.net/2016/comparing-types-in-python-3/
Decorator to treat method as a property or callable.: https://www.reddit.com/r/Python/comments/4dwll7/decorator_to_treat_method_as_a_property_or/
reddit
Decorator to treat method as a property or callable. • /r/Python
I've got a class with many @property defined - works great but now we need to add an optional kwarg to these methods. So our previous API using...
Simple Python C script to track the amount of time spent using each application: https://www.reddit.com/r/Python/comments/4dwn7i/simple_python_c_script_to_track_the_amount_of/
reddit
Simple Python + C script to track the amount of time... • /r/Python
1 points and 0 comments so far on reddit
just wrote a decorator to simplify adding cache support: https://www.reddit.com/r/Python/comments/4dwpze/just_wrote_a_decorator_to_simplify_adding_cache/
reddit
just wrote a decorator to simplify adding cache support • /r/Python
1 points and 0 comments so far on reddit
Server Socket Closes Port After Each Client Send: https://www.reddit.com/r/Python/comments/4dwq8b/server_socket_closes_port_after_each_client_send/
reddit
Server Socket Closes Port After Each Client Send • /r/Python
Hi, I'm new to socket programming in python. As such, I was curious if it's standard for a server to close it's port when a socket send is...
Best way to connect to MySql database?: https://www.reddit.com/r/Python/comments/4dwyq0/best_way_to_connect_to_mysql_database/
reddit
Best way to connect to MySql database? • /r/Python
Hey all, I'm wondering what the best way to connect to a MySql database is in terms of ease of use/overall user friendliness. I've searched a...
What Software Engineers Earn Compared to the General Population • Jupyter Notebook: https://www.reddit.com/r/Python/comments/4dx8du/what_software_engineers_earn_compared_to_the/
reddit
What Software Engineers Earn Compared to the General... • /r/Python
2 points and 0 comments so far on reddit
How to test a Django model with pytest?: http://stackoverflow.com/questions/36446585/how-to-test-a-django-model-with-pytest
Stack Overflow
How to test a Django model with pytest?
I am getting started with pytest. I have configured pytest, anyway I couldn't found a resource on Django specific testing with pytest. How do I test a model with pytest_django?
I have already as...
I have already as...