What dies Django actually do?: https://www.reddit.com/r/Python/comments/4e3mwd/what_dies_django_actually_do/
reddit
What dies Django actually do? • /r/Python
Hello Python group, I am having problems gathering how Django works. Do you create Python scripts the same way you'd create a php page? I have...
My thesis writing timeline – analysed using Dropbox and Python: https://www.reddit.com/r/Python/comments/4e3ka5/my_thesis_writing_timeline_analysed_using_dropbox/
reddit
My thesis writing timeline – analysed using Dropbox... • /r/Python
7 points and 1 comments so far on reddit
What is a project that a person can do in Python that will help them become a better programmer and do something cool?: https://www.reddit.com/r/Python/comments/4e3pyi/what_is_a_project_that_a_person_can_do_in_python/
reddit
What is a project that a person can do in Python that... • /r/Python
. I just finished codecademy python and I want to try it out on a fun project. By cool, I mean anything, be it small or big.
[Question] Sparse Matrices on GPU(s)?: https://www.reddit.com/r/Python/comments/4e3rzg/question_sparse_matrices_on_gpus/
reddit
[Question] Sparse Matrices on GPU(s)? • /r/Python
Hi everyone, I need to do some computations on a graph. Each node in the graph has a value which I want to update according to some local rules....
Old dates and strftime time in Python2 vs 3: https://www.reddit.com/r/Python/comments/4e44cz/old_dates_and_strftime_time_in_python2_vs_3/
reddit
Old dates and strftime time in Python2 vs 3 • /r/Python
I have never understood this difference in behavior. `datetime.datetime.strftime` throws a ValueError in python 2 for dates older than 1900, but...
Does anyone have a complete(ish) collection of PyPI Metadata? Looking to see the kinds of licensing people are using.: https://www.reddit.com/r/Python/comments/4e4jmx/does_anyone_have_a_completeish_collection_of_pypi/
reddit
Does anyone have a complete(ish) collection of PyPI... • /r/Python
I know I can mirror PyPI (120gig of it) but I'm really only interested in sifting through metadata. In fact, really mostly just interested in...
Is separating generic information (common functions, folder paths, lists, etc) an okay practice?: https://www.reddit.com/r/Python/comments/4e4ln7/is_separating_generic_information_common/
reddit
Is separating generic information (common functions,... • /r/Python
I received about 10 or so different files (csv, shared on a FTP site) which provide data about customers (one file might show a call a customer...
This module is purpose-built to do absolutely nothing: https://www.reddit.com/r/Python/comments/4e4pjq/this_module_is_purposebuilt_to_do_absolutely/
reddit
This module is purpose-built to do absolutely nothing • /r/Python
0 points and 0 comments so far on reddit
Unable to type a left parens in PyCharm...: https://www.reddit.com/r/Python/comments/4e54zk/unable_to_type_a_left_parens_in_pycharm/
reddit
Unable to type a left parens in PyCharm... • /r/Python
With the update to PyCharm Community Edition 2016.1, for some strange reason I've lost the ability to type a left parenthesis, but only when the...
Looking for a python developer to help me out: https://www.reddit.com/r/Python/comments/4e58fh/looking_for_a_python_developer_to_help_me_out/
reddit
Looking for a python developer to help me out • /r/Python
Hello, I'm looking for a python developer for my coursework. It's a very basic one and needs to be changed a little bit. If anyone wants to help...
What have you done with Python and raspberry pi that could also be useful to others?: https://www.reddit.com/r/Python/comments/4e59wb/what_have_you_done_with_python_and_raspberry_pi/
reddit
What have you done with Python and raspberry pi that could also be...
Posted in r/Python by u/Vinovator • 92 points and 51 comments
Is there any algorithm good at pick special category?: https://www.reddit.com/r/Python/comments/4e5ldt/is_there_any_algorithm_good_at_pick_special/
reddit
Is there any algorithm good at pick special category? • /r/Python
When I see machine learning, specially the classification, I find that some algorithm are designed to classify , for example, the Decision tree,...
How can I use a return parameter from one function to another: https://www.reddit.com/r/Python/comments/4e5xdk/how_can_i_use_a_return_parameter_from_one/
reddit
How can I use a return parameter from one function to... • /r/Python
Hey guys, I'm a Python newbie (started yesturday) and I'd like to know how i can use a return parameter from one function to another? def...