Python Question: iOS or Android?: https://www.reddit.com/r/Python/comments/5qd7t6/python_question_ios_or_android/
reddit
Python Question: iOS or Android? • /r/Python
Pythonistas out there that use Python on mobile platforms, I have both iOS and Android devices. I've used the Pythonista iOS app which is great,...
question about python os capabilities: https://www.reddit.com/r/Python/comments/5qdagx/question_about_python_os_capabilities/
reddit
question about python os capabilities • /r/Python
is it possible to use the os module(or any module in python) to make it so when i click a file or open a library, i have to enter a password to...
Are there any other fun little things in Python like Turtle?: https://www.reddit.com/r/Python/comments/5qdzb2/are_there_any_other_fun_little_things_in_python/
reddit
Are there any other fun little things in Python like... • /r/Python
I am new to Python programming and just learned about the Turtle function. Was extremely excited when I was able to make a square with it. Are...
My side project: Realtime summary of Hacker News using ML in Python: https://www.reddit.com/r/Python/comments/5qe4bf/my_side_project_realtime_summary_of_hacker_news/
reddit
My side project: Realtime summary of Hacker News using... • /r/Python
1 points and 1 comments so far on reddit
Token-Based Authentication with Flask - Real Python via PyBloggers: https://www.reddit.com/r/Python/comments/5qe5c0/tokenbased_authentication_with_flask_real_python/
reddit
Token-Based Authentication with Flask - Real Python... • /r/Python
1 points and 0 comments so far on reddit
What project are you really passionate about right now?: https://www.reddit.com/r/Python/comments/5qe8lx/what_project_are_you_really_passionate_about/
reddit
What project are you really passionate about right now? • /r/Python
What's something you've really enjoyed working on lately? Feel free to share a repo!
Is this the correct way of whitening an image in python?: http://stackoverflow.com/questions/41635737/is-this-the-correct-way-of-whitening-an-image-in-python
Stack Overflow
Is this the correct way of whitening an image in python?
I am trying to zero-center and whiten CIFAR10 dataset, but the result I get looks like random noise!
Cifar10 dataset contains 60,000 color images of size 32x32. The training set contains 50,000 and...
Cifar10 dataset contains 60,000 color images of size 32x32. The training set contains 50,000 and...
Does anyone know when the 2017 SciPy conference is (in the US)?: https://www.reddit.com/r/Python/comments/5qexem/does_anyone_know_when_the_2017_scipy_conference/
reddit
Does anyone know when the 2017 SciPy conference is (in... • /r/Python
I'd like to go to the scipy conference in the US but I can't find any dates online for 2017 at all. If I go, I need to plan it well in advance....
[Feedback] Just finished up my first 'big' project: WifiBerry - Interactive RPi Wireless AP Configuration: https://www.reddit.com/r/Python/comments/5qfl59/feedback_just_finished_up_my_first_big_project/
reddit
[Feedback] Just finished up my first 'big' project:... • /r/Python
3 points and 0 comments so far on reddit
How do you plan your programs?: https://www.reddit.com/r/Python/comments/5qfm7a/how_do_you_plan_your_programs/
reddit
How do you plan your programs? • /r/Python
Greetings, Not necessarily a Python question more of a general programming one. When you receive a project or get an idea how do you start? As...
For anyone learning Python for data science, this an amazing resource--excellent book as free Jupyter notebooks: https://www.reddit.com/r/Python/comments/5qflfv/for_anyone_learning_python_for_data_science_this/
Reddit
From the Python community on Reddit: For anyone learning Python for data science, this an amazing resource--excellent book as free…
Explore this post and more from the Python community
All the ways to reverse a string in python (and performance): https://www.reddit.com/r/Python/comments/5qftea/all_the_ways_to_reverse_a_string_in_python_and/
reddit
All the ways to reverse a string in python (and... • /r/Python
0 points and 0 comments so far on reddit
Serialization {pickle,json(s)} paired with blosc Compression {lz4,zstd}: https://www.reddit.com/r/Python/comments/5qgs8p/serialization_picklejsons_paired_with_blosc/
reddit
Serialization {pickle,json(s)} paired with blosc... • /r/Python
I did a bit of work in collecting some of the Python serialization tools available and pairing them with the blosc meta-compression library, both...
Optimal Route Simulation in Python: https://www.reddit.com/r/Python/comments/5qh2p8/optimal_route_simulation_in_python/
reddit
Optimal Route Simulation in Python • /r/Python
I am new to simulation but familiar with Python. I plan on using Python to build a waste collection simulation in a city with high capacity trucks...