Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: modulo and order of operations
Post: RE: modulo and order of operations

25 * 3 = 75 75 % 4 = 3 100 - 3 = 97 Modulo has the same rank as * and /, so those operations are executed from left to right. And + or - go after them.
Hellerick General Coding Help 4 4,849 Dec-28-2016, 04:46 AM
    Thread: Problems with moving from 3.5 to 3.6
Post: RE: Problems with moving from 3.5 to 3.6

Uh, okay, I'll try to survive. Thanks, everyone!
Hellerick Web Scraping & Web Development 7 10,098 Dec-27-2016, 04:38 PM
    Thread: Problems with moving from 3.5 to 3.6
Post: RE: Problems with moving from 3.5 to 3.6

I don't know how to install mods for 3.6 in 3.6's location. Executing "pip3.6 install /home/hellerick/Documents/Install/lxml-3.7.1-cp35-cp35m-manylinux1_x86_64.whl" returns Quote:pip is configured wi...
Hellerick Web Scraping & Web Development 7 10,098 Dec-27-2016, 02:50 PM
    Thread: Problems with moving from 3.5 to 3.6
Post: RE: Problems with moving from 3.5 to 3.6

So for fifteen minutes I was just copy-pasting folders between python3 and python3.6 trying to choose appropriate place for them. Somehow it feels wrong. It seems like I'm doing machine's job where ma...
Hellerick Web Scraping & Web Development 7 10,098 Dec-27-2016, 12:20 PM
    Thread: Problems with moving from 3.5 to 3.6
Post: Problems with moving from 3.5 to 3.6

So I have Ubuntu and I wanted to try Python 3.6, so I installed it using "apt altinstall" command. After playing around with it, I decided to see how it executes my earlier scripts and opened a websc...
Hellerick Web Scraping & Web Development 7 10,098 Dec-27-2016, 09:35 AM

User Panel Messages

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