ReflectRPC: Self-describing JSON-RPC services made easy: https://www.reddit.com/r/Python/comments/4xg9a6/reflectrpc_selfdescribing_jsonrpc_services_made/
reddit
ReflectRPC: Self-describing JSON-RPC services made easy • /r/Python
ReflectRPC is a library for writing self-describing JSON-RPC services. Instead of writing description files in XML or JSON-Schema you just add...
Could you guys please suggest improvements in this code?: https://www.reddit.com/r/Python/comments/4xgi9e/could_you_guys_please_suggest_improvements_in/
reddit
Could you guys please suggest improvements in this code? • /r/Python
http://pastebin.com/3W94rVmh Tbh, I probably got some of the code wrong. Any corrections will be appreciated.
Getting involved in existing Python interpreter development: https://www.reddit.com/r/Python/comments/4xgiuj/getting_involved_in_existing_python_interpreter/
reddit
Getting involved in existing Python interpreter... • /r/Python
I'm a junior PhD student (orientation is Monday!) who is interested in compilers (or compiler-like-objects) and high performance computing. Long...
All of Andrew Ng's machine learning class in Python: http://www.johnwittenauer.net/machine-learning-exercises-in-python-part-1/
Curious Insight
Machine Learning Exercises In Python, Part 1
This post is part of a series covering the exercises from Andrew Ng's machine
learning [https://www.coursera.org/course/ml] class on Coursera. The original
code, exercise text, and data files for this post are available here
[https://github.com/jdwittenauer/ipython…
learning [https://www.coursera.org/course/ml] class on Coursera. The original
code, exercise text, and data files for this post are available here
[https://github.com/jdwittenauer/ipython…
Andrew Ng's Machine Learning Exercises In Python: https://www.reddit.com/r/Python/comments/4xgtpo/andrew_ngs_machine_learning_exercises_in_python/
reddit
Andrew Ng's Machine Learning Exercises In Python • /r/Python
3 points and 0 comments so far on reddit
Just starting to learn some python, a small noob question: https://www.reddit.com/r/Python/comments/4xh3sn/just_starting_to_learn_some_python_a_small_noob/
reddit
Just starting to learn some python, a small noob question • /r/Python
Just downloaded python 3.5 and am reading a book on learning python (3.1) but it says that it will work with newer versions of the program....
Rename/Backup old directory in python: http://stackoverflow.com/questions/38885370/rename-backup-old-directory-in-python
Stackoverflow
Rename/Backup old directory in python
I have a script that creates a new directory regularly. I would like to check if it already exists and if so move the existing folder to a backup. My first iteration was
if os.path.isdir(
if os.path.isdir(
Looking for info on how Python developers negotiate breaking changes in PyPI packages: https://www.reddit.com/r/Python/comments/4xhhxb/looking_for_info_on_how_python_developers/
reddit
Looking for info on how Python developers negotiate... • /r/Python
Hi, I'm looking for some help from Python developers who write PyPI packages (or open source software that depends on PyPI packages). My research...
FYI Quickly make a dictionary as dict(how='did', I='not', know='about this!'): https://www.reddit.com/r/Python/comments/4xhskf/fyi_quickly_make_a_dictionary_as_dicthowdid_inot/
reddit
FYI Quickly make a dictionary as dict(how='did',... • /r/Python
I've been using python for years and either never knew this or completely forgot...
It takes me a while to figure it out how to install Phoenix anyway here is the full tutorial: https://www.reddit.com/r/Python/comments/4xi5fd/it_takes_me_a_while_to_figure_it_out_how_to/
reddit
It takes me a while to figure it out how to install... • /r/Python
0 points and 0 comments so far on reddit
[Question] Sites where python can easily interact and upload files.: https://www.reddit.com/r/Python/comments/4xickz/question_sites_where_python_can_easily_interact/
reddit
[Question] Sites where python can easily interact and... • /r/Python
I'm looking for sites that I can easily and comprehensively interact with using python where in I can upload files (.txt files, employee...
Interactive Data Visualization of Geospatial Data using D3.js, DC.js, Leaflet.js and Python: https://www.reddit.com/r/Python/comments/4xiorx/interactive_data_visualization_of_geospatial_data/
reddit
Interactive Data Visualization of Geospatial Data... • /r/Python
3 points and 0 comments so far on reddit
Interactive Data Viz of Geospatial Data Using D3.js DC.js Leaflet.js and Python: http://adilmoujahid.com/posts/2016/08/interactive-data-visualization-geospatial-d3-dc-leaflet-python/
Adilmoujahid
Interactive Data Visualization of Geospatial Data using D3.js, DC.js, Leaflet.js and Python // Adil Moujahid // Bridging Tech and…
Adil Moujahid, Bridging Tech and Art
If You work as a python programmer, please describe Your day at work: https://www.reddit.com/r/Python/comments/4xjjmj/if_you_work_as_a_python_programmer_please/
reddit
If You work as a python programmer, please describe... • /r/Python
Hello, If You work as a python programmer, please describe Your day at work. I mean something like task examples etc. Thank You
Creating a script that logs in, does something, logs out, and goes onto the next account.: https://www.reddit.com/r/Python/comments/4xjwpn/creating_a_script_that_logs_in_does_something/
reddit
Creating a script that logs in, does something, logs... • /r/Python
I need to write a script that executes the same action on a web site (multiple pages) across several hundred accounts. I'm aware how simple this...
Problem with pyinstaller and modules: https://www.reddit.com/r/Python/comments/4xk19t/problem_with_pyinstaller_and_modules/
reddit
Problem with pyinstaller and modules • /r/Python
So, I have a py script I want to transform in an .exe. The imports in the source file are: from docx import Document from docx.enum.style...