A Minimalist Guide to Microsoft SQL Server 2017 on Ubuntu Linux: https://www.reddit.com/r/Python/comments/96vxuz/a_minimalist_guide_to_microsoft_sql_server_2017/
reddit
r/Python - A Minimalist Guide to Microsoft SQL Server 2017 on Ubuntu Linux
1 vote and 0 comments so far on Reddit
How to make a python mocked out function return a specific value conditional on an argument to the function?: https://stackoverflow.com/questions/51794954/how-to-make-a-python-mocked-out-function-return-a-specific-value-conditional-on
Stack Overflow
How to make a python mocked out function return a specific value conditional on an argument to the function?
I have a python 2.7x Tornado application that when run serves up a handful of RESTful api endpoints.
My project folder includes numerous test cases that rely on the python mock module such as shown
My project folder includes numerous test cases that rely on the python mock module such as shown
Setting up developement environment: PyCharm, python-gtk, windows: https://stackoverflow.com/questions/51787630/setting-up-developement-environment-pycharm-python-gtk-windows
Stack Overflow
Setting up developement environment: PyCharm, python-gtk, windows
I want to develop with these tools:
MS-Windows 10
Python3
gtk
PyCharm
I installed PyCharm, but up to now Python and gtk are not installed up to now.
Sub questions:
use 32 or 64 Bit version of P...
MS-Windows 10
Python3
gtk
PyCharm
I installed PyCharm, but up to now Python and gtk are not installed up to now.
Sub questions:
use 32 or 64 Bit version of P...
Should I use PyQt or a form of Python web-development: https://www.reddit.com/r/Python/comments/96wtqg/should_i_use_pyqt_or_a_form_of_python/
reddit
r/Python - Should I use PyQt or a form of Python web-development
1 vote and 0 comments so far on Reddit
PyFilesystem 2.1.0 adds concurrent uploads / downloads and support for globbing: https://www.reddit.com/r/Python/comments/96wwga/pyfilesystem_210_adds_concurrent_uploads/
reddit
r/Python - PyFilesystem 2.1.0 adds concurrent uploads / downloads and support for globbing
1 vote and 0 comments so far on Reddit
Just finished learning the basics of Python what should I do next?: https://www.reddit.com/r/Python/comments/96x0d4/just_finished_learning_the_basics_of_python_what/
reddit
r/Python - Just finished learning the basics of Python what should I do next?
0 votes and 2 comments so far on Reddit
Python Top 10 Articles for the Past Month (v.Aug 2018): https://www.reddit.com/r/Python/comments/96x0yu/python_top_10_articles_for_the_past_month_vaug/
reddit
r/Python - Python Top 10 Articles for the Past Month (v.Aug 2018)
2 votes and 0 comments so far on Reddit
Linear compression in python: PCA vs. unsupervised feature selection: http://efavdb.com/unsupervised-feature-selection-in-python-with-linselect/
Having Trouble Uninstalling and Installing Python: https://www.reddit.com/r/Python/comments/96x2uw/having_trouble_uninstalling_and_installing_python/
reddit
r/Python - Having Trouble Uninstalling and Installing Python
1 vote and 0 comments so far on Reddit
We're excited to propose to the Python community a new platform to validate and showcase skills! Try it out!: https://www.reddit.com/r/Python/comments/96xipe/were_excited_to_propose_to_the_python_community_a/
reddit
r/Python - We're excited to propose to the Python community a new platform to validate and showcase skills! Try it out!
2 votes and 0 comments so far on Reddit
Tesseract Custom trained Model for Urdu language left to right output and no space recognized: https://stackoverflow.com/questions/51798126/tesseract-custom-trained-model-for-urdu-language-left-to-right-output-and-no-spa
Stack Overflow
Tesseract Custom trained Model for Urdu language left to right output and no space recognized
I have trained my own model for Urdu language using jtessboxeditor to create tiff/box file and then used Serak tesseract trainer for creating trainedata file, Model is recognizing urdu language but...
Batch generating barcodes using ReportLab: https://stackoverflow.com/questions/51789298/batch-generating-barcodes-using-reportlab
Stack Overflow
Batch generating barcodes using ReportLab
Yesterday, I asked a question that was perhaps too broad.
Today, I've acted on my ideas in an effort to implement a solution.
Using ReportLab, pdfquery and PyPDF2, I'm trying to automate the proc...
Today, I've acted on my ideas in an effort to implement a solution.
Using ReportLab, pdfquery and PyPDF2, I'm trying to automate the proc...
Small declarative cli tool (simple wrapper around argparse): https://www.reddit.com/r/Python/comments/96ytup/small_declarative_cli_tool_simple_wrapper_around/
reddit
r/Python - Small declarative cli tool (simple wrapper around argparse)
32 votes and 4 comments so far on Reddit
Question integral equation SymPy: https://www.reddit.com/r/Python/comments/96yuxo/question_integral_equation_sympy/
reddit
Question integral equation SymPy • r/Python
Hi, we are trying to solve an integral equation with sympy like: 0 = int( f(x) dx from 0 to 5) -1 + f(5) whose answer should be exp(5). We...