I'm about to start a project for an online message board.: https://www.reddit.com/r/Python/comments/6xc9r4/im_about_to_start_a_project_for_an_online_message/
reddit
I'm about to start a project for an online message board. • r/Python
What libraries should I be using, what should I already know, and how hard would this be to accomplish?
How to set Postgres Datetime field into Odoo Datetime field: https://stackoverflow.com/questions/45915633/how-to-set-postgres-datetime-field-into-odoo-datetime-field
Stack Overflow
How to set Postgres Datetime field into Odoo Datetime field
I am trying to display set time of Postgres database time to datetime field into Odoo.
I am creating field is that to set the time.
last_modify_article = fields.Datetime("Last Modify Date")
But my
I am creating field is that to set the time.
last_modify_article = fields.Datetime("Last Modify Date")
But my
need help changing environment variables: https://www.reddit.com/r/Python/comments/6xcn16/need_help_changing_environment_variables/
reddit
need help changing environment variables • r/Python
hi guys, just FYI I am a complete noob. I am trying to run a twitter/slack scraper for 2 hours now and I am stuck and my head is starting to...
New to Python: Strange errors in running Bokeh example script in Pycharm: https://www.reddit.com/r/Python/comments/6xcolf/new_to_python_strange_errors_in_running_bokeh/
reddit
New to Python: Strange errors in running Bokeh example... • r/Python
Hi all, I keep getting strange errors about passing incorrect arguments even when running example Bokeh scripts (example using bokeh.models and...
Conda can only be run in super: https://www.reddit.com/r/Python/comments/6xci8y/conda_can_only_be_run_in_super/
reddit
Conda can only be run in super • r/Python
Hey everybody, just started to pick up Python and Django, and the class I'm following tells me to use conda to set up my venv. After a while of...
Transfer ownership of PyPI packages: https://stackoverflow.com/questions/45935230/transfer-ownership-of-pypi-packages
Stackoverflow
Transfer ownership of PyPI packages
As per PEP-541 abandoned PyPI projects can now be claimed. Has anyone done this? Who to contact? I tried the dist utils mail list as well as filing a ticket in the support forum, but no response so...
PyConES17: Workshop where a simple application to monitor prices in Wallapop with Flask: https://www.reddit.com/r/Python/comments/6xd77s/pycones17_workshop_where_a_simple_application_to/
reddit
PyConES17: Workshop where a simple application to... • r/Python
1 points and 0 comments so far on reddit
Mandelbrot Set - How to plot the Mandelbrot set: https://www.reddit.com/r/Python/comments/6xd8sa/mandelbrot_set_how_to_plot_the_mandelbrot_set/
reddit
Mandelbrot Set - How to plot the Mandelbrot set • r/Python
1 points and 0 comments so far on reddit
PyFiddle: a free lightweight Python IDE to run and share Python scripts with some nifty features: https://www.reddit.com/r/Python/comments/6xdamk/pyfiddle_a_free_lightweight_python_ide_to_run_and/
reddit
PyFiddle: a free lightweight Python IDE to run and... • r/Python
10 points and 0 comments so far on reddit
Haydi - Python framework for generating discrete structures: https://www.reddit.com/r/Python/comments/6xdbly/haydi_python_framework_for_generating_discrete/
reddit
Haydi - Python framework for generating discrete structures • r/Python
Hello, We have released Haydi, a python package for generating discrete structures. It provides a simple way to define a structure from basic...
Searching for an old learning website: https://www.reddit.com/r/Python/comments/6xdhy8/searching_for_an_old_learning_website/
reddit
Searching for an old learning website • r/Python
Some time ago, maybe 2 years, I change from python2 to python3 and read a website with a structure very similar to 'The Hitchicker's Guide to...
Decoding bytes of \xST format..: https://www.reddit.com/r/Python/comments/6xdpjt/decoding_bytes_of_xst_format/
reddit
Decoding bytes of \xST format.. • r/Python
I have a string from a GPS (Garming 18x LVC-5m) that looks like b'\xff\xe1\x13\xf0\xf4bK\xff\x91\xff\x13' It is longer, but i guess this is enough...
Quickly review changed functions in your Python pull requests: https://www.reddit.com/r/Python/comments/6xdmmv/quickly_review_changed_functions_in_your_python/
reddit
Quickly review changed functions in your Python pull... • r/Python
1 points and 0 comments so far on reddit
Learn Python For Data Science And Machine Learning With Jose Portilla.: https://www.reddit.com/r/Python/comments/6xdzyq/learn_python_for_data_science_and_machine/
reddit
Learn Python For Data Science And Machine Learning With... • r/Python
Learn to use NumPy, Pandas, Seaborn, Matplotlib, Plotly, Scikit-Learn, Machine Learning, Tensorflow, and much more The course is consisted of 143...
QGraphicsScene changing objects when selected: https://stackoverflow.com/questions/45960163/qgraphicsscene-changing-objects-when-selected
Stackoverflow
QGraphicsScene changing objects when selected
I have a QGraphicsScene containing some simple objects (in this simplified example circles) that I want to change into other objects (here squares) when selected. More specifically I'd like to have
Applying multiple filters to a list.: https://www.reddit.com/r/Python/comments/6xefvp/applying_multiple_filters_to_a_list/
reddit
Applying multiple filters to a list. • r/Python
Hi everyone, Is there a function or any way to apply multiple filters to a list. Here's a concrete example: say we have two functions, f1 =...
Working with Python on ChromeOS?: https://www.reddit.com/r/Python/comments/6xegwh/working_with_python_on_chromeos/
reddit
Working with Python on ChromeOS? • r/Python
I'm using a Chromebox at work, and while I'm able to find an online shell, I'd like to find something that would allow me to save files as well...