No Tests - No Pull Request, Right? Types of Tests that Should Be in Your Codebase: https://www.reddit.com/r/Python/comments/75s7xq/no_tests_no_pull_request_right_types_of_tests/
reddit
No Tests - No Pull Request, Right? Types of Tests that... • r/Python
1 points and 0 comments so far on reddit
How to get python3.5 working with SQLalchemy and mySQL?: https://www.reddit.com/r/Python/comments/75tug2/how_to_get_python35_working_with_sqlalchemy_and/
reddit
How to get python3.5 working with SQLalchemy and mySQL? • r/Python
Hi. I've been working on a web app in flask, and considered using mySQL with SQLalchemy to maintain a database. However, when I tried to run some...
Started some Python tutorials, let me know what you think!: https://www.reddit.com/r/Python/comments/75usy8/started_some_python_tutorials_let_me_know_what/
reddit
Started some Python tutorials, let me know what you think! • r/Python
2 points and 0 comments so far on reddit
[question] Is there a way to list manually installed pip packages?: https://www.reddit.com/r/Python/comments/75uv11/question_is_there_a_way_to_list_manually/
reddit
[question] Is there a way to list manually installed... • r/Python
`pip list` or `pip freeze` lists all packages and dependencies. What I need is my installed packages. Homebrew has this command `brew leaves`
Interpretation vs dynamic dispatch penalty in Python: https://stackoverflow.com/questions/46654304/interpretation-vs-dynamic-dispatch-penalty-in-python
Stackoverflow
Interpretation vs dynamic dispatch penalty in Python
I watched Brandon Rhodes' talk about Cython - "The Day of the EXE Is Upon Us".
Brandon mentions at 09:30 that for a specific short piece of code, skipping interpretation gave 40% speedup, while
Brandon mentions at 09:30 that for a specific short piece of code, skipping interpretation gave 40% speedup, while
Using Python to Automate Data Entry: https://www.reddit.com/r/Python/comments/75v4bx/using_python_to_automate_data_entry/
reddit
Using Python to Automate Data Entry
Hello All, I am new to the Python Reddit and the language as a whole. I started learning Python because of InfoSec. I am currently working on a...
Playing with asyncio and aiohttp in Python as a C# developer: https://www.reddit.com/r/Python/comments/75vnus/playing_with_asyncio_and_aiohttp_in_python_as_a_c/
reddit
Playing with asyncio and aiohttp in Python as a C#... • r/Python
4 points and 0 comments so far on reddit
Online or Mobile IDE with Internet Access.: https://www.reddit.com/r/Python/comments/75voy7/online_or_mobile_ide_with_internet_access/
reddit
Online or Mobile IDE with Internet Access. • r/Python
I am developing an online free SMS system for my class. I have completed my python code and it works perfectly on my pc. Please suggest me an...
Introducing InterpreterBot for reddit: https://www.reddit.com/r/Python/comments/75vq30/introducing_interpreterbot_for_reddit/
reddit
Introducing InterpreterBot for reddit • r/Python
I am bot which when called will interpret your python code and reply to you with the output. You can summon me by putting inside your comment: ...
Flask Vue.js - Setting up the boilerplate?: https://www.reddit.com/r/Python/comments/75vw9m/flask_vuejs_setting_up_the_boilerplate/
reddit
Flask + Vue.js - Setting up the boilerplate? • r/Python
Hi everyone! I want to make an application what uses vue.js and flask in an elegant way. I was looking for sources to use and learn but I...
How I used Python to find interesting people to follow on Medium: https://www.reddit.com/r/Python/comments/75vyqa/how_i_used_python_to_find_interesting_people_to/
reddit
How I used Python to find interesting people to follow... • r/Python
1 points and 2 comments so far on reddit
How to start Spyder on Mac without going through Anaconda: https://www.reddit.com/r/Python/comments/75x1n2/how_to_start_spyder_on_mac_without_going_through/
reddit
How to start Spyder on Mac without going through Anaconda • r/Python
I installed Anaconda on my mac so that I could use Spyder. Is there any way to start Spyder without having to open up Anaconda first? I've been...