Is there any way to convert the existing Word/PDF to Jupyter Notebook ?: https://www.reddit.com/r/Python/comments/8p3yv8/is_there_any_way_to_convert_the_existing_wordpdf/
reddit
r/Python - Is there any way to convert the existing Word/PDF to Jupyter Notebook ?
1 votes and 0 so far on reddit
Any ideas on how to make a script that will automatically download YouTube videos of a certain genre? E.g. Creative Commons or “less than for minutes”: https://www.reddit.com/r/Python/comments/8p46yf/any_ideas_on_how_to_make_a_script_that_will/
reddit
r/Python - Any ideas on how to make a script that will automatically download YouTube videos of a certain genre? E.g. Creative…
1 votes and 0 so far on reddit
Buildertron - A front-end for buildozer which packages kivy-based applications for mobile and tablets.: https://www.reddit.com/r/Python/comments/8p4g8r/buildertron_a_frontend_for_buildozer_which/
reddit
Buildertron - A front-end for buildozer which packages... • r/Python
1 points and 0 comments so far on reddit
pyupgrade: automatically rewrite format calls to f-strings (among other things): https://www.reddit.com/r/Python/comments/8p578l/pyupgrade_automatically_rewrite_format_calls_to/
reddit
r/Python - pyupgrade: automatically rewrite format calls to f-strings (among other things)
69 votes and 11 so far on reddit
Remote image upload performs different than development server: https://stackoverflow.com/questions/50679462/remote-image-upload-performs-different-than-development-server
Stack Overflow
Remote image upload performs different than development server
My local development and live development server have the exact same code and database (all static/media files upload to s3 storage).
I have a Post model with an image field. My Post has an image
I have a Post model with an image field. My Post has an image
Can someone explain the difference between O(n log n) and O(log n)?: https://www.reddit.com/r/Python/comments/8p50uy/can_someone_explain_the_difference_between_on_log/
reddit
r/Python - Can someone explain the difference between O(n log n) and O(log n)?
1 votes and 0 so far on reddit
Is it possible to fully Monkey Patch builtin `str`: https://stackoverflow.com/questions/50667128/is-it-possible-to-fully-monkey-patch-builtin-str
Stack Overflow
Is it possible to fully Monkey Patch builtin `str`
I Am trying to patch python’s built-in str in order to track the count of all strallocations. I am running into some issues and was wondering if anyone could see what I’m doing wrong, or if this i...
Python script for reading manga avoiding annoying ads and trackers.: https://www.reddit.com/r/Python/comments/8p6in4/python_script_for_reading_manga_avoiding_annoying/
reddit
r/Python - Python script for reading manga avoiding annoying ads and trackers.
0 votes and 0 so far on reddit
Creating a stock trading bot - which sql database is best?: https://www.reddit.com/r/Python/comments/8p7qcs/creating_a_stock_trading_bot_which_sql_database/
reddit
r/Python - Creating a stock trading bot - which sql database is best?
1 votes and 0 so far on reddit
How do you use Python to automate something in your daily life?: https://www.reddit.com/r/Python/comments/8p7zjf/how_do_you_use_python_to_automate_something_in/
reddit
r/Python - How do you use Python to automate something in your daily life?
143 votes and 152 so far on reddit
Balancing writing useful code with being too clever: https://www.reddit.com/r/Python/comments/8p8bh9/balancing_writing_useful_code_with_being_too/
reddit
Balancing writing useful code with being too clever • r/Python
I feel like I made so many more useful things when I was relatively new to the language and had a firm grip on the fundamentals (about 2-3 years...
Python for the impatient (looking for a book recommendation): https://www.reddit.com/r/Python/comments/8p8fsi/python_for_the_impatient_looking_for_a_book/
reddit
Python for the impatient (looking for a book... • r/Python
I am looking for a Python 3 book which would precisely show me all the language features from A to Z without explaining basic programming...