What do you use python to do mainly?: https://www.reddit.com/r/Python/comments/5m2vi1/what_do_you_use_python_to_do_mainly/
reddit
What do you use python to do mainly? • /r/Python
I mainly use python to do numerical analysis. But I saw this youtube trailer. Numerical analysis is not on python's application list....
Deriving the magic behind Fast Inverse Sqrt (and fast arbitrary power) in Python: https://www.reddit.com/r/Python/comments/5m320s/deriving_the_magic_behind_fast_inverse_sqrt_and/
reddit
Deriving the magic behind Fast Inverse Sqrt (and fast... • /r/Python
1 points and 0 comments so far on reddit
A comprehensive introduction to data wrangling in Python: https://www.reddit.com/r/Python/comments/5m34c0/a_comprehensive_introduction_to_data_wrangling_in/
reddit
A comprehensive introduction to data wrangling in Python • /r/Python
1 points and 0 comments so far on reddit
I built a job board/aggregator only for remote Python jobs: https://www.reddit.com/r/Python/comments/5m3hoy/i_built_a_job_boardaggregator_only_for_remote/
reddit
r/Python - I built a job board/aggregator only for remote Python jobs
271 votes and 41 comments so far on Reddit
sqlalchemy classical mapping relationship issue: http://stackoverflow.com/questions/41364954/sqlalchemy-classical-mapping-relationship-issue
Stackoverflow
sqlalchemy classical mapping relationship issue
I am on a mission to finally learn sqlAlchemy so that I can reap the benefits in the years to come.
I am neck deep in the sqlalchemy documents and have been for the past two days. I am hell bent on
I am neck deep in the sqlalchemy documents and have been for the past two days. I am hell bent on
Quick Raspberry Pi/PWM Question: https://www.reddit.com/r/Python/comments/5m40y4/quick_raspberry_pipwm_question/
reddit
Quick Raspberry Pi/PWM Question • /r/Python
Hey r/Python ! I decided on a quick afternoon project with my RPi and a servo that involved the server moving back and forth. For that task, I...
Any call-tree/graph generation tool for Python?: https://www.reddit.com/r/Python/comments/5m56uv/any_calltreegraph_generation_tool_for_python/
reddit
Any call-tree/graph generation tool for Python? • /r/Python
I'm presently trying to make sense of a very garbled python script of thousands of lines of code for one of my users. I was wondering if there is...
Plotting timeseries in Python with labels aligned to data: https://www.reddit.com/r/Python/comments/5m5d31/plotting_timeseries_in_python_with_labels_aligned/
reddit
Plotting timeseries in Python with labels aligned to data • /r/Python
1 points and 0 comments so far on reddit
Setting up a flask app with flask-user as the default mechanism to register and login users. What is the best / cleanest way to setup a mail server to send email regarding registrations, forgotten passwords etc.: https://www.reddit.com/r/Python/comments/5m3wb0/setting_up_a_flask_app_with_flaskuser_as_the/
reddit
Setting up a flask app with flask-user as the default... • /r/Python
1 points and 3 comments so far on reddit
How to accomplish query notification on SQL Server with python: http://stackoverflow.com/questions/16693463/how-to-accomplish-query-notification-on-sql-server-with-python
Stackoverflow
How to accomplish query notification on SQL Server with python
I would like to set up a callback in Python when a table on SQL Server changes, similar to how its done for Oracle here.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/oow10/python_db/
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/oow10/python_db/
What is the difference between a string and a byte string?: http://stackoverflow.com/questions/6224052/what-is-the-difference-between-a-string-and-a-byte-string
Stack Overflow
What is the difference between a string and a byte string?
I am working with a library which returns a "byte string" (bytes) and I need to convert this to a string.
Is there actually a difference between those two things? How are they related, an...
Is there actually a difference between those two things? How are they related, an...
Given a list of paths, and another path, how do I get the closest path? Is there any library for this?: https://www.reddit.com/r/Python/comments/5m62bp/given_a_list_of_paths_and_another_path_how_do_i/
reddit
Given a list of paths, and another path, how do I get... • /r/Python
For example, I have a list like ['ABAC', 'ABBD', 'BCA], and a new path, 'ABB', here the path 'ABBD' would be the closest. Is it possible to...
Downloading en.wikipedia.org with Python: https://www.reddit.com/r/Python/comments/5m6b5m/downloading_enwikipediaorg_with_python/
reddit
Downloading en.wikipedia.org with Python • /r/Python
Is there a way I could constantly scan the Wikipedia dumps for new entries until there is one? Then, when there is another new entry, download...
Simple beginner error I made which I don't understand: https://www.reddit.com/r/Python/comments/5m6lhl/simple_beginner_error_i_made_which_i_dont/
reddit
Simple beginner error I made which I don't understand • /r/Python
Alright so I have been practicing and learning Python via Codecademy the last few weeks. There is this one segment where you need write your own...