What are your thoughts on Enthought's training on demand vs. Datacamp?: https://www.reddit.com/r/Python/comments/6lvhv7/what_are_your_thoughts_on_enthoughts_training_on/
reddit
What are your thoughts on Enthought's training on... • r/Python
Hi, I'm trying to learn data analysis and I've come across a few resources to learn numpy and associated tools such as Enthought, datacamp, and...
Changing the size of image in Python: https://www.reddit.com/r/Python/comments/6lvjnl/changing_the_size_of_image_in_python/
reddit
Changing the size of image in Python • r/Python
I am trying to build a little project with Turtle and I have to replace the turtle with a custom image which I was successful in doing but when I...
Parse NBA Stats in Excel with Openpyxl, Flask, Twilio: https://www.reddit.com/r/Python/comments/6lvp3c/parse_nba_stats_in_excel_with_openpyxl_flask/
reddit
Parse NBA Stats in Excel with Openpyxl, Flask, Twilio • r/Python
2 points and 0 comments so far on reddit
Python Tutorial 8 (Range Function): https://www.reddit.com/r/Python/comments/6lvsv4/python_tutorial_8_range_function/
reddit
Python Tutorial 8 (Range Function) • r/Python
https://youtu.be/HWcs5qdvvo0 In the 8th video in my series I go over the documentation and code samples for the range function. If you would...
Learn Python 3 the Hard Way Officially Released (Good News and Bad News): https://blog.learncodethehardway.com/2017/07/07/learn-python-3-the-hard-way-officially-released/
Learn Code The Hard Way
Learn Python 3 The Hard Way Officially Released
The Good News I’m happy to announce that Learn Python 3 The Hard Way is officially released and will be hitting Amazon, Barnes & Noble, and InformIT (Pearson) tomorrow. I spent quite a l…
Registration is still open for pybay! I'll be speaking on Friday about unit testing!: https://www.reddit.com/r/Python/comments/6lwsi0/registration_is_still_open_for_pybay_ill_be/
reddit
Registration is still open for pybay! I'll be speaking... • r/Python
1 points and 0 comments so far on reddit
Initializing Cython objects with existing C Objects: https://stackoverflow.com/questions/44686590/initializing-cython-objects-with-existing-c-objects
Stackoverflow
Initializing Cython objects with existing C Objects
C++ Model
Say I have the following C++ data structures I wish to expose to Python.
#include
#include
struct mystruct
{
int a, b, c, d, e, f, g, h, i, j, k, l, m...
Say I have the following C++ data structures I wish to expose to Python.
#include
#include
struct mystruct
{
int a, b, c, d, e, f, g, h, i, j, k, l, m...
[HELP] Data Science in Pythonista on iPad: https://www.reddit.com/r/Python/comments/6lx4bm/help_data_science_in_pythonista_on_ipad/
reddit
[HELP] Data Science in Pythonista on iPad • r/Python
I'm looking for help with a specific problem. Is there a way for Pythonista to read in a csv file on an iPad? On a PC, I usually download the csv...
Websocket lib, love to get some feedback: https://www.reddit.com/r/Python/comments/6lx7ak/websocket_lib_love_to_get_some_feedback/
reddit
Websocket lib, love to get some feedback • r/Python
Hey all! I'm kinda new to creating python packages and would love to get some feedback from you guys. For a small project I required a websocket...
Dynamically creating Pytest test fixtures in runtime: https://www.reddit.com/r/Python/comments/6lxjts/dynamically_creating_pytest_test_fixtures_in/
reddit
Dynamically creating Pytest test fixtures in runtime • r/Python
1 points and 0 comments so far on reddit
I made a Jupyter notebook to visualize how novice-PyData talks differed from the more advanced ones.: https://www.reddit.com/r/Python/comments/6lxp7r/i_made_a_jupyter_notebook_to_visualize_how/
reddit
I made a Jupyter notebook to visualize how... • r/Python
1 points and 0 comments so far on reddit
Beginner/noobie here, what is the different between a list and tuple?: https://www.reddit.com/r/Python/comments/6lyr4w/beginnernoobie_here_what_is_the_different_between/
reddit
Beginner/noobie here, what is the different between a... • r/Python
and what are scenarios to use them? or simple examples would be amazing.
Content extraction libraries, newspaper vs goose vs dragnet vs others?: https://www.reddit.com/r/Python/comments/6lyobb/content_extraction_libraries_newspaper_vs_goose/
reddit
Content extraction libraries, newspaper vs goose vs dragnet vs others?
I've been playing round with url content extraction with python (mostly articles and blogs). Tried newspaper and it's really good I think (though...