Show HN: Printed Books from WhatsApp with Python and LaTeX: http://beckman.io/whatsapp-books-a-hackers-guide
Beckman.io
Printing WhatsApp Books
How to print books from WhatsApp chats
Setting up testing and CI for your opensource project (Tox, Travis, Codeclimate): https://www.reddit.com/r/Python/comments/54p320/setting_up_testing_and_ci_for_your_opensource/
reddit
Setting up testing and CI for your opensource project (Tox,...
Hey everybody. Learning how to make services cooperate is painful. Some of you are probably using some of the services I listed, but are they...
20 Python Libraries You Aren't Using (But Should) - [Talk Python To Me Podcast]: https://www.reddit.com/r/Python/comments/54pezo/20_python_libraries_you_arent_using_but_should/
reddit
20 Python Libraries You Aren't Using (But Should) -... • /r/Python
1 points and 0 comments so far on reddit
what could cause html and script to behave different across iterations of a for loop?: http://stackoverflow.com/questions/39672565/what-could-cause-html-and-script-to-behave-different-across-iterations-of-a-for
Stackoverflow
what could cause html and script to behave different across iterations of a for loop?
I'm trying to build a side navigation bar where categories are listed and upon clicking a category a respective sub list of subcategories is shown right below the category. And if the category is c...
Api design for payment gateway: http://stackoverflow.com/questions/39571094/api-design-for-payment-gateway
Stackoverflow
Api design for payment gateway
please note : at this point this is just for practice to get familiar with the process and it's problems , it's not for any known bank or credit /payment company ... btw im going to write it with...
Hi r/Python, here is my second really simple game!: https://www.reddit.com/r/Python/comments/54qbue/hi_rpython_here_is_my_second_really_simple_game/
reddit
Hi r/Python, here is my second really simple game! • /r/Python
Hi everyone! After [my last post](https://www.reddit.com/r/Python/comments/54fd52/my_first_python_program_a_simple_textbased_game/) I decided to...
Need help removing a line from an external document: https://www.reddit.com/r/Python/comments/54qjjv/need_help_removing_a_line_from_an_external/
reddit
Need help removing a line from an external document • /r/Python
reddit: the front page of the internet
aaline v. line in pygame on OS X - colour corruption (X-POST /r/pygame): https://www.reddit.com/r/Python/comments/54qhz2/aaline_v_line_in_pygame_on_os_x_colour_corruption/
reddit
aaline v. line in pygame on OS X - colour corruption... • /r/Python
I'm using python 2.7.11 on OS X running pygame 1.9.2b6. Rending lines with pygame.draw.line works fine and as expected. However, running aaline...
I want to make a ML program which takes text as input, interprets it, then performs an action. What is the best ML library to use?: https://www.reddit.com/r/Python/comments/54qvd9/i_want_to_make_a_ml_program_which_takes_text_as/
reddit
I want to make a ML program which takes text as input,... • /r/Python
And are there any great tutorials you recommend for this?
You can use `whereami` to predict where you are indoors: https://www.reddit.com/r/Python/comments/54qto9/you_can_use_whereami_to_predict_where_you_are/
reddit
You can use `whereami` to predict where you are indoors • /r/Python
I [already posted about whereami](https://www.reddit.com/r/Python/comments/53igp4/predict_where_you_are_indoors_wifi_signal_machine/), and...
Advice on Live/Updating Matplotlib Plots while Running Another Function: https://www.reddit.com/r/Python/comments/54rae5/advice_on_liveupdating_matplotlib_plots_while/
reddit
Advice on Live/Updating Matplotlib Plots while Running... • /r/Python
I am working on a personal project where I stream [stock] market data and apply it to a strategy to see if it matches the criteria to buy shares....
Show HN: An Open Retro RPG Game Maker in Python: https://github.com/ericoporto/fgmk
GitHub
GitHub - ericoporto/fgmk: Retro RPG Game Maker
Retro RPG Game Maker. Contribute to ericoporto/fgmk development by creating an account on GitHub.
Excluding functions in Nuitka: https://www.reddit.com/r/Python/comments/54rl7d/excluding_functions_in_nuitka/
reddit
Excluding functions in Nuitka • /r/Python
If anyone uses Nuitka: I have a function that does some one-time calculations using a large library (e.g., scipy). The only import/use of scipy...
python replace single backslash with double backslash: http://stackoverflow.com/questions/17327202/python-replace-single-backslash-with-double-backslash
Stack Overflow
python replace single backslash with double backslash
In python, I am trying to replace a single backslash ("\") with a double backslash("\"). I have the following code:
directory = string.replace("C:\Users\Josh\Desktop\20130216", "\", "\\")
However...
directory = string.replace("C:\Users\Josh\Desktop\20130216", "\", "\\")
However...