Mistakes I Made Writing a Django App (and How I Fixed Them) (x-post /r/Django): https://www.reddit.com/r/Python/comments/5mygek/mistakes_i_made_writing_a_django_app_and_how_i/
reddit
Mistakes I Made Writing a Django App (and How I Fixed... • /r/Python
4 points and 1 comments so far on reddit
Improving the looks with an GUI?: https://www.reddit.com/r/Python/comments/5mz099/improving_the_looks_with_an_gui/
reddit
Improving the looks with an GUI? • /r/Python
Hey! I'm teaching myself Python (coming from front end) and I wanted to learn by making simple things that also look good **while** learning the...
I've posted my first ever package to PYPI. I'd appreciate if you took a look: https://www.reddit.com/r/Python/comments/5mz1y3/ive_posted_my_first_ever_package_to_pypi_id/
reddit
I've posted my first ever package to PYPI. I'd... • /r/Python
1 points and 0 comments so far on reddit
A repo to help analyze tweets with NLTK and pandas dfs (includes tweets from Trump/Clinton/FoxNews/CNN: https://www.reddit.com/r/Python/comments/5mzn3y/a_repo_to_help_analyze_tweets_with_nltk_and/
reddit
A repo to help analyze tweets with NLTK and pandas dfs... • /r/Python
3 points and 0 comments so far on reddit
Visualizations of word usage in a public OKCupid profile dataset with pandas matplotlib (includes link to jupyter notebook): https://www.reddit.com/r/Python/comments/5n0570/visualizations_of_word_usage_in_a_public_okcupid/
reddit
Visualizations of word usage in a public OKCupid... • /r/Python
1 points and 0 comments so far on reddit
How do I get persistent variables in XLWINGS - and why I love that runpython takes a string argument: https://www.reddit.com/r/Python/comments/5n04a5/how_do_i_get_persistent_variables_in_xlwings_and/
reddit
How do I get persistent variables in XLWINGS - and why... • /r/Python
Hi all I'm trying to get xlwings to generate a large panda dataframe with a lot of data AND KEEP IT IN MEMORY First, I load a sheet into the...
Streaming a textfile on ArcPad Studio in real time: https://www.reddit.com/r/Python/comments/5n0lvq/streaming_a_textfile_on_arcpad_studio_in_real_time/
reddit
Streaming a textfile on ArcPad Studio in real time • /r/Python
I'm currently working on a project to stream methane quantity readings on ArcPad in real time. (ArcPad can take Python script to customize itself)...
So apparently there are python to javascript converters. Could i make a chrome extension with them?: https://www.reddit.com/r/Python/comments/5n0tq0/so_apparently_there_are_python_to_javascript/
reddit
So apparently there are python to javascript... • /r/Python
Hey, i read that there are python to javascript converters and i wondered if it would be possible to make a chrome extension (apparently written...
Is it possible to write a Python script to take a test online?: https://www.reddit.com/r/Python/comments/5n11x2/is_it_possible_to_write_a_python_script_to_take_a/
reddit
Is it possible to write a Python script to take a test... • /r/Python
I am trying to find out if its possible to write a script to go through an online course, learn the subject, then take the test afterwards. I am...
Rodeo v2.5.2 for Windows ships with Python built in (Anaconda's Miniconda)!: https://www.reddit.com/r/Python/comments/5n0s3q/rodeo_v252_for_windows_ships_with_python_built_in/
reddit
Rodeo v2.5.2 for Windows ships with Python built in... • /r/Python
2 points and 0 comments so far on reddit
Best method of converting .py to .exe for Python 3.6?: https://www.reddit.com/r/Python/comments/5n19p8/best_method_of_converting_py_to_exe_for_python_36/
reddit
Best method of converting .py to .exe for Python 3.6? • /r/Python
Hi all, I'm trying to convert a fairly simple Python program to an executable and couldn't find what I was looking for, so I have a few questions...
Will Continuum Analytics last?: https://www.reddit.com/r/Python/comments/5n1l2v/will_continuum_analytics_last/
reddit
Will Continuum Analytics last? • /r/Python
I'm thinking of going all in on python for my company, but will be heavily reliant on Continuum Analytics specific tools (numba etc) Based on...
Python3 exec() raises AttributeError when passed a dict-like for locals, any ideas?: https://www.reddit.com/r/Python/comments/5n2qih/python3_exec_raises_attributeerror_when_passed_a/
reddit
Python3 exec() raises AttributeError when passed a... • /r/Python
When I pass a bona fide dict for locals, exec() does the correct thing and falls back to the globals dictionary for missing names. However, if I...