Traversing the Python AST, walk vs visitor - confused. Treewalk vs visitor pattern?: https://www.reddit.com/r/Python/comments/6uw3m1/traversing_the_python_ast_walk_vs_visitor/
reddit
Traversing the Python AST, walk vs visitor - confused.... • r/Python
Example code in [this gist](https://gist.github.com/mvdwoord/fd08d61f824d09cd65cb1d7df066a2c3) I'm using the ast module to inspect some python...
I'm fluent with python, what's next?: https://www.reddit.com/r/Python/comments/6uwtmr/im_fluent_with_python_whats_next/
reddit
I'm fluent with python, what's next? • r/Python
I started learning python about a year ago and now I'm pretty fluent with it and know my ways around the language. How should I continue building...
Help with an AWS/Lambda python script: https://www.reddit.com/r/Python/comments/6uxcor/help_with_an_awslambda_python_script/
reddit
Help with an AWS/Lambda python script • r/Python
I've been trying for the last few days to modify [this](https://gist.github.com/bkozora/724e01903a9ad481d21e) script to read the tagged name of an...
Effortlessly drawing complex shapes and fractals in Python is the pen and paper in math class I always wanted.: https://www.reddit.com/r/Python/comments/6uxhhk/effortlessly_drawing_complex_shapes_and_fractals/
reddit
Effortlessly drawing complex shapes and fractals in... • r/Python
1 points and 0 comments so far on reddit
How do I auto-increment a project version in PyCharm?: https://www.reddit.com/r/Python/comments/6uxtok/how_do_i_autoincrement_a_project_version_in/
reddit
How do I auto-increment a project version in PyCharm? • r/Python
I'd like to automatically increment a project version in PyCharm but have found nothing helpful on Reddit, or via Google. Any ideas are very much...
¨ and ´ keys makes idle crash, how do i fix this: https://www.reddit.com/r/Python/comments/6uxl9e/and_keys_makes_idle_crash_how_do_i_fix_this/
reddit
¨ and ´ keys makes idle crash, how do i fix this • r/Python
I have tried to install tlc, but it does not seem to work It is really annoying because i have to be very carefull not to misclick.
Python For Offensive PenTest- A Complete Practical Course: https://www.reddit.com/r/Python/comments/6uy2n5/python_for_offensive_pentest_a_complete_practical/
reddit
Python For Offensive PenTest- A Complete Practical Course • r/Python
1 points and 0 comments so far on reddit
How to Compare Solar Eclipse Photos using Python: https://www.reddit.com/r/Python/comments/6uy6i8/how_to_compare_solar_eclipse_photos_using_python/
reddit
How to Compare Solar Eclipse Photos using Python • r/Python
1 points and 0 comments so far on reddit
A Guide to Instagramming with Python for Data Analysis: https://www.reddit.com/r/Python/comments/6uy1wy/a_guide_to_instagramming_with_python_for_data/
reddit
A Guide to Instagramming with Python for Data Analysis • r/Python
47 points and 0 comments so far on reddit
Safe to run flask-rq workers as root?: https://www.reddit.com/r/Python/comments/6uy65v/safe_to_run_flaskrq_workers_as_root/
reddit
Safe to run flask-rq workers as root? • r/Python
I am thinking of using flask-rq https://github.com/mattupstate/flask-rq/ for my project, but the workers need to run as root to create new Linux...
PyX 0.14.1 : Python Package Index - love this package: https://www.reddit.com/r/Python/comments/6uukv2/pyx_0141_python_package_index_love_this_package/
reddit
PyX 0.14.1 : Python Package Index - love this package • r/Python
2 points and 0 comments so far on reddit
Understanding write-through, write-around and write-back caching (with Python): https://www.reddit.com/r/Python/comments/6uz5r8/understanding_writethrough_writearound_and/
reddit
Understanding write-through, write-around and... • r/Python
1 points and 0 comments so far on reddit
dealing with unicode error and formatting errors when loading datasets from .csv | .json?: https://www.reddit.com/r/Python/comments/6uz39u/dealing_with_unicode_error_and_formatting_errors/
reddit
dealing with unicode error and formatting errors when... • r/Python
What's your preferred method for dealing with unicode errors and formatting errors when loading data from .csv or .json files? I'm typically...
Installing Custom Modules to Anaconda Env: https://www.reddit.com/r/Python/comments/6uzwra/installing_custom_modules_to_anaconda_env/
reddit
Installing Custom Modules to Anaconda Env • r/Python
So I started the fast.ai courses and they use a few custom modules (utils and vgg). These are in the same folder as the ipynb that I'm using,...