Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Plotting climate data with NetCdf files for a specific region with coordinates
Post: RE: Plotting climate data with NetCdf files for a ...

I suspect it is due to the space in the file name; try removing the space or adding an _ or changing to \\ in the path instead of /
Maverick494 Data Science 3 5,413 Jun-27-2018, 02:03 AM
    Thread: Powershell Session translation to Python; Session code seems to not work
Post: RE: Powershell Session translation to Python; Sess...

I should probably have expanded here is the output when I print dr as well: <RequestsCookieJar[<Cookie cookie_cookie=1b41fd0a9722b852 for maxis-service.domain.com/>]> <Response [401]&g...
Maverick494 General Coding Help 1 3,610 Jun-26-2018, 05:16 PM
    Thread: how do I successfully use PDO with my ODBC for MSSQL?
Post: RE: how do I successfully use PDO with my ODBC for...

I personally use something like the following: import pymysql conn = pymysql.connect(host=dbhost, port=3306,user=username,password=dbpassword,db='database',autocommit=True,local_infile=1) cursor = ...
Maverick494 General Coding Help 3 6,590 Jun-26-2018, 04:44 PM
    Thread: Need help to get product details using BeautifulSoup+Python3.6!
Post: RE: Need help to get product details using Beautif...

You're incrementing the page regardless of if there is page increment available. The problem on the page it is failing on is that it will keep going forever and loading the same page over and over (t...
Maverick494 Web Scraping & Web Development 2 2,883 Jun-26-2018, 03:30 PM
    Thread: sqlite3 operational error on insert query
Post: RE: sqlite3 operational error on insert query

When I did a query for MySQL I couldn't get around having everything on the same line. Try cur.execute("insert into lr_rundata (current_date, test_name, app_version, test_run_period, transaction_na...
Maverick494 General Coding Help 5 4,303 Jun-26-2018, 03:04 PM
    Thread: Powershell Session translation to Python; Session code seems to not work
Post: Powershell Session translation to Python; Session ...

The following are what I have in powershell # Get a SIM Session Cookie Invoke-WebRequest -UseDefaultCredentials -UseBasicParsing -Uri https://maxis-service.domain.com/users/whoami -SessionVar...
Maverick494 General Coding Help 1 3,610 Jun-25-2018, 04:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020