Should I go with MIT 6.00.2x or python 101: https://www.reddit.com/r/Python/comments/60odq3/should_i_go_with_mit_6002x_or_python_101/
reddit
Should I go with MIT 6.00.2x or python 101 • r/Python
Hello, I am mostly trying to learn python for data science. I have recently finished MIT's 6.00.1x and it was fantastic. As I have observed,...
How to scrape images from Pixabay: https://www.reddit.com/r/Python/comments/60oeb7/how_to_scrape_images_from_pixabay/
reddit
How to scrape images from Pixabay • r/Python
Hello! I don't know if i ask this in the right subreddit, but i have a question about Pixabay. We have a school project where we are covering...
Python Tutorial: DeepMind's Synthetic Gradients from Scratch: https://www.reddit.com/r/Python/comments/60o3sr/python_tutorial_deepminds_synthetic_gradients/
reddit
Python Tutorial: DeepMind's Synthetic Gradients from... • r/Python
6 points and 0 comments so far on reddit
Django REST Swagger: How to use security section in Swagger settings?: http://stackoverflow.com/questions/41760465/django-rest-swagger-how-to-use-security-section-in-swagger-settings
Stackoverflow
Django REST Swagger: How to use security section in Swagger settings?
I'm trying to build the Swagger settings for SecurityDefinition in order to get the following result in openapi.json:
"securityDefinitions": {
"password": {
"type": "oauth2",
"tokenUrl":...
"securityDefinitions": {
"password": {
"type": "oauth2",
"tokenUrl":...
Jupyter Notebook: Beginner Question: https://www.reddit.com/r/Python/comments/60ow6m/jupyter_notebook_beginner_question/
reddit
Jupyter Notebook: Beginner Question • r/Python
Hey r/python, I study physics and my partner and i have some data to plot and fit. We use python with jupyter notebook. But there is one problem:...
Running Jupyter notebooks on GPU on AWS: a starter guide: https://www.reddit.com/r/Python/comments/60owsn/running_jupyter_notebooks_on_gpu_on_aws_a_starter/
reddit
Running Jupyter notebooks on GPU on AWS: a starter guide • r/Python
1 points and 0 comments so far on reddit
Webscraping question regardinga table (possibly): https://www.reddit.com/r/Python/comments/60p581/webscraping_question_regardinga_table_possibly/
reddit
Webscraping question regardinga table (possibly) • r/Python
Hey folks, I was wondering: Is it possible, to access the information on an interactive table of a site using the backend infos? On this site:...
Displaying results in Tkinter GUI and Removing JSON brackets/braces.: https://www.reddit.com/r/Python/comments/60plj3/displaying_results_in_tkinter_gui_and_removing/
reddit
Displaying results in Tkinter GUI and Removing JSON brackets/braces.
I have a database full of tweets. Once the user types in search options to the GUI, it returns results from the database in the python shell...
I created a virtual environment manager that requires literally no effort to use (besides installation). Let me know what you think!: https://www.reddit.com/r/Python/comments/60ppau/i_created_a_virtual_environment_manager_that/
reddit
I created a virtual environment manager that requires... • r/Python
1 points and 0 comments so far on reddit
Totally new to python and struggling to pip install and import: https://www.reddit.com/r/Python/comments/60q6fy/totally_new_to_python_and_struggling_to_pip/
reddit
Totally new to python and struggling to pip install and... • r/Python
I'm trying to look into this OpenDAQ hardware/software, and I can't even install it. I downloaded Python 2.7.12, but I can't get past the first...
Collection of libraries, which implement models, schemas, ORMs/ODMs, Active Records or similar patterns: https://www.reddit.com/r/Python/comments/60qczb/collection_of_libraries_which_implement_models/
reddit
Collection of libraries, which implement models,... • r/Python
1 points and 0 comments so far on reddit
Dynaconf 0.4.3 released featuring Python 2.7 , 3.3 , PyPy support, 81% test coverage and Flask Extension.: https://www.reddit.com/r/Python/comments/60r15i/dynaconf_043_released_featuring_python_27_33_pypy/
reddit
Dynaconf 0.4.3 released featuring Python 2.7+, 3.3+,... • r/Python
2 points and 0 comments so far on reddit
GenOpt: package for optimizing real-valued functions with a genetic algorithm: https://www.reddit.com/r/Python/comments/60rbfn/genopt_package_for_optimizing_realvalued/
reddit
GenOpt: package for optimizing real-valued functions... • r/Python
I just finished a optimization package based on genetic algorithms. This is for use with real valued functions. You can find it on github here:...
How can I combine gigabytes worth of text into one file, sorted by number of occurrences?: https://www.reddit.com/r/Python/comments/60rlqc/how_can_i_combine_gigabytes_worth_of_text_into/
reddit
How can I combine gigabytes worth of text into one... • r/Python
My goal for this script is to take a folder full of text files, capture each line in all files, and then output one file containing every unique...
How to? Batch define 2000 words: https://www.reddit.com/r/Python/comments/60rv0i/how_to_batch_define_2000_words/
reddit
How to? Batch define 2000+ words • r/Python
So, as well as foodling with python, I'm trying to get back into creative writing. The problem is, I've noticed that my descriptive vocabulary...
I made Python exceptions a little better.: https://www.reddit.com/r/Python/comments/60scld/i_made_python_exceptions_a_little_better/
reddit
I made Python exceptions a little better.
News about the programming language Python. If you have something to teach others post here. If you have questions or are a newbie use r/learnpython.