Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Imports in my first package
Post: Imports in my first package

Hi there, I have just created my first package and I'm testing it out before I upload it to pypi. As I was testing it I ran into an issue, fixed it, but didn't understand how it fixes it. I'm hoping t...
cuppajoeman General Coding Help 1 1,949 Jun-27-2021, 11:36 PM
    Thread: Expanding on (+,*,%,/,//, etc...)= operator
Post: Expanding on (+,*,%,/,//, etc...)= operator

I had an idea for how we write shorthand for a few binary functions (I'll use + as my example). When we write x += 2, it really means x = x + 2, more generally since we can write addition as a binar...
cuppajoeman News and Discussions 1 1,556 Feb-27-2021, 06:59 PM

User Panel Messages

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