Dangerous Pickles — Malicious Python Serialization: https://www.reddit.com/r/Python/comments/76yfdz/dangerous_pickles_malicious_python_serialization/
reddit
Dangerous Pickles — Malicious Python Serialization • r/Python
2 points and 0 comments so far on reddit
Share Jupyter notebooks with just one click! - Gryd - Cloud Notebooks: https://www.reddit.com/r/Python/comments/76yi6c/share_jupyter_notebooks_with_just_one_click_gryd/
reddit
Share Jupyter notebooks with just one click! - Gryd -... • r/Python
5 points and 2 comments so far on reddit
Writing a Domain Specific Language (DSL) in Python (Tutorial): https://www.reddit.com/r/Python/comments/76ygau/writing_a_domain_specific_language_dsl_in_python/
reddit
Writing a Domain Specific Language (DSL) in Python (Tutorial)
Posted in r/Python by u/dbader • 75 points and 11 comments
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/76ys0m/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...
I need code for a random name picker that cannot pick the same name twice (running in the command line): https://www.reddit.com/r/Python/comments/76z36z/i_need_code_for_a_random_name_picker_that_cannot/
reddit
I need code for a random name picker that cannot pick... • r/Python
0 points and 3 comments so far on reddit
Blender of Life - render Game of Life into Blender files: https://www.reddit.com/r/Python/comments/76ysbo/blender_of_life_render_game_of_life_into_blender/
reddit
Blender of Life - render Game of Life into Blender files • r/Python
2 points and 2 comments so far on reddit
Best Python tutorial for machine learning. [x-post /r/PythonTutorial]: https://www.reddit.com/r/Python/comments/76ytpv/best_python_tutorial_for_machine_learning_xpost/
reddit
Best Python tutorial for machine learning. [x-post... • r/Python
1 points and 0 comments so far on reddit
i uploaded to github hex calendars for python developers for the year 0x7E2. two colors and two options (for us and other world). feel free to grab the images from github and print calendars for the next year for home and office. links are in the comments, no contribution is required.: https://www.reddit.com/r/Python/comments/76yxk8/i_uploaded_to_github_hex_calendars_for_python/
reddit
i uploaded to github hex calendars for python... • r/Python
569 points and 34 comments so far on reddit
How to approximate the determinant with keras: https://stackoverflow.com/questions/46734134/how-to-approximate-the-determinant-with-keras
Stackoverflow
How to approximate the determinant with keras
As an experiment I am building a keras model to approximate the determinant of a matrix. However, when I run it the loss goes down at every epoch and the validation loss goes up! For example:
8...
8...
Python script runs in PyCharm but not Git Bash: https://stackoverflow.com/questions/46688024/python-script-runs-in-pycharm-but-not-git-bash
Stack Overflow
Python script runs in PyCharm but not Git Bash
Say I've got a arbitrarily big, modular Python 2.7 codebase:
project
↳ docs
↳ etc
↳ package
↳ module1
↳ submodule1
↳ subsubmodule1
↳ __init__.py
↳ subsubmodule2 (... and ...
project
↳ docs
↳ etc
↳ package
↳ module1
↳ submodule1
↳ subsubmodule1
↳ __init__.py
↳ subsubmodule2 (... and ...
I want to run a script at a specific time. How?: https://www.reddit.com/r/Python/comments/76zjju/i_want_to_run_a_script_at_a_specific_time_how/
reddit
I want to run a script at a specific time. How? • r/Python
I am interested in writing a script that will automatically book a tee time online for me 7 days in advance. Tips? Thanks in advance.
docker-py: How to bind an IP address to a container: https://stackoverflow.com/questions/46555603/docker-py-how-to-bind-an-ip-address-to-a-container
Stackoverflow
docker-py: How to bind an IP address to a container
Say I have a network called "mynet" and I want to start a container with an IP address bound to 192.168.23.2.
The code I'm starting with is:
import docker
c = docker.from_env()
c.containers.run('
The code I'm starting with is:
import docker
c = docker.from_env()
c.containers.run('
i need help to fix this error: https://www.reddit.com/r/Python/comments/76zzao/i_need_help_to_fix_this_error/
reddit
i need help to fix this error • r/Python
i need help fixing this error plz help error =============================== return self.func(*args) TypeError: showimg() missing 1 required...
I created a simple 4x4 Sudoku game in my Intro to Python class. Feedback appreciated!: https://www.reddit.com/r/Python/comments/7706qo/i_created_a_simple_4x4_sudoku_game_in_my_intro_to/
reddit
I created a simple 4x4 Sudoku game in my Intro to... • r/Python
1 points and 0 comments so far on reddit
try to install a python 2 package on python 3 . failed.: https://www.reddit.com/r/Python/comments/77095x/try_to_install_a_python_2_package_on_python_3/
reddit
try to install a python 2 package on python 3 . failed. • r/Python
try to install a python 2 package on python 3 . failed. The package name is python-amazon-product-api. And I got the error: SyntaxError: Missing...
Should Class functions return values • r/learnprogramming: https://www.reddit.com/r/Python/comments/770bzz/should_class_functions_return_values/
reddit
Should Class functions return values • r/learnprogramming • r/Python
1 points and 1 comments so far on reddit
Python automated new podcast: https://www.reddit.com/r/Python/comments/770m4o/python_automated_new_podcast/
reddit
Python automated new podcast • r/Python
I took a crack at creating an automated news podcast developed in python. Everything is done in python except the uploading. The podcast just got...