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...
how to use gpg encrypted oauth files via pyhton for offlineimap: https://stackoverflow.com/questions/46444477/how-to-use-gpg-encrypted-oauth-files-via-pyhton-for-offlineimap
Stackoverflow
how to use gpg encrypted oauth files via pyhton for offlineimap
I was playing around with oauth2 to get a better understanding of it. For this reason I've installed offlineimap which should act as a third party app. I've found a nice way to read encrypted crede...
Differences between Pycharm community and professional edition?: https://www.reddit.com/r/Python/comments/7370yp/differences_between_pycharm_community_and/
reddit
r/Python - Differences between Pycharm community and professional edition?
12 votes and 11 comments so far on Reddit
Django delete cache with specific key_prefix: https://stackoverflow.com/questions/46421840/django-delete-cache-with-specific-key-prefix
Stack Overflow
Django delete cache with specific key_prefix
I'm using Django's per-view @cache_page decorator and have set a different key_prefix for each view.
I've previously deleted the cache with:
from django.core.cache import cache
cache.clear()
But w...
I've previously deleted the cache with:
from django.core.cache import cache
cache.clear()
But w...
Statements and Expressions In Python: https://www.reddit.com/r/Python/comments/7386hl/statements_and_expressions_in_python/
reddit
Statements and Expressions In Python • r/Python
Would very much apprecciate it if someone could confirm my understanding of statements and expressions. I want to make sure that I have this...