Python Weekly - Issue 314: http://mailchi.mp/pythonweekly/python-weekly-issue-314
Is it possible to make CPython aware of type hints?: https://stackoverflow.com/questions/43859626/is-it-possible-to-make-cpython-aware-of-type-hints
Stackoverflow
Is it possible to make CPython aware of type hints?
As mentioned in PEP 484:
Using type hints for performance optimizations is left as an exercise for the reader.
Assuming one would be interested in doing this exercise, how hard would it be to
Using type hints for performance optimizations is left as an exercise for the reader.
Assuming one would be interested in doing this exercise, how hard would it be to
Creating a Synthetic Biological Language with Python. Suggestions?: https://www.reddit.com/r/Python/comments/730pua/creating_a_synthetic_biological_language_with/
reddit
Creating a Synthetic Biological Language with Python.... • r/Python
I have a system on paper that allows biologists to design genetic regulatory networks using traditional programming syntax, but I don't know...
Anaconda and Microsoft Partner to Deliver Python-Powered Machine Learning: https://www.reddit.com/r/Python/comments/730wk1/anaconda_and_microsoft_partner_to_deliver/
reddit
Anaconda and Microsoft Partner to Deliver... • r/Python
1 points and 0 comments so far on reddit
Python Data Preparation Case Files: Group-based Imputation: https://www.reddit.com/r/Python/comments/7314oo/python_data_preparation_case_files_groupbased/
reddit
Python Data Preparation Case Files: Group-based Imputation • r/Python
2 points and 0 comments so far on reddit
Flask-YoloAPI - Clean JSON endpoints for Flask: https://www.reddit.com/r/Python/comments/7319dj/flaskyoloapi_clean_json_endpoints_for_flask/
reddit
Flask-YoloAPI - Clean JSON endpoints for Flask • r/Python
Hey folks, I made a library for Flask that allows you to define JSON routes. https://github.com/skftn/flask-yoloapi One of the main reasons I...
Building an interactive, data-driven web-application using Amazon EC2 and Python: https://www.reddit.com/r/Python/comments/731bb5/building_an_interactive_datadriven_webapplication/
reddit
Building an interactive, data-driven web-application... • r/Python
1 points and 0 comments so far on reddit
Book Review: Mastering The Challenges Of Leading Change: Inspire the People and Succeed Where Others Fail: https://www.reddit.com/r/Python/comments/7312rg/book_review_mastering_the_challenges_of_leading/
reddit
Book Review: Mastering The Challenges Of Leading... • r/Python
0 points and 0 comments so far on reddit
The best way to switch from Python2 to Python3: https://www.reddit.com/r/Python/comments/731i7x/the_best_way_to_switch_from_python2_to_python3/
reddit
The best way to switch from Python2 to Python3 • r/Python
Hi, My python is aliased to python2 in a raspberry and I am planning to move from python2 to python3. - Which is the best way to move python...
Neat article on Python, ETL, reference counting, optimization, etc.: https://www.reddit.com/r/Python/comments/732s5k/neat_article_on_python_etl_reference_counting/
reddit
Neat article on Python, ETL, reference counting,... • r/Python
The author kind of lost me half-way through, but I thought you folks might like this: https://llvllatrix.wordpress.com/
new to the sub, new to python, trying to use Anaconda: https://www.reddit.com/r/Python/comments/732wqg/new_to_the_sub_new_to_python_trying_to_use/
reddit
new to the sub, new to python, trying to use Anaconda • r/Python
Hi guys. I've hung around the sub a little bit but I'm pretty overwhelmed. I'm in college studying cs, and I'm pretty comfortable with Java...
Distributing a namespace package submodules: https://stackoverflow.com/questions/46415881/distributing-a-namespace-package-submodules
Stack Overflow
Distributing a namespace package submodules
I've reorganized my Python project to be under a same name umbrella. My project can now be seen as multiple subsystems than can depend on each other. That means that every submodule can now be
Final Year Computer Science Project Advice: https://www.reddit.com/r/Python/comments/733m1q/final_year_computer_science_project_advice/
reddit
Final Year Computer Science Project Advice • r/Python
Hello all, I am thinking of completing my final year computer science project using Python. My current ideas will all make use of libraries for...
Search Engine with Python Flask, Elasticsearch and BeatifulSoup for Scraping: https://www.reddit.com/r/Python/comments/7345mh/search_engine_with_python_flask_elasticsearch_and/
reddit
Search Engine with Python Flask, Elasticsearch and... • r/Python
Hello everyone, So with my progress of learning Python, I was thinking of Scraping my own blog site with Python and BeatifulSoup to get the...
Distributing Python apps on Windows with Inno Setup: https://www.reddit.com/r/Python/comments/733w3u/distributing_python_apps_on_windows_with_inno/
reddit
Distributing Python apps on Windows with Inno Setup • r/Python
I wrote a quick tutorial on how to use Inno setup with a `conda` environment to create installers for Python apps on...