How can I manage memory in python? Running out of memory after 40 while loop iterations in my fitting routine.: https://www.reddit.com/r/Python/comments/4fcnfy/how_can_i_manage_memory_in_python_running_out_of/
reddit
How can I manage memory in python? Running out of... • /r/Python
I have a fitting algorithm I wrote that takes in about 300,000 (30,000 x 10) points and uses this data to determine x, y, z, yaw, pitch, and roll...
[Question] Writing Code for work and keeping it unowned by Employer.: https://www.reddit.com/r/Python/comments/4fd27z/question_writing_code_for_work_and_keeping_it/
reddit
[Question] Writing Code for work and keeping it... • /r/Python
Apologies if this is not the right place for this question. I am getting into Python and quickly learning that I can use it in my daily work life...
What unholy/dastardly/disdainful/unpythonic wrappers have you put around pip?: https://www.reddit.com/r/Python/comments/4fd54q/what_unholydastardlydisdainfulunpythonic_wrappers/
reddit
What unholy/dastardly/disdainful/unpythonic wrappers... • /r/Python
We occasionally digress into the package management wars, but what have you done to pip and/or virtualenv to make it work for YOU!?!
Is it possible : a TCP Gateway on a Bridge: https://www.reddit.com/r/Python/comments/4fdds6/is_it_possible_a_tcp_gateway_on_a_bridge/
reddit
Is it possible : a TCP Gateway on a Bridge • /r/Python
Hello, I need to intercept some type of packets on my bridge. The program must "listen", and on this type of packets (DHCP) I need to change some...
how to change jupyter's default config directory: https://www.reddit.com/r/Python/comments/4fd67r/how_to_change_jupyters_default_config_directory/
reddit
how to change jupyter's default config directory • /r/Python
Jupyter currently default creates and keeps all it's configs etc in ~/.jupyter, but in my current work environment I can't create directories in...
Specifying texture coordinates using tesselation in GLU: http://stackoverflow.com/questions/36611079/specifying-texture-coordinates-using-tesselation-in-glu
Stackoverflow
Specifying texture coordinates using tesselation in GLU
When mapping textures to surfaces in OpenGL using the standard polygon method, you can do the following:
size = 10
glBegin(GL_POLYGON)
glNormal3f(0.0, 0.0,-1.0)
glTexCoord2f(0.0, 0.0); glVertex3f...
size = 10
glBegin(GL_POLYGON)
glNormal3f(0.0, 0.0,-1.0)
glTexCoord2f(0.0, 0.0); glVertex3f...
Does anyone else ever get an odd warning like this when trying to run a python file from the terminal?: https://www.reddit.com/r/Python/comments/4fdhi1/does_anyone_else_ever_get_an_odd_warning_like/
reddit
Does anyone else ever get an odd warning like this... • /r/Python
sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=(some address', 55332), raddr=('some...
[sqlite3] How to sanitize text when pulled from a db?: https://www.reddit.com/r/Python/comments/4fdp85/sqlite3_how_to_sanitize_text_when_pulled_from_a_db/
reddit
[sqlite3] How to sanitize text when pulled from a db? • /r/Python
I'm accessing a sqlite3 db using python3.5. I connect to the databse, create a cursor, and then run cursor.execute("select * from table") ...
Help producing cross platform executable using Pyinstaller.: https://www.reddit.com/r/Python/comments/4fdpbn/help_producing_cross_platform_executable_using/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
PyPi distributions with multiple packages. Possible?: https://www.reddit.com/r/Python/comments/4fdt4l/pypi_distributions_with_multiple_packages_possible/
reddit
PyPi distributions with multiple packages. Possible? • /r/Python
I think that I’m almost ready to put my first distribution on PyP. I’ve never done thins before and I’d like to get it right the first time; and...
How do you post data from a table using Ajax to a Flask view?: https://www.reddit.com/r/Python/comments/4fdun7/how_do_you_post_data_from_a_table_using_ajax_to_a/
reddit
How do you post data from a table using Ajax to a... • /r/Python
Hi All, I am using a bootstrap table to list some objects and I want to make those objects clickable; and on click post the selected object by id....
ETL for SQL Server to AWS Redshift: https://www.reddit.com/r/Python/comments/4fdvah/etl_for_sql_server_to_aws_redshift/
reddit
ETL for SQL Server to AWS Redshift • /r/Python
Hey guys, I am working in a team heavily depend on SQL Server but as our data is growing fast I am trying move at least some of our data marts to...
figgypy now support decrypting KMS secrets in addition to GPG secrets in configuration files.: https://www.reddit.com/r/Python/comments/4fe9mc/figgypy_now_support_decrypting_kms_secrets_in/
reddit
figgypy now support decrypting KMS secrets in addition... • /r/Python
1 points and 1 comments so far on reddit
New project: pipmem - History tracking for pip: https://www.reddit.com/r/Python/comments/4fed89/new_project_pipmem_history_tracking_for_pip/
reddit
New project: pipmem - History tracking for pip • /r/Python
[pipmem on GitHub](https://github.com/evitalis/pipmem) **Disclaimer: This is not supported by the pip maintainers and is an independant project...