Having trouble with this recursive function where I want to sort my lists?: https://www.reddit.com/r/Python/comments/5wom35/having_trouble_with_this_recursive_function_where/
reddit
Having trouble with this recursive function where I... • r/Python
My sort function isn't working even though the logic makes sense on paper. I don't understand TypeError: can only concatenate list (not...
Preventing SQL injections in Python (and other vulnerabilities): https://www.reddit.com/r/Python/comments/5wosmi/preventing_sql_injections_in_python_and_other/
reddit
Preventing SQL injections in Python (and other... • r/Python
1 points and 0 comments so far on reddit
Open Source Instagram Growth Hacking Tool: https://www.reddit.com/r/Python/comments/5wiw2t/open_source_instagram_growth_hacking_tool/
reddit
Open Source Instagram Growth Hacking Tool • r/Python
GitHub: https://github.com/timgrossmann/InstaPy Automate your Instagram Like, Comment and Follow actions for improved account growth.
Doing a workshop about Python, need some advice/opinion: https://www.reddit.com/r/Python/comments/5wp3bf/doing_a_workshop_about_python_need_some/
reddit
Doing a workshop about Python, need some advice/opinion • r/Python
Hi everyone, First of all this is my first time ever posting on this subreddit. Second, my mother tongue is not English, so i apologize for any...
Context Managers and the “with” Statement in Python: https://www.reddit.com/r/Python/comments/5wpmzv/context_managers_and_the_with_statement_in_python/
reddit
Context Managers and the “with” Statement in Python • r/Python
1 points and 0 comments so far on reddit
Automation in inactive/unfocused window: https://www.reddit.com/r/Python/comments/5wpxtt/automation_in_inactiveunfocused_window/
reddit
Automation in inactive/unfocused window • r/Python
I am currently using **PyAutoGui** to move my mouse up and down when I detect a colored pixel on the screen. The 'macro' is for an application,...
Stupid Newbie post: How do I import pyserial in Anaconda: https://www.reddit.com/r/Python/comments/5wq0o4/stupid_newbie_post_how_do_i_import_pyserial_in/
reddit
Stupid Newbie post: How do I import pyserial in Anaconda • r/Python
I'm new to Python, using Anaconda for a class, and I want to try to import pyserial, which in Anaconda should just be "import serial", but it just...
Looking for a library for a 2D isometric game: https://www.reddit.com/r/Python/comments/5wq63m/looking_for_a_library_for_a_2d_isometric_game/
reddit
Looking for a library for a 2D isometric game • r/Python
I've been using Lua for the last 3 years (first T-Engine and now LOVE2D). However I'm running into perf issues so I decided to try Python. It's...
Typemap - The Annotator (TM): Apply Python type annotations by name, using simple "type quantifier" operators: https://www.reddit.com/r/Python/comments/5wpdnp/typemap_the_annotator_tm_apply_python_type/
reddit
Typemap - The Annotator (TM): Apply Python type... • r/Python
2 points and 0 comments so far on reddit
PyQT GUI for controlling hardware: https://www.reddit.com/r/Python/comments/5wpqd3/pyqt_gui_for_controlling_hardware/
reddit
PyQT GUI for controlling hardware • r/Python
Hello, Essentially I am building an application to control a robotic arm through a GUI. I want to create the GUI in PyQt5, but I am lacking the...
Announcing PyErf: for when you need error functions but don't want to import SciPy: https://www.reddit.com/r/Python/comments/5wq56l/announcing_pyerf_for_when_you_need_error/
reddit
Announcing PyErf: for when you need error functions but... • r/Python
First of all, I hope it's OK to post a new project announcement here. If not, let the downvotes come! I recently found a need for calculating the...
Analyzing 4 Million Yelp Reviews with Python on AWS: https://www.reddit.com/r/Python/comments/5wqu6u/analyzing_4_million_yelp_reviews_with_python_on/
reddit
Analyzing 4 Million Yelp Reviews with Python on AWS • r/Python
1 points and 0 comments so far on reddit
Freeze a python script for every OS: http://stackoverflow.com/questions/42467741/freeze-a-python-script-for-every-os
Stack Overflow
Freeze a python script for every OS
In the last few years I've written a nice little program in python and now I'd like to distribute it, but my first attempt didn't encounter much enthusiasm, since many potential users didn't like the
Anyone know if Pygame can run on the Nintendo Wii?: https://www.reddit.com/r/Python/comments/5wrv24/anyone_know_if_pygame_can_run_on_the_nintendo_wii/
reddit
Anyone know if Pygame can run on the Nintendo Wii? • r/Python
I thought I saw an article on this before but I cant get any documentation on if its possible or what would need to be done in order to get it to...