Wrote a script which lets you shorten GitHub URLs from the Terminal. Hope you guys find it useful.: https://www.reddit.com/r/Python/comments/82gx7u/wrote_a_script_which_lets_you_shorten_github_urls/
reddit
Wrote a script which lets you shorten GitHub URLs from... • r/Python
0 points and 0 comments so far on reddit
Bizarre pyodbc issue, why did my code work yesterday but not today?: https://www.reddit.com/r/Python/comments/82p09n/bizarre_pyodbc_issue_why_did_my_code_work/
reddit
Bizarre pyodbc issue, why did my code work yesterday... • r/Python
I had an odbc connection working yesterday, no errors.... this code worked perfectly. I try to run it again today and now I get an error...
What is the fastest way to add milion objects to Django database?: https://www.reddit.com/r/Python/comments/82q3bi/what_is_the_fastest_way_to_add_milion_objects_to/
reddit
What is the fastest way to add milion objects to Django... • r/Python
For example i have a model "Company" and i have a json file with one milion companies - now i would like to add all of them to database. What is...
Any guides for creating a script that interacts with a website?: https://www.reddit.com/r/Python/comments/82pu82/any_guides_for_creating_a_script_that_interacts/
reddit
Any guides for creating a script that interacts with a... • r/Python
Looking to automate some boring parts of my job, one of them involves invoicing. Here are the main tasks & issues. 1) The site loads horrendously...
Accessing a list contained in a JSON object with Python: https://stackoverflow.com/questions/49099565/accessing-a-list-contained-in-a-json-object-with-python
Stack Overflow
Accessing a list contained in a JSON object with Python
testVar = {
"date": 1520053431,
"location": {
"lat": 39.349887,
"lng": -82.116147
},
"items": [
{
"macAddress": "98:90:96:9C:94:6C",
"manufacturer": "intel"
},
{...
"date": 1520053431,
"location": {
"lat": 39.349887,
"lng": -82.116147
},
"items": [
{
"macAddress": "98:90:96:9C:94:6C",
"manufacturer": "intel"
},
{...
Slicing pandas datetime performs inclusively on both ends.: https://www.reddit.com/r/Python/comments/82qxpc/slicing_pandas_datetime_performs_inclusively_on/
reddit
Slicing pandas datetime performs inclusively on both ends. • r/Python
df[datetime1:datetime2] slices inclusively, Sure, I could just do datetime2 + 1 millisecond, but is there any elegant way?
How to make this broken Python package working?: https://www.reddit.com/r/Python/comments/82r5a0/how_to_make_this_broken_python_package_working/
reddit
How to make this broken Python package working? • r/Python
I found a package that is exactly what I need, however it is broken according to the developer. However I am not on an expert level with Python,...
Why is it so commonly stated that you can not use python to make money if many large apps/webapps like airbnb and reddit uses it?: https://www.reddit.com/r/Python/comments/82r6er/why_is_it_so_commonly_stated_that_you_can_not_use/
reddit
Why is it so commonly stated that you can not use... • r/Python
3 points and 6 comments so far on reddit
One line thousands separator from stdin: https://www.reddit.com/r/Python/comments/82r94o/one_line_thousands_separator_from_stdin/
reddit
One line thousands separator from stdin • r/Python
I don't where to post this but I got annoyed by the output of some linux commands like `dumpe2fs` that they don't print the numbers with a...
How to scrape web, SEC Edgar 10-K , exhibit 21?: https://www.reddit.com/r/Python/comments/82rrf5/how_to_scrape_web_sec_edgar_10k_exhibit_21/
reddit
How to scrape web, SEC Edgar 10-K , exhibit 21? • r/Python
Are there anyone experienced with scraping SEC 10-K and specifically downloading the exhibit 21 in Python? What I basically want to do is the...
notifiers 0.7.0 released with lots of new stuff!: https://www.reddit.com/r/Python/comments/82rskj/notifiers_070_released_with_lots_of_new_stuff/
reddit
notifiers 0.7.0 released with lots of new stuff! • r/Python
1 points and 1 comments so far on reddit
Converting to another web framework: Basic apps in Symfony and Django: https://www.reddit.com/r/Python/comments/82rzu8/converting_to_another_web_framework_basic_apps_in/
reddit
Converting to another web framework: Basic apps in... • r/Python
1 points and 0 comments so far on reddit