List of companies porting to Python 3: https://www.reddit.com/r/Python/comments/74fchf/list_of_companies_porting_to_python_3/
reddit
List of companies porting to Python 3 • r/Python
One argument I hear for not porting is "We aren't a startup and our codebase is too big". It would be nice to be have a list of established...
Sieve of Eratosthenes in Python: http://www.solipsys.co.uk/new/SieveOfEratosthenesInPython.html?HN_20171005
Is a project like Brython the real solution to making Python a front-end client-side thing too ?: https://www.reddit.com/r/Python/comments/74foim/is_a_project_like_brython_the_real_solution_to/
reddit
Is a project like Brython the real solution to making... • r/Python
1 points and 0 comments so far on reddit
PyEcore: a framework for building MDE-based tools: https://www.reddit.com/r/Python/comments/74fu0r/pyecore_a_framework_for_building_mdebased_tools/
reddit
PyEcore: a framework for building MDE-based tools • r/Python
1 points and 1 comments so far on reddit
Sieve of Eratosthenes in Python (2015): http://www.solipsys.co.uk/new/SieveOfEratosthenesInPython.html
Python Weekly - Issue 315 : http://mailchi.mp/pythonweekly/python-weekly-issue-315
Why does conda create try to install weird packages?: https://stackoverflow.com/questions/46547558/why-does-conda-create-try-to-install-weird-packages
Stackoverflow
Why does conda create try to install weird packages?
I am trying to install a new conda environment that will be totally separate from my other environments, so I run:
conda create --name foot35 python=3.5
Anaconda then asks for my approval to inst...
conda create --name foot35 python=3.5
Anaconda then asks for my approval to inst...
How to Improve Python Doc; Notes on Rewriting Python Regex Doc: https://www.reddit.com/r/Python/comments/74fitc/how_to_improve_python_doc_notes_on_rewriting/
reddit
How to Improve Python Doc; Notes on Rewriting Python... • r/Python
0 points and 1 comments so far on reddit
Hello I’m looking to write a program that takes several photos or a clip of a video and formats it into a playable .gif file. I’m not experienced in python as I just took and passed my first online course automate the boring stuff with python . Any help will be greatly appreciated!: https://www.reddit.com/r/Python/comments/74ituz/hello_im_looking_to_write_a_program_that_takes/
reddit
Hello I’m looking to write a program that takes several... • r/Python
1 points and 3 comments so far on reddit
iPhone display to raspberry pi display [IS IT POSSIBLE?]: https://www.reddit.com/r/Python/comments/74iudn/iphone_display_to_raspberry_pi_display_is_it/
reddit
iPhone display to raspberry pi display [IS IT POSSIBLE?] • r/Python
I want to use a raspberry pi with one of the small 3.5 inch displays that are made for it to basically show whatever I'm doing on my phone on the...
How can I go about determining CPU seconds used by a script?: https://www.reddit.com/r/Python/comments/74iyfs/how_can_i_go_about_determining_cpu_seconds_used/
reddit
How can I go about determining CPU seconds used by a... • r/Python
I'm looking into getting a script running on PythonAnywhere but have never done anything like this before. I have a (soft) 2,000seconds/month...