Please upvote my request to add Python OOP resources to Awesome Python: https://www.reddit.com/r/Python/comments/513nyu/please_upvote_my_request_to_add_python_oop/
reddit
Please upvote my request to add Python OOP resources... • /r/Python
Hello, I maintain [a list of object-oriented Python programming resources](https://github.com/metaperl/python-oop). I submitted a [pull...
searching for help on my own flask project: https://www.reddit.com/r/Python/comments/513uit/searching_for_help_on_my_own_flask_project/
reddit
searching for help on my own flask project • /r/Python
hello guys, i started this project to become a better programmer and add at least something for my none existing portfolio. the commen advice for...
Babel not working in celery beat: http://stackoverflow.com/questions/39282622/babel-not-working-in-celery-beat
Stackoverflow
Babel not working in celery beat
I have a function that when running from celery beat will output an error about babel. Any idea why and how to solve?
Flask-babel is installed in env, and the translations works ok if I call this
Flask-babel is installed in env, and the translations works ok if I call this
[First Time Coder]Is this coding format is write for python?: https://www.reddit.com/r/Python/comments/514hcq/first_time_coderis_this_coding_format_is_write/
reddit
[First Time Coder]Is this coding format is write for... • /r/Python
import sys, os.path from_file = sys.argv[1] to_file = sys.argv[2] print "Copying from %s to %s" % (from_file, to_file) indata =...
A list with companies that allow remote work and use Python: https://www.reddit.com/r/Python/comments/514fbb/a_list_with_companies_that_allow_remote_work_and/
reddit
A list with companies that allow remote work and use... • /r/Python
7 points and 1 comments so far on reddit
Active tasks is a negative number spark ui: http://stackoverflow.com/questions/38964007/active-tasks-is-a-negative-number-spark-ui
Stackoverflow
Active tasks is a negative number spark ui
I experienced the same problem as this person, with python and spark-1.6.2, who posted this:
where you see that the active tasks are a negative number (the difference of the the total tasks from...
where you see that the active tasks are a negative number (the difference of the the total tasks from...
Converting .py to .exe using cx_freeze: https://www.reddit.com/r/Python/comments/514vq7/converting_py_to_exe_using_cx_freeze/
reddit
Converting .py to .exe using cx_freeze • /r/Python
I tried to convert a python script I made to an executable file using cx_freeze. My script uses two additional packages : pygame and...
What Language/Skill to Master After Python?: https://www.reddit.com/r/Python/comments/515ea6/what_languageskill_to_master_after_python/
reddit
What Language/Skill to Master After Python? • /r/Python
Hello fellow coders! Thanks for taking the time to answer my rookie question. I'll keep it short. Recently dropped out of college, was pursuing a...
TIL rounding changed between Python 2 and Python 3: https://www.reddit.com/r/Python/comments/515kmk/til_rounding_changed_between_python_2_and_python_3/
reddit
TIL rounding changed between Python 2 and Python 3 • /r/Python
Perhaps this is well known to y'all, but this was news to me. print(round(0.5)) Python 2: `1.0` http://ideone.com/yzWGsL Python 3: `0`...
Problem with label in Tkinter: https://www.reddit.com/r/Python/comments/5161y7/problem_with_label_in_tkinter/
reddit
Problem with label in Tkinter • /r/Python
The code and the result of running this program is shown in the screenshot in the link. The calculations and buttons work. Why doesn't the label...
I wrote you a thing for doing python one-liners in the shell a la AWK/Perl. Any thoughts/suggestions?: https://www.reddit.com/r/Python/comments/516lil/i_wrote_you_a_thing_for_doing_python_oneliners_in/
reddit
I wrote you a thing for doing python one-liners in the... • /r/Python
1 points and 0 comments so far on reddit
How to parse a HTML table with rowspans in python?: http://stackoverflow.com/questions/39278376/how-to-parse-a-html-table-with-rowspans-in-python
Stackoverflow
How to parse a HTML table with rowspans in python?
The problem
I'm trying to parse a HTML table with rowspans in it, as in, i'm trying to parse my college's schedule.
I'm running into the problem where if the last row contains a rowspan, the next...
I'm trying to parse a HTML table with rowspans in it, as in, i'm trying to parse my college's schedule.
I'm running into the problem where if the last row contains a rowspan, the next...
Install PySpark on Linux Word Count Configure Jupyter Notebook: https://www.reddit.com/r/Python/comments/51748o/install_pyspark_on_linux_word_count_configure/
reddit
Install PySpark on Linux + Word Count + Configure... • /r/Python
1 points and 0 comments so far on reddit
Constructive criticism on my small project? Python script converts DXF to EagleCAD script.: https://www.reddit.com/r/Python/comments/517v83/constructive_criticism_on_my_small_project_python/
reddit
Constructive criticism on my small project? Python... • /r/Python
I recently had a small problem at work and decided to build a tool like the title says. It's a script that reads in the 2D DXF file from...
Constructive Criticism please! http://pastebin.com/dRp2ZSMS: https://www.reddit.com/r/Python/comments/5185vs/constructive_criticism_please/
Freelance dev project. A django developer. I'm looking for help.: https://www.reddit.com/r/Python/comments/518b4v/freelance_dev_project_a_django_developer_im/
reddit
Freelance dev project. A django developer. I'm looking... • /r/Python
I've got a django app that needs a couple of modifications. 1. Transactions need to be recorded and stored in a table instead of always being...