Which is the best Python based E-Commerce framework now end of 2017? Oscar vs Saleor vs Shupp: https://www.reddit.com/r/Python/comments/7dkv4k/which_is_the_best_python_based_ecommerce/
reddit
r/Python - Which is the best Python based E-Commerce framework now end of 2017? Oscar vs Saleor vs Shupp
7 votes and 1 comment so far on Reddit
Is it useful to install Anaconda on linux, when python and most packages can be installed via package managers ?: https://www.reddit.com/r/Python/comments/7dls42/is_it_useful_to_install_anaconda_on_linux_when/
reddit
Is it useful to install Anaconda on linux, when python... • r/Python
My main usage of python for the moment are scripting, and machine learning (using frameworks as tensorflow and keras)
How to make new decorators available within a class without explicitly importing them?: https://stackoverflow.com/questions/47112884/how-to-make-new-decorators-available-within-a-class-without-explicitly-importing
Stackoverflow
How to make new decorators available within a class without explicitly importing them?
Is it possible to modify a class so as to make available a certain method decorator, without having to explicitly import it and without having to prefix it (@something.some_decorator):
class SomeC...
class SomeC...
people.connections.list not returning contacts using Python Client Library: https://stackoverflow.com/questions/38680216/people-connections-list-not-returning-contacts-using-python-client-library
Stackoverflow
people.connections.list not returning contacts using Python Client Library
I'm trying to programmatically access the list of contacts on my own personal Google Account using the Python Client Library
This is a script that will run on a server without user input, so I hav...
This is a script that will run on a server without user input, so I hav...
schema-like representations of DataFrames in pandas: https://www.reddit.com/r/Python/comments/7dm1iv/schemalike_representations_of_dataframes_in_pandas/
reddit
schema-like representations of DataFrames in pandas • r/Python
2 points and 0 comments so far on reddit
I made a crappy game that you might like.: https://www.reddit.com/r/Python/comments/7dm6sm/i_made_a_crappy_game_that_you_might_like/
reddit
I made a crappy game that you might like. • r/Python
**Edit:** [github link.](https://github.com/brumafriend/BrumaGame) Made with python3, also it's a "console game" AKA all text. **NOTE: I AM NOT...
Generating new images with PyTorch: https://stackoverflow.com/questions/47275395/generating-new-images-with-pytorch
Stack Overflow
Generating new images with PyTorch
I am studying GANs I've completed the one course which gave me an example of a program that generates images based on examples inputed.
The example can be found here:
https://github.com/davidsonm...
The example can be found here:
https://github.com/davidsonm...
Django-Rest-Framework APIView returning a model object and an image: https://stackoverflow.com/questions/47309365/django-rest-framework-apiview-returning-a-model-object-and-an-image
Stackoverflow
Django-Rest-Framework APIView returning a model object and an image
suppose that I want to return in a APIView.get a (non model) object conatining 2 properties, one of them is a model object, and the other is a binary Image
I've tried several ways and had problems...
I've tried several ways and had problems...
[Pelican] We need more themes!: https://www.reddit.com/r/Python/comments/7djez3/pelican_we_need_more_themes/
reddit
[Pelican] We need more themes! • r/Python
I have been spending a lot of time tinkering around machine learning, web scraping and automation, and data visualization lately. I wanted to have...
Need help understanding tuple allocation: https://www.reddit.com/r/Python/comments/7dmdhi/need_help_understanding_tuple_allocation/
reddit
Need help understanding tuple allocation • r/Python
I'm preparing a talk on data structures in Python, so I've been delving into the CPython source code. The file...
What's the best Pandas Stackoverflow solution you've ever seen?: https://www.reddit.com/r/Python/comments/7dle8j/whats_the_best_pandas_stackoverflow_solution/
reddit
What's the best Pandas Stackoverflow solution you've... • r/Python
I posted a question on SO the other day regarding Pandas, and was flabbergasted at the quality of response. The solution was just crazy elegant....
Options for cross-platform delta file transfer in Python?: https://www.reddit.com/r/Python/comments/7dmlhu/options_for_crossplatform_delta_file_transfer_in/
reddit
Options for cross-platform delta file transfer in Python? • r/Python
I have a program that I want to make use of delta file transfer, meaning that it only transfers the differences between files. If you have two...
I'm going to teach some basic Python to 3rd-5th graders in Jamuary. Is there a free curriculum or collection of lesson plans you would recommend?: https://www.reddit.com/r/Python/comments/7dntg0/im_going_to_teach_some_basic_python_to_3rd5th/
reddit
I'm going to teach some basic Python to 3rd-5th graders... • r/Python
1 points and 0 comments so far on reddit
A script that would minimize data entry required for a report. Could a python beginner create this?: https://www.reddit.com/r/Python/comments/7dntgl/a_script_that_would_minimize_data_entry_required/
reddit
A script that would minimize data entry required for a... • r/Python
I'm interested in automating something that I have been tasked with at my job. Each day, employees send emails to a mailbox named "hotjobs". ...
Best Python packages/tools for data alerts?: https://www.reddit.com/r/Python/comments/7dnkmj/best_python_packagestools_for_data_alerts/
reddit
Best Python packages/tools for data alerts? • r/Python
I'm trying to set up a data flow / archiving process that collects data and flags (whether it be visual or via email) that there are anomalies in...