Can you recommend any professional Python events, certifications, and/or classroom training?: https://www.reddit.com/r/Python/comments/4db81j/can_you_recommend_any_professional_python_events/
reddit
Can you recommend any professional Python events,... • /r/Python
I already posted this in r/learnpython with no success. I hope it is ok to post it here. If not, my apologies. I will be taking a future job...
Python client library for Kubernetes: https://github.com/eldarion-gondor/pykube
GitHub
eldarion-gondor/pykube
pykube - Python client library for Kubernetes
Issue regarding a for loop based off an Access table: https://www.reddit.com/r/Python/comments/4dbk2q/issue_regarding_a_for_loop_based_off_an_access/
reddit
Issue regarding a for loop based off an Access table • /r/Python
Essentially what is supposed to happen is it takes from a database table some information containing IDs. In the condition that one of the...
need help writing a word w/o write command: https://www.reddit.com/r/Python/comments/4dbu4i/need_help_writing_a_word_wo_write_command/
reddit
need help writing a word w/o write command • /r/Python
hi, i need to code a word using turtle graphics and python without using the .write command. any help would be appreciated, thank you...
Python ctypes asn1c - can anyone check my ctypes code?: https://www.reddit.com/r/Python/comments/4dc9tn/python_ctypes_asn1c_can_anyone_check_my_ctypes/
reddit
Python ctypes + asn1c - can anyone check my ctypes code? • /r/Python
Hello! **tl;dr** I think I've got a bad line or 2 in my ctypes-related code, but I'm not sure where. Perhaps you can tell me? I'm attempting to...
Orthogonal matching pursuit regression - am I using it wrong?: http://stackoverflow.com/questions/36287045/orthogonal-matching-pursuit-regression-am-i-using-it-wrong
Stackoverflow
Orthogonal matching pursuit regression - am I using it wrong?
I am trying out this method as a regularized regression, as an alternative to lasso and elastic net. I have 40k data points and 40 features. Lasso selects 5 features, and orthogonal matching pursuit
Problems handling unicode characters and storing them in a MySQL database.: https://www.reddit.com/r/Python/comments/4dcbpm/problems_handling_unicode_characters_and_storing/
reddit
Problems handling unicode characters and storing them... • /r/Python
Hello, I'm scraping reddit submissions and so far I've had problems storing single quotes in my database, due to the fact that I've used single...
Need office environment experience. What job is best while in school.: https://www.reddit.com/r/Python/comments/4deb5q/need_office_environment_experience_what_job_is/
reddit
Need office environment experience. What job is best... • /r/Python
Well I don't know if I went the wrong way about everything. I downloaded a JavaScript book off of allitebooks.com saturday. IDK if it was my...
How should I prepare for Python interview?: https://www.reddit.com/r/Python/comments/4df3oq/how_should_i_prepare_for_python_interview/
reddit
How should I prepare for Python interview?
Hi, I learned web application development by myself, two years ago. Since then, I worked on Django, Bootstrap, Python, Javascript. I have an...
Need help with some code in terms of loops.: https://www.reddit.com/r/Python/comments/4df8af/need_help_with_some_code_in_terms_of_loops/
reddit
Need help with some code in terms of loops. • /r/Python
I'm writing a program that is meant to be constantly checking the time up until the time it is terminated. I know how to make it loop...
Should I learn Python if I'm good at C and am learning C# and ASP .NET: https://www.reddit.com/r/Python/comments/4dfabi/should_i_learn_python_if_im_good_at_c_and_am/
reddit
Should I learn Python if I'm good at C and am learning... • /r/Python
Like I mentioned in title, I'm currently in highschool and I pretty much have good knowledge of C and we're still learning C# and Asp .NET. I...
Introduction to Linear Programming with Python and PuLP: https://www.reddit.com/r/Python/comments/4dfe8j/introduction_to_linear_programming_with_python/
reddit
Introduction to Linear Programming with Python and PuLP • /r/Python
2 points and 0 comments so far on reddit
Python function of O(log n) and O(n log n): https://www.reddit.com/r/Python/comments/4dfji7/python_function_of_olog_n_and_on_log_n/
reddit
Python function of O(log n) and O(n log n) • /r/Python
I am trying to write a script that can identify several different "big oh" efficiencies, such as O(1) O(n), etc. I'm having a difficult time...
Using Kazoo python library with Zookeeper: https://www.reddit.com/r/Python/comments/4dfm8m/using_kazoo_python_library_with_zookeeper/
reddit
Using Kazoo python library with Zookeeper • /r/Python
Hi All, I am new to Kazoo, and I am trying out various things here. I have a pretty straight-forward use case, where, I have a directory like...