Collection of libraries, which implement models, schemas, ORMs/ODMs, Active Records or similar patterns: https://www.reddit.com/r/Python/comments/60qczb/collection_of_libraries_which_implement_models/
reddit
Collection of libraries, which implement models,... • r/Python
1 points and 0 comments so far on reddit
Dynaconf 0.4.3 released featuring Python 2.7 , 3.3 , PyPy support, 81% test coverage and Flask Extension.: https://www.reddit.com/r/Python/comments/60r15i/dynaconf_043_released_featuring_python_27_33_pypy/
reddit
Dynaconf 0.4.3 released featuring Python 2.7+, 3.3+,... • r/Python
2 points and 0 comments so far on reddit
GenOpt: package for optimizing real-valued functions with a genetic algorithm: https://www.reddit.com/r/Python/comments/60rbfn/genopt_package_for_optimizing_realvalued/
reddit
GenOpt: package for optimizing real-valued functions... • r/Python
I just finished a optimization package based on genetic algorithms. This is for use with real valued functions. You can find it on github here:...
How can I combine gigabytes worth of text into one file, sorted by number of occurrences?: https://www.reddit.com/r/Python/comments/60rlqc/how_can_i_combine_gigabytes_worth_of_text_into/
reddit
How can I combine gigabytes worth of text into one... • r/Python
My goal for this script is to take a folder full of text files, capture each line in all files, and then output one file containing every unique...
How to? Batch define 2000 words: https://www.reddit.com/r/Python/comments/60rv0i/how_to_batch_define_2000_words/
reddit
How to? Batch define 2000+ words • r/Python
So, as well as foodling with python, I'm trying to get back into creative writing. The problem is, I've noticed that my descriptive vocabulary...
I made Python exceptions a little better.: https://www.reddit.com/r/Python/comments/60scld/i_made_python_exceptions_a_little_better/
reddit
I made Python exceptions a little better.
News about the programming language Python. If you have something to teach others post here. If you have questions or are a newbie use r/learnpython.
How to interpret the upper/lower bound of a datapoint with confidence intervals?: http://stackoverflow.com/questions/42799002/how-to-interpret-the-upper-lower-bound-of-a-datapoint-with-confidence-intervals
Stack Overflow
How to interpret the upper/lower bound of a datapoint with confidence intervals?
Given a list of values:
>>> from scipy import stats
>>> import numpy as np
>>> x = list(range(100))
Using student t-test, I can find the confidence interval of the
>>> from scipy import stats
>>> import numpy as np
>>> x = list(range(100))
Using student t-test, I can find the confidence interval of the
2 quick tips for a more productive Xonsh Python shell: https://www.reddit.com/r/Python/comments/60svsw/2_quick_tips_for_a_more_productive_xonsh_python/
reddit
2 quick tips for a more productive Xonsh Python shell • r/Python
1 points and 0 comments so far on reddit
Message box close immediately: http://stackoverflow.com/questions/42892181/message-box-close-immediately
Stackoverflow
Message box close immediately
I use script:
#!/usr/bin/python
from uuid import getnode as get_mac
import socket
import requests
import datetime
import os
def main():
print('start')
i = datetime.datetime.now()
#pri...
#!/usr/bin/python
from uuid import getnode as get_mac
import socket
import requests
import datetime
import os
def main():
print('start')
i = datetime.datetime.now()
#pri...
Python looking great in the Stack Overflow Developer Survey 2017: https://www.reddit.com/r/Python/comments/60u3o8/python_looking_great_in_the_stack_overflow/
reddit
Python looking great in the Stack Overflow Developer... • r/Python
3 points and 1 comments so far on reddit
Learn to design high scalable systems, sample code in Python: https://www.reddit.com/r/Python/comments/60u8fd/learn_to_design_high_scalable_systems_sample_code/
reddit
Learn to design high scalable systems, sample code in... • r/Python
5 points and 0 comments so far on reddit
Amazing talk by Raymond Hettinger - "Being a Core developer in Python", PyBay 2016: https://www.reddit.com/r/Python/comments/60ung9/amazing_talk_by_raymond_hettinger_being_a_core/
reddit
Amazing talk by Raymond Hettinger - "Being a Core... • r/Python
1 points and 0 comments so far on reddit
Validr – The fastest data validation library in python: https://www.reddit.com/r/Python/comments/60upat/validr_the_fastest_data_validation_library_in/
reddit
Validr – The fastest data validation library in python • r/Python
Validr is implemented by [Cython](http://cython.org/) since v0.14.0, it's 5X faster than original pure python implemented. Now, it's 10X faster...
Trying to create an online tool similar to TurboTax. Where do I start?: https://www.reddit.com/r/Python/comments/60uxzu/trying_to_create_an_online_tool_similar_to/
reddit
Trying to create an online tool similar to TurboTax.... • r/Python
I am trying to create a tool similar to that of Turbotax. I am building out the website using the wire-framing tool Axure and much of the website...