Looking for a free Python IDE for linux.: https://www.reddit.com/r/Python/comments/7p7fm8/looking_for_a_free_python_ide_for_linux/
reddit
Looking for a free Python IDE for linux. • r/Python
I'm currently using the evaluation version of PyCharm and I really like it, but I don't really want to pay for it since I only want to create a...
How to use unscrambler.py module: https://www.reddit.com/r/Python/comments/7p7ho6/how_to_use_unscramblerpy_module/
reddit
How to use unscrambler.py module • r/Python
Hi there, The following link has a script to scramble the filenames. However, it also includes an "unscramble" protocol to. How do I use the...
Is it possible to parse chart data drawn on a <canvas> element?: https://www.reddit.com/r/Python/comments/7p7hop/is_it_possible_to_parse_chart_data_drawn_on_a/
reddit
Is it possible to parse chart data drawn on a ... • r/Python
Hello, I'm trying to figure out if it is possible to get the data on a chart that is shown using the element. Currently, I can easily...
Beginner needs help! Conditional looping.: https://www.reddit.com/r/Python/comments/7p7xl3/beginner_needs_help_conditional_looping/
reddit
Beginner needs help! Conditional looping. • r/Python
Hi masters, I could use some help with the following, trying to automate a part of Excel in my programming: If cell A1 = "Yes" then skip row...
How to debug a Python module from the command line?: https://stackoverflow.com/questions/46265835/how-to-debug-a-python-module-from-the-command-line
Stack Overflow
How to debug a Python module from the command line?
I know that a Python script can be debugged from the command line with
python -m pdb my_script.py
if my_script.py is a script intended to be run with python my_script.py.
However, a python module
python -m pdb my_script.py
if my_script.py is a script intended to be run with python my_script.py.
However, a python module
Simple example for how to read multiple zip archives concurrently?: https://www.reddit.com/r/Python/comments/7p7tyi/simple_example_for_how_to_read_multiple_zip/
reddit
Simple example for how to read multiple zip archives... • r/Python
Anyone has a simple example for how to read multiple zip archives (compressed CSV files) into one pandas dataframe concurrently in Python 3.6+?...
Novice programmer looking for help with Pymongo and integrating Python and Visual Basic: https://www.reddit.com/r/Python/comments/7p873m/novice_programmer_looking_for_help_with_pymongo/
reddit
Novice programmer looking for help with Pymongo and... • r/Python
Hello r/Python! I'm currently a 1st year CS student, and I'm interning for a small Start-Up in my area. The Start-Up in question has a lot of...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7p7b6z/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
What's the best way to reverse a string in Python?: https://www.reddit.com/r/Python/comments/7p8750/whats_the_best_way_to_reverse_a_string_in_python/
reddit
What's the best way to reverse a string in Python? • r/Python
0 points and 3 comments so far on reddit
Assistance needed for quick update to data scraper: https://www.reddit.com/r/Python/comments/7pa19u/assistance_needed_for_quick_update_to_data_scraper/
reddit
Assistance needed for quick update to data scraper • r/Python
Hi, I posted the below a couple of days ago in the job board but haven't had any response - so thought I'd post on the main page just in case...
is Python any good for iOS development?: https://www.reddit.com/r/Python/comments/7pa7sx/is_python_any_good_for_ios_development/
reddit
is Python any good for iOS development? • r/Python
Is Python a good programming language for mobile app development? Can someone point me to the right direction if yes please?
re.match output not deterministic: https://stackoverflow.com/questions/48142203/re-match-output-not-deterministic
Stackoverflow
re.match output not deterministic
I am doing a rather complex match with python using re.match, which takes the form of (some_pattern_1)?(some_pattern_2)?..(.*)
On the other side of it I have a unit test with about one hundred exa...
On the other side of it I have a unit test with about one hundred exa...