Export Python data analysis to pdf reports: https://www.reddit.com/r/Python/comments/5p50rm/export_python_data_analysis_to_pdf_reports/
reddit
Export Python data analysis to pdf reports • r/Python
Have web tool that generates csv files listing all transactions and related data I can use python/matplotlib to analyze this data. Is there a...
[Tutorial] Recording Twitch streams when user goes online in python, with the help of livestreamer and ffmpeg: https://www.reddit.com/r/Python/comments/5p4sxx/tutorial_recording_twitch_streams_when_user_goes/
reddit
[Tutorial] Recording Twitch streams when user goes... • /r/Python
4 points and 0 comments so far on reddit
Today Python 2 is exactly twice as old as Python 3: https://www.reddit.com/r/Python/comments/5p5dte/today_python_2_is_exactly_twice_as_old_as_python_3/
reddit
Today Python 2 is exactly twice as old as Python 3 • /r/Python
from datetime import date py2 = date(2000, 10, 16) py3 = date(2008, 12, 3) today = date.today() today - py3 -> 2970 py3 -...
Show HN: Phorth: a forth-like language on the Python VM: https://github.com/llllllllll/phorth
GitHub
GitHub - llllllllll/phorth: A small forth-like language that targets the CPython VM.
A small forth-like language that targets the CPython VM. - GitHub - llllllllll/phorth: A small forth-like language that targets the CPython VM.
How would you develop this Idea? (Sience / Image Processing) [xpost /r/learnpython]: https://www.reddit.com/r/Python/comments/5p5iaj/how_would_you_develop_this_idea_sience_image/
reddit
How would you develop this Idea? (Sience / Image... • /r/Python
Hey, so I didn't know whether this sub or /r/learnpython is a better place, because this isn't a direct Question, so I decided to post in both...
Splitting up a long dataframe column into parts?: https://www.reddit.com/r/Python/comments/5p5zuw/splitting_up_a_long_dataframe_column_into_parts/
reddit
Splitting up a long dataframe column into parts? • /r/Python
I'm having an issue turning a .txt file into a dataframe where i get an important column with two types of values that i need to split up, but...
Transport or Extract Neural Network for Moving Another Platform: http://stackoverflow.com/questions/41554034/transport-or-extract-neural-network-for-moving-another-platform
Stackoverflow
Transport or Extract Neural Network for Moving Another Platform
Assume that you have a large data set includes inputs (2) and outputs (3) values. You trained this data set using an artifical neural network (ann) and it is successfully learned. Then you have a r...
What is it that Python language has or can do?: https://www.reddit.com/r/Python/comments/5p470x/what_is_it_that_python_language_has_or_can_do/
reddit
What is it that Python language has or can do? • /r/Python
Hi all, I am considering switching to Python from PHP. The question I have is this. In a nutshell, what are the capabilities that Python has that...
/u/Pick-a-Stock - Need quick information on a stock? Call this bot.: https://www.reddit.com/r/Python/comments/5p6nop/upickastock_need_quick_information_on_a_stock/
reddit
/u/Pick-a-Stock - Need quick information on a stock?... • /r/Python
I made a call and response bot using PRAW that replies to **recent** comments anywhere on Reddit with the proper call syntax (`!stock`). To call...
Looking for category theory-based packages: https://www.reddit.com/r/Python/comments/5p70mb/looking_for_category_theorybased_packages/
reddit
Looking for category theory-based packages • /r/Python
I've been slowly learning Haskell and I think it's mind blowing. AFAICT though, there's nothing that would prevent someone from implementing...
[Pygame] How to make moveable rectangles through Mousedragging: https://www.reddit.com/r/Python/comments/5p7are/pygame_how_to_make_moveable_rectangles_through/
reddit
[Pygame] How to make moveable rectangles through... • /r/Python
I'm creating a battleship-like game (the board-game). I need to be able to place the boats on a platform (2d array), and it's also supposed to be...
How to Make a Neural Network - Intro to Deep Learning #2: https://www.reddit.com/r/Python/comments/5p7lka/how_to_make_a_neural_network_intro_to_deep/
reddit
How to Make a Neural Network - Intro to Deep Learning #2 • /r/Python
0 points and 0 comments so far on reddit
Hi there, Trying to run a script I downloaded but I keep getting an error, could you help me?: https://www.reddit.com/r/Python/comments/5p80fi/hi_there_trying_to_run_a_script_i_downloaded_but/
reddit
Hi there, Trying to run a script I downloaded but I... • /r/Python
I downloaded a script and I have python / Moviepy / pip installed but this is the error I get typeerror 'float' object cannot be interpreted...
Did I set up my virtualenv incorrectly?: https://www.reddit.com/r/Python/comments/5p8d0r/did_i_set_up_my_virtualenv_incorrectly/
reddit
Did I set up my virtualenv incorrectly? • /r/Python
My file system looks like this: home/virtualenv/flaskenv home/python/flask/[all my flask projects] I initially set up my virtualenv in the...
UK McDonald's restaurants CSV generator script failing and i don't know how to get the new source.: https://www.reddit.com/r/Python/comments/5p31ge/uk_mcdonalds_restaurants_csv_generator_script/
reddit
UK McDonald's restaurants CSV generator script failing... • /r/Python
Hello Python people! Let me preface this by saying i have no idea how to write python. I'm sorry for this, its on the list to learn once i get an...