A Python noobs chaturbate.net siteripper: https://www.reddit.com/r/Python/comments/7id96x/a_python_noobs_chaturbatenet_siteripper/
reddit
A Python noobs chaturbate.net siteripper • r/Python
Hey guys, I recently acquired a Macbook and I decided I'd make a challenge out of it and learn to my way around it by writing a small python...
Resources to learn the Pythonic way: https://www.reddit.com/r/Python/comments/7id37q/resources_to_learn_the_pythonic_way/
reddit
Resources to learn the Pythonic way • r/Python
I was just wondering if there are any good practice problems / challenges / resources out there that require you to learn and know the Pythonic...
Python Hand-on Solve 200 Problems: https://www.reddit.com/r/Python/comments/7ie26i/python_handon_solve_200_problems/
reddit
Python Hand-on Solve 200 Problems • r/Python
https://courses.tanpham.org/courses/python-hand-on-solve-200-problems Most Complete Collection of Python Exerciser and Solution. Cover from...
A Python-programmable modular tool to develop Industrial IoT solutions: https://www.reddit.com/r/Python/comments/7idw9t/a_pythonprogrammable_modular_tool_to_develop/
reddit
A Python-programmable modular tool to develop... • r/Python
4 points and 0 comments so far on reddit
How to change the active chat in web whatsapp via selenium or javascript with Python 3: https://stackoverflow.com/questions/47662604/how-to-change-the-active-chat-in-web-whatsapp-via-selenium-or-javascript-with-py
Stack Overflow
How to change the active chat in web whatsapp via selenium or javascript with Python 3
I am steering web whatsapp via selenium via Python, i was wondering if it is possible to change the active (top chat. If a message is recieved, the chat won't be set as active, it will always remai...
Webapp to create and manage accounts: https://www.reddit.com/r/Python/comments/7iesz1/webapp_to_create_and_manage_accounts/
reddit
Webapp to create and manage accounts • r/Python
Hello. I search a webabb, written in Python, to let visitor create accounts and manage it. This webapp would be used to provide a centralized...
Browser not sending cookie in subsequent request: https://stackoverflow.com/questions/47652495/browser-not-sending-cookie-in-subsequent-request
Stack Overflow
Browser not sending cookie in subsequent request
Working with a project, where using cookie for user identification.
When user arrives, it calls the service (which is running in localhost) and the service sending cookie with the response header ...
When user arrives, it calls the service (which is running in localhost) and the service sending cookie with the response header ...
Different virtualenv's on one Jupyter notebook: https://stackoverflow.com/questions/47570793/different-virtualenvs-on-one-jupyter-notebook
Stack Overflow
Different virtualenv's on one Jupyter notebook
I am working on a setup where several developers, working on different projects, all execute their code on a remote machine, using Jupyter notebook.
Since every projects requires a different virtu...
Since every projects requires a different virtu...
Setting up a Digital Ocean server for Selenium, Chrome, and Python: https://www.reddit.com/r/Python/comments/7ifgga/setting_up_a_digital_ocean_server_for_selenium/
reddit
Setting up a Digital Ocean server for Selenium, Chrome,... • r/Python
1 points and 0 comments so far on reddit
Flask form.populate_obj() keep null values: https://stackoverflow.com/questions/47461470/flask-form-populate-obj-keep-null-values
Stackoverflow
Flask form.populate_obj() keep null values
I have an edit function where I edit certain data. The form (I use flask_wtf) is the same, so I can use:
form.populate_obj(build)
Now I see all old values and can edit them, but some fields do no...
form.populate_obj(build)
Now I see all old values and can edit them, but some fields do no...
Question about 'urllib2'. I am new to Python and Heroku. I have a program that uses 'urllib2' very extensively. I want to deploy it to Heroku as part of a Flask App. However Heroku doesn't have 'urllib2'?? Should I still be using 'urllib2'? Why doesn't it work on Heroku if it is part of Python?: https://www.reddit.com/r/Python/comments/7ifvdf/question_about_urllib2_i_am_new_to_python_and/
reddit
Question about 'urllib2'. I am new to Python and... • r/Python
1 points and 1 comments so far on reddit
I used Python to create a recommendation engine for restaurants, based on yelp reviews.: https://www.reddit.com/r/Python/comments/7ifink/i_used_python_to_create_a_recommendation_engine/
reddit
I used Python to create a recommendation engine for... • r/Python
114 points and 8 comments so far on reddit
pyznap - ZFS snapshot tool written in python: https://www.reddit.com/r/Python/comments/7ify7o/pyznap_zfs_snapshot_tool_written_in_python/
reddit
pyznap - ZFS snapshot tool written in python
Hi Over the course of the past months I've been writing a ZFS snapshot management tool in python. It is a clone of sanoid and works very similar....
How useful is python on a day to day basis as a student?: https://www.reddit.com/r/Python/comments/7ig4j3/how_useful_is_python_on_a_day_to_day_basis_as_a/
reddit
How useful is python on a day to day basis as a student? • r/Python
I'm in love with learning python right now, i've done 70% of the codecademy course and i'm a third way through Automate The Boring Stuff on...
Pandas: Meet the man behind the most important tool in data science: https://www.reddit.com/r/Python/comments/7ifyn3/pandas_meet_the_man_behind_the_most_important/
reddit
Pandas: Meet the man behind the most important tool in... • r/Python
168 points and 21 comments so far on reddit
In pandas, why would I ever want to select data from a DataFrame using a callable function instead of a boolean array?: https://www.reddit.com/r/Python/comments/7ige6e/in_pandas_why_would_i_ever_want_to_select_data/
reddit
In pandas, why would I ever want to select data from a... • r/Python
I'm working with the pandas documentation, specifically [this...