Catching Up with Intel's Python and AI Work at PyCon [audio]: https://talkpython.fm/episodes/show/113/dedicated-ai-chips-and-running-old-python-faster-at-intel
talkpython.fm
Dedicated AI chips and running old Python faster at Intel
Where do you run your Python code? No, not Python 3, Python 2, PyPy or the other implementations. I'm thinking waaaaay lower than that. This week we are talking about the actual chips that execute our code.
Posting/Crawling Facebook using Selenium: https://www.reddit.com/r/Python/comments/6e1gzb/postingcrawling_facebook_using_selenium/
reddit
Posting/Crawling Facebook using Selenium • r/Python
Hello everybody! I've been trying to get a script up and running which would allow me to post a piece of text to a given group on facebook, but...
Python tkinter treeview column dividers: https://stackoverflow.com/questions/44055236/python-tkinter-treeview-column-dividers
Stackoverflow
Python tkinter treeview column dividers
Is there any way to add column dividers to Python tkinter treeview? I can add alternate row colors but having a kind of grid effect would be best
Strange lag/latency/delay/whatever with wsgiref.simple_server after a couple of request: https://stackoverflow.com/questions/44220607/strange-lag-latency-delay-whatever-with-wsgiref-simple-server-after-a-couple-of
Stackoverflow
Strange lag/latency/delay/whatever with wsgiref.simple_server after a couple of request
I have an annoying problem. I have this simple server code (let's say):
#!/usr/bin/env python3
import wsgiref.simple_server
def my_func(env, start_response):
start_response('200 OK', [])
retu...
#!/usr/bin/env python3
import wsgiref.simple_server
def my_func(env, start_response):
start_response('200 OK', [])
retu...
pypinfo: CLI to easily view PyPI download statistics via Google's BigQuery.: https://www.reddit.com/r/Python/comments/6e265w/pypinfo_cli_to_easily_view_pypi_download/
reddit
pypinfo: CLI to easily view PyPI download statistics... • r/Python
1 points and 0 comments so far on reddit
concurrent.futures.Executor implementation with non-blocking map: https://www.reddit.com/r/Python/comments/6e266j/concurrentfuturesexecutor_implementation_with/
reddit
concurrent.futures.Executor implementation with... • r/Python
1 points and 0 comments so far on reddit
Coming to python for a Raspberry Pi project from NodeJS. Workflow wise I would appreciate a similar system, might some python-literates shed some light?: https://www.reddit.com/r/Python/comments/6e2t2v/coming_to_python_for_a_raspberry_pi_project_from/
reddit
Coming to python for a Raspberry Pi project from... • r/Python
My current setup revolves a lot about unit testing with mocha, logging with winston, istanbul for code coverage, general `npm init` project setup...
pysecrets - command line interface and library to easily encrypt/decrypt files: https://www.reddit.com/r/Python/comments/6e2t37/pysecrets_command_line_interface_and_library_to/
reddit
pysecrets - command line interface and library to... • r/Python
1 points and 0 comments so far on reddit
[xpost from /r/Kivy] Google maps clone made completely in python!: https://www.reddit.com/r/Python/comments/6e3f0s/xpost_from_rkivy_google_maps_clone_made/
reddit
[xpost from /r/Kivy] Google maps clone made completely... • r/Python
Hello guys! I was commissioned to write a google maps clone, and naturally, I chose Kivy to do it! The backend is a rest-api in python as well,...
What good tutorial topic would you be interested in?: https://www.reddit.com/r/Python/comments/6e3fip/what_good_tutorial_topic_would_you_be_interested/
reddit
What good tutorial topic would you be interested in? • r/Python
Ideas are TF-IDF, Swarm algorithm, Huffman Tree, Mean Clustering, Naive Bayes classification, ID3 Decision Tree?
Winning the Battle of Riddler Nation; An Agent-Based Modelling Approach to the Solution: https://www.reddit.com/r/Python/comments/6e41b8/winning_the_battle_of_riddler_nation_an/
reddit
Winning the Battle of Riddler Nation; An Agent-Based... • r/Python
1 points and 0 comments so far on reddit
Instagram bots that autolike comments: https://www.reddit.com/r/Python/comments/6e4cq2/instagram_bots_that_autolike_comments/
reddit
Instagram bots that autolike comments • r/Python
Right, I am a club promoter and I see a lot of my promoter competitors use this autoliker that likes based on geo,location, likes based on...
Blender 3D, Sverchok Nodes and Python Scipy module: https://www.reddit.com/r/Python/comments/6e4d54/blender_3d_sverchok_nodes_and_python_scipy_module/
reddit
Blender 3D, Sverchok Nodes and Python Scipy module • r/Python
2 points and 0 comments so far on reddit
Guides on module/library development?: https://www.reddit.com/r/Python/comments/6e4wae/guides_on_modulelibrary_development/
reddit
Guides on module/library development? • r/Python
In particular, guides on developing **good Pythonic** libraries, something like *requests*. I tried different searches for library/api development...
pypinfo 3.0.0: CLI to easily view PyPI download statistics via Google's BigQuery: https://www.reddit.com/r/Python/comments/6e52l4/pypinfo_300_cli_to_easily_view_pypi_download/
reddit
pypinfo 3.0.0: CLI to easily view PyPI download... • r/Python
0 points and 0 comments so far on reddit
What are some python libraries/modules that'd have not been developed, but would be useful?: https://www.reddit.com/r/Python/comments/6e5jk2/what_are_some_python_librariesmodules_thatd_have/
reddit
What are some python libraries/modules that'd have not... • r/Python
Lookin for some new ideas to contribute to