"Word-part frequencies" Web scraping and data munging/exploration example using Python in a Jupyter notebook.: https://www.reddit.com/r/Python/comments/97lfx0/wordpart_frequencies_web_scraping_and_data/
reddit
r/Python - "Word-part frequencies" Web scraping and data munging/exploration example using Python in a Jupyter notebook.
1 vote and 1 comment so far on Reddit
Introducing Skein: Deploy Python on Apache YARN the Easy Way: https://www.reddit.com/r/Python/comments/97lcek/introducing_skein_deploy_python_on_apache_yarn/
reddit
r/Python - Introducing Skein: Deploy Python on Apache YARN the Easy Way
2 votes and 0 comments so far on Reddit
FPBox - A toolkit for functional programming in Python: https://www.reddit.com/r/Python/comments/97nz1b/fpbox_a_toolkit_for_functional_programming_in/
reddit
r/Python - FPBox - A toolkit for functional programming in Python
1 vote and 0 comments so far on Reddit
Someone that knows Django can help me? I have the 2.1 Django and i don't know why my admin interface don't recognize CSS and Javascript: https://www.reddit.com/r/Python/comments/97ojo2/someone_that_knows_django_can_help_me_i_have_the/
reddit
r/Python - Someone that knows Django can help me? I have the 2.1 Django and i don't know why my admin interface don't recognize…
0 votes and 0 comments so far on Reddit
Python Tutorial - 1. Install python on windows: https://www.reddit.com/r/Python/comments/97p40v/python_tutorial_1_install_python_on_windows/
reddit
r/Python - Python Tutorial - 1. Install python on windows
2 votes and 0 comments so far on Reddit
Problems with using a rough greyscale algorithm?: https://stackoverflow.com/questions/51818193/problems-with-using-a-rough-greyscale-algorithm
Stack Overflow
Problems with using a rough greyscale algorithm?
So I'm designing a few programs for editing photos in python using PIL and one of them was converting an image to greyscale (I'm avoiding the use of any functions from PIL).
The algorithm I've emp...
The algorithm I've emp...
When should I use pip and when should I use pip3?: https://www.reddit.com/r/Python/comments/97qciw/when_should_i_use_pip_and_when_should_i_use_pip3/
reddit
r/Python - When should I use pip and when should I use pip3?
1 vote and 0 comments so far on Reddit
MypyC, native code Python compiler being developed by Dropbox: https://www.reddit.com/r/Python/comments/97sfeq/mypyc_native_code_python_compiler_being_developed/
reddit
r/Python - MypyC, native code Python compiler being developed by Dropbox
91 votes and 24 comments so far on Reddit
Flask SQLAlchemy: Load database with records by running python script: https://stackoverflow.com/questions/51789475/flask-sqlalchemy-load-database-with-records-by-running-python-script
Stack Overflow
Flask + SQLAlchemy: Load database with records by running python script
I'm trying to load my database ONCE with SQLALchemy in a flask app. I thought i could add the records to the database by running a script from the terminal command, but it seems that i'm having