Python 3 and Fabric 2, making authenticated Sudo() calls: https://www.reddit.com/r/Python/comments/8n3rm9/python_3_and_fabric_2_making_authenticated_sudo/
reddit
r/Python - Python 3 and Fabric 2, making authenticated Sudo() calls
2 votes and 1 so far on reddit
This course provides the basics for programming in Python using one of the most important libraries: Pandas. The course may be frustrating because the teacher encourages you to look for additional material by yourself for the exams but at the end, you learn a lot of stuff.: https://www.reddit.com/r/Python/comments/8n45dw/this_course_provides_the_basics_for_programming/
reddit
r/Python - This course provides the basics for programming in Python using one of the most important libraries: Pandas. The course…
3 votes and 0 so far on reddit
Do I need html, CSS, and JavaScript incorporated with python for a dynamic website?: https://www.reddit.com/r/Python/comments/8n44kw/do_i_need_html_css_and_javascript_incorporated/
reddit
r/Python - Do I need html, CSS, and JavaScript incorporated with python for a dynamic website?
1 votes and 0 so far on reddit
Interface is messed up after installing several plugins | Signal only works in main thread - spyder report: https://stackoverflow.com/questions/50555566/interface-is-messed-up-after-installing-several-plugins-signal-only-works-in-m
Stack Overflow
Interface is messed up after installing several plugins | Signal only works in main thread - spyder report
Tring to install several plug-in in Spyder IDE such as unittest notebook line profiler spyder-terminal memory-profiler spyder-report , i got some serious problem. The installation was good, th...
Want to make a website inventory monitor and an auto checkout script. I have the basics but don’t know what else to do. Pls help.: https://www.reddit.com/r/Python/comments/8n5b5c/want_to_make_a_website_inventory_monitor_and_an/
reddit
r/Python - Want to make a website inventory monitor and an auto checkout script. I have the basics but don’t know what else to…
1 votes and 0 so far on reddit
How do you prepare for competitive programming?: https://www.reddit.com/r/Python/comments/8n5knz/how_do_you_prepare_for_competitive_programming/
reddit
How do you prepare for competitive programming? • r/Python
I am at a point where I can use python for making programs without much hassle, but I still struggle with competitive programming. I have noticed...
Yahoo Finance Stock Price Scraper - mosaic of 40 Brazilian stocks: https://www.reddit.com/r/Python/comments/8myqxc/yahoo_finance_stock_price_scraper_mosaic_of_40/
reddit
Yahoo Finance Stock Price Scraper - mosaic of 40... • r/Python
1 points and 0 comments so far on reddit
What is in your Python Development Environment?: https://www.reddit.com/r/Python/comments/8n6cep/what_is_in_your_python_development_environment/
reddit
r/Python - What is in your Python Development Environment?
1 votes and 0 so far on reddit
Logistic Regression in Python(Simplified for You): https://www.reddit.com/r/Python/comments/8n6vpi/logistic_regression_in_pythonsimplified_for_you/
reddit
Logistic Regression in Python(Simplified for You) • r/Python
1 points and 0 comments so far on reddit
Data Structures and Algorithms in real life.: https://www.reddit.com/r/Python/comments/8n752d/data_structures_and_algorithms_in_real_life/
reddit
Data Structures and Algorithms in real life. • r/Python
I want to practice my Data Structures and Algorithms in real life problems means I want to how to use it in real problems?
Documenting class attributes with type annotations: https://stackoverflow.com/questions/50546154/documenting-class-attributes-with-type-annotations
Stack Overflow
Documenting class attributes with type annotations
I want to autogenerate documentation to my code from docstrings. I have some basic class meant to store some data:
class DataHolder:
"""
Class to hold some data
Attributes:
...
class DataHolder:
"""
Class to hold some data
Attributes:
...
Less Toil, More Coil - Telemetry Analysis with Python: https://www.reddit.com/r/Python/comments/8n7k1p/less_toil_more_coil_telemetry_analysis_with_python/
reddit
Less Toil, More Coil - Telemetry Analysis with Python • r/Python
1 points and 0 comments so far on reddit
Which (micro)framework should I use to create an API?: https://www.reddit.com/r/Python/comments/8n7vmf/which_microframework_should_i_use_to_create_an_api/
reddit
Which (micro)framework should I use to create an API? • r/Python
I've toyed with Flask and Django to create a small API. I like them both, and now I'm looking into Sanic and Quart, but I don't know all the stuff...