Convert CSV into arrays (rows/columns): https://www.reddit.com/r/Python/comments/7vvldn/convert_csv_into_arrays_rowscolumns/
reddit
Convert CSV into arrays (rows/columns) • r/Python
Hi guys - python beginner here, All I want to do is convert a .csv file into an array of rows and columns. Can anybody help me do this? Thanks...
Made CLI tool to download SnapChat codes with and without Bitmoji: https://www.reddit.com/r/Python/comments/7vvufh/made_cli_tool_to_download_snapchat_codes_with_and/
reddit
Made CLI tool to download SnapChat codes with and... • r/Python
I just found a way to download snapcodes with or without the Bitmoji on them and thought it was really cool. Also, since SnapChat does not have an...
Is it possible to create histograms in matplotlib that would update in real time?: https://www.reddit.com/r/Python/comments/7vvv1d/is_it_possible_to_create_histograms_in_matplotlib/
reddit
Is it possible to create histograms in matplotlib that... • r/Python
I am doing a project where data from Geiger-Muller sensors (number of mions that passed through) will be displayed on the screen. The project...
Introduction to TensorFlow – With Python Example: https://www.reddit.com/r/Python/comments/7vw7ho/introduction_to_tensorflow_with_python_example/
reddit
Introduction to TensorFlow – With Python Example • r/Python
27 points and 1 comments so far on reddit
Composable SQL in Pure Python: https://www.reddit.com/r/Python/comments/7vw04e/composable_sql_in_pure_python/
reddit
Composable SQL in Pure Python • r/Python
Are you sick of writing long SQL queries with multiple layers of aggregation and no way of modularizing the actual business logic? This library...
H5py Unicode support for dictionaries: https://stackoverflow.com/questions/48572525/h5py-unicode-support-for-dictionaries
Stackoverflow
H5py Unicode support for dictionaries
So, with h5py there is no support for unicode in attributes. It throws the error: TypeError: No conversion path for dtype: dtype('
I have seen the recommended work-around which is to encode the s...
I have seen the recommended work-around which is to encode the s...
Zipline: pickle backtest to resume simulation: https://stackoverflow.com/questions/48624987/zipline-pickle-backtest-to-resume-simulation
Stackoverflow
Zipline: pickle backtest to resume simulation
I have been using Zipline for some time now and could highly benefit from being able to pickle a backtest in order to be able to resume it later. The idea is to save the state of the trading algori...
Injectable: @autowired decorator for DI and lazy dependency init: https://www.reddit.com/r/Python/comments/7vwi61/injectable_autowired_decorator_for_di_and_lazy/
reddit
Injectable: @autowired decorator for DI and lazy... • r/Python
I just released this little python module for dependency injection: https://github.com/allrod5/injectable It's no framework, just an @autowired...
Python 3: 10 years later Looking back at Python evolutions of the last 10 years (Victor Stinner): https://www.reddit.com/r/Python/comments/7vwr18/python_3_10_years_later_looking_back_at_python/
reddit
Python 3: 10 years later Looking back at Python... • r/Python
4 points and 0 comments so far on reddit
Project help with Tweepy and Python -- Data Mining: https://www.reddit.com/r/Python/comments/7vx86g/project_help_with_tweepy_and_python_data_mining/
reddit
Project help with Tweepy and Python -- Data Mining • r/Python
My current project idea is to mine Twitter data and look at transfer rumors (for soccer). The current idea is to use Tweepy's search or streaming...
A Brand New NumPy Tutorial for Data Analysis - For people with R background: https://www.reddit.com/r/Python/comments/7vyajk/a_brand_new_numpy_tutorial_for_data_analysis_for/
reddit
A Brand New NumPy Tutorial for Data Analysis - For... • r/Python
7 points and 0 comments so far on reddit
New Subreddit about coding and running Python in Web Browsers: https://www.reddit.com/r/Python/comments/7vy4l1/new_subreddit_about_coding_and_running_python_in/
reddit
New Subreddit about coding and running Python in Web... • r/Python
5 points and 1 comments so far on reddit
[console UI] Need help with URWID: https://www.reddit.com/r/Python/comments/7vym26/console_ui_need_help_with_urwid/
reddit
[console UI] Need help with URWID • r/Python
hello guys, I'm new to Reddit and it's my first post. So I'm coding a Python TCP chat, I already coded the networking part with packets handling...
What web framework should I use to make a site like the Old Reddit?: https://www.reddit.com/r/Python/comments/7vytp1/what_web_framework_should_i_use_to_make_a_site/
reddit
What web framework should I use to make a site like the... • r/Python
https://github.com/reddit-archive I am making a website for a object oriented assignment, and the framework needs to be object oriented too....