ASCII snow in your terminal! Happy New Year and past Merry Christmas: https://www.reddit.com/r/Python/comments/aafflj/ascii_snow_in_your_terminal_happy_new_year_and/
reddit
r/Python - ASCII snow in your terminal! Happy New Year and past Merry Christmas
1 vote and 0 comments so far on Reddit
Python Basics book with bunch of other technology books are on sale for $15: https://www.reddit.com/r/Python/comments/aafk3l/python_basics_book_with_bunch_of_other_technology/
reddit
r/Python - Python Basics book with bunch of other technology books are on sale for $15
7 votes and 0 comments so far on Reddit
Building a treasury management program without any prior programming experience: https://www.reddit.com/r/Python/comments/aag16p/building_a_treasury_management_program_without/
reddit
r/Python - Building a treasury management program without any prior programming experience
1 vote and 1 comment so far on Reddit
Get the format in dateutil.parse: https://stackoverflow.com/questions/53892450/get-the-format-in-dateutil-parse
Stack Overflow
Get the format in dateutil.parse
Is there a way to get the "format" after parsing a date in dateutil. For example something like:
>>> x = parse("2014-01-01 00:12:12")
datetime.datetime(2014, 1, 1, 0, 12, 12)
x.
>>> x = parse("2014-01-01 00:12:12")
datetime.datetime(2014, 1, 1, 0, 12, 12)
x.
I wrote a (very minimal) script to display word etymologies in my terminal. Thought I'd share.: https://www.reddit.com/r/Python/comments/aahbmo/i_wrote_a_very_minimal_script_to_display_word/
reddit
r/Python - I wrote a (very minimal) script to display word etymologies in my terminal. Thought I'd share.
185 votes and 30 comments so far on Reddit
Convert an equation to Python: https://stackoverflow.com/questions/53843713/convert-an-equation-to-python
Stack Overflow
Convert an equation to Python
I have several equations and need to convert it into Python. The problem is that I tried to plot a graph according to the equation. However, the graph that I get is not the same as the original one...
Alternative to Selenium for automatically filling out web forms with information from Excel?: https://www.reddit.com/r/Python/comments/aah4kj/alternative_to_selenium_for_automatically_filling/
reddit
r/Python - Alternative to Selenium for automatically filling out web forms with information from Excel?
0 votes and 2 comments so far on Reddit
Been working on this project for the past few days. Felt like sharing: https://www.reddit.com/r/Python/comments/aahpw7/been_working_on_this_project_for_the_past_few/
reddit
r/Python - Been working on this project for the past few days. Felt like sharing
1 vote and 0 comments so far on Reddit
Build a Python app with PostgreSQL on Linux Azure App Service: https://www.reddit.com/r/Python/comments/aahqo8/build_a_python_app_with_postgresql_on_linux_azure/
reddit
r/Python - Build a Python app with PostgreSQL on Linux Azure App Service
1 vote and 1 comment so far on Reddit
Unable to rectify the logic within my script to make it stop when it's done: https://stackoverflow.com/questions/53937949/unable-to-rectify-the-logic-within-my-script-to-make-it-stop-when-its-done
Stack Overflow
Unable to rectify the logic within my script to make it stop when it's done
I've written a script in python using proxies to scrape the links of different posts traversing different pages of a webpage. I've tried to make use of proxies from a list. The script is supposed t...
Why MIT now uses python instead of scheme for it's intro to comp sci (2009): https://cemerick.com/2009/03/24/why-mit-now-uses-python-instead-of-scheme-for-its-undergraduate-cs-program/
My first python code using the basics: a guessing game!: https://www.reddit.com/r/Python/comments/aaiew3/my_first_python_code_using_the_basics_a_guessing/
reddit
r/Python - My first python code using the basics: a guessing game!
1 vote and 0 comments so far on Reddit
List of 127 Python courses from various providers (some of them are free): https://www.reddit.com/r/Python/comments/aaj6qn/list_of_127_python_courses_from_various_providers/
reddit
r/Python - List of 127 Python courses from various providers (some of them are free)
2 votes and 0 comments so far on Reddit
PyCharm PEP8 Code Style highlights not working: https://stackoverflow.com/questions/43313123/pycharm-pep8-code-style-highlights-not-working
Stack Overflow
PyCharm PEP8 Code Style highlights not working
I've been having this PEP8 style highlighting issue. The issue is it's not highlighting obvious style issues, like no blank lines before class definitions, or no empty lines at the end of the file....