setuptools: force version of another package (if present) while not forcing installation of this package (when not present): https://stackoverflow.com/questions/44659242/setuptools-force-version-of-another-package-if-present-while-not-forcing-inst
Stackoverflow
setuptools: force version of another package (if present) while not forcing installation of this package (when not present)
During development of Pylint, we encountered interesting problem related to non-dependency that may break pylint package.
Case is following:
python-future had a conflicting alias to configparser
Case is following:
python-future had a conflicting alias to configparser
Experience while moving from java to python: https://www.reddit.com/r/Python/comments/6l6pg4/experience_while_moving_from_java_to_python/
reddit
Experience while moving from java to python • r/Python
Hello all, This is a subjective question. How was your experience in moving to python from java background? I am one of those peoples. One of the...
A Super Convenient Python School Management System: https://www.reddit.com/r/Python/comments/6l6zji/a_super_convenient_python_school_management_system/
reddit
A Super Convenient Python School Management System • r/Python
[This](https://github.com/schedutron/S-Koo-L) is a school management system I built in Python2 as my high school computer project. Do check it out...
Well documented 2d game library/engine for Python 3?: https://www.reddit.com/r/Python/comments/6l70id/well_documented_2d_game_libraryengine_for_python_3/
reddit
Well documented 2d game library/engine for Python 3? • r/Python
Hi /r/python, sorry if this is a noobish question. I'm a pretty new programmer and I've been playing around with python and some 2d game...
Are all Python web scraping tools outdated?: https://www.reddit.com/r/Python/comments/6l78oe/are_all_python_web_scraping_tools_outdated/
reddit
Are all Python web scraping tools outdated? • r/Python
Hey all, I'm new to Python, and I'm finding it especially painful to download scraping tools. For some context, I'm on a terrible internet...
How Close are Ruby and Python?: https://www.reddit.com/r/Python/comments/6l7jtd/how_close_are_ruby_and_python/
reddit
How Close are Ruby and Python? • r/Python
I'll start by quick introduction - I'm a Ruby programmer that along with 5 other team member responsible for creating and maintaining Testing...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6l79tj/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...
Reading Google Sheets data using Python in 2 lines of code: https://www.reddit.com/r/Python/comments/6l7d0b/reading_google_sheets_data_using_python_in_2/
reddit
Reading Google Sheets data using Python in 2 lines of code • r/Python
2 points and 0 comments so far on reddit
Run two different versions of chrome using selenium (Python): https://stackoverflow.com/questions/44867470/run-two-different-versions-of-chrome-using-selenium-python
Stack Overflow
Run two different versions of chrome using selenium (Python)
I have a scenario to run different versions of chrome in windows (for now let us consider only two). I have found the following way to run an instance of chrome:
chrome_options = webdriver.ChromeO...
chrome_options = webdriver.ChromeO...
Learn Python for Data Science from Scratch for Beginners: https://www.reddit.com/r/Python/comments/6l7si7/learn_python_for_data_science_from_scratch_for/
reddit
Learn Python for Data Science from Scratch for Beginners • r/Python
1 points and 0 comments so far on reddit
Thinking of starting a blog on automation topics, gauging interest: https://www.reddit.com/r/Python/comments/6l7tle/thinking_of_starting_a_blog_on_automation_topics/
reddit
Thinking of starting a blog on automation topics,... • r/Python
Hi! I love automating job and personal stuff with python, and would like to share some of my experience in blog form. Would you be interested in...
How to parse a file matching all the lines for a string and keep track of count?: https://stackoverflow.com/questions/44741069/how-to-parse-a-file-matching-all-the-lines-for-a-string-and-keep-track-of-count
Stackoverflow
How to parse a file matching all the lines for a string and keep track of count?
We have a file with following lines in it,
we need to find all the lines with "Error" message type..
save the message and its count and print the messages in the descending order of count,can anyone
we need to find all the lines with "Error" message type..
save the message and its count and print the messages in the descending order of count,can anyone
Python topics you'd like to see covered in an interactive article?: https://www.reddit.com/r/Python/comments/6l9b28/python_topics_youd_like_to_see_covered_in_an/
reddit
Python topics you'd like to see covered in an... • r/Python
Two days ago, I've posted on this sub-reddit a link to [an article about python...
Asyncpg and AWS Lambda: https://stackoverflow.com/questions/44331525/asyncpg-and-aws-lambda
Stack Overflow
Asyncpg and AWS Lambda
I'm trying to use asyncpg with AWS Lambda and got next error when trying to import asyncpg
Unable to import module 'handler': No module named asyncpg.protocol.protocol'
I import python dependencie...
Unable to import module 'handler': No module named asyncpg.protocol.protocol'
I import python dependencie...
Beginner, first project advice: https://www.reddit.com/r/Python/comments/6la0uu/beginner_first_project_advice/
reddit
Beginner, first project advice • r/Python
Hi, I’m just getting in to coding as a hobby, and I see many of you write that the best way to do this is to start with a project. I have one...
Could someone please help me with this problem?: https://www.reddit.com/r/Python/comments/6lala0/could_someone_please_help_me_with_this_problem/
reddit
Could someone please help me with this problem? • r/Python
Hi, I need to make a program for my university and I barely know how to start it, because I had to miss some classes. If someone could show me at...