Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Upload Files to Azure Storage Container
Post: RE: Upload Files to Azure Storage Container

I would start with replacing the list comprehension on line 14 with a regular loop. Catch the exception, and when it happens, print out the filename with repr() in case it has weird things that aren't...
micseydel General Coding Help 6 701 Dec-21-2023, 05:27 PM
    Thread: Returning to coding after >1 year
Post: RE: Returning to coding after >1 year

(Jun-13-2022, 11:24 AM)gruntfutuk Wrote: I've always had a preference for mind mapping, [...] I tend to go analogue for learning things and meeting notes. I use RocketBook notebooks and scan my han...
micseydel News and Discussions 8 1,936 Jul-01-2022, 04:35 PM
    Thread: Returning to coding after >1 year
Post: RE: Returning to coding after >1 year

The Building a Second Brain community is where I'm spending time right now. I will surely get back to Python, but less right-now than I expected.
micseydel News and Discussions 8 1,936 Jun-22-2022, 12:59 PM
    Thread: Returning to coding after >1 year
Post: Returning to coding after >1 year

I posted to the mods forum recently about returning after my long break but thought I'd post here too. I took a break from the forum because of mental health stuff, then had life stuff happen, then qu...
micseydel News and Discussions 8 1,936 Jun-05-2022, 12:59 PM
    Thread: Passionate Python developer from India "waiting" :/ to get hired
Post: RE: Passionate Python developer from India "waitin...

What does it mean to "clear" an interview where you don't get hired? There's a lot in your post I could unpack, but I'd recommend you start with https://interviewing.io/ or something like it, to get a...
micseydel Jobs 3 2,569 May-24-2022, 03:38 PM
    Thread: Passionate Python developer from India "waiting" :/ to get hired
Post: RE: Passionate Python developer from India "waitin...

I tried to look at your Github but it's private. Are you struggling with performance in interviews, or are you struggling to get interviews?
micseydel Jobs 3 2,569 May-17-2022, 03:04 PM
    Thread: platform independent programming with Python
Post: RE: platform independent programming with Python

What is your goal? What problem are you trying to solve? Most Python is automatically be platform-independent. There are an unbounded number of platform-dependent things though, I think it would be be...
micseydel News and Discussions 2 49,940 Oct-06-2020, 10:25 PM
    Thread: [split] Python and Accessibility
Post: RE: [split] Python and Accessibility

What exactly are you trying to do? Are you writing GUI code? If so, have you picked a library? Personally I've decided not to learn GUI frameworks, preferring to build websites (e.g. using Flask) to s...
micseydel General Coding Help 3 1,998 Oct-06-2020, 10:23 PM
    Thread: Master's/PHD for Data Science Job
Post: RE: Master's/PHD for Data Science Job

For what it's worth: [Image: https://i.imgur.com/1qfYhGg.png] I don't know Vin, but Mikiko is a data scientist at my company. I haven't worked with her much, but she made a good first impression.
micseydel News and Discussions 4 5,518 Oct-06-2020, 03:35 AM
    Thread: chr codes
Post: RE: chr codes

Output:>>> ord('²') 178 >>> chr(178) '²'
micseydel General Coding Help 3 1,923 Oct-06-2020, 02:31 AM
    Thread: parsing question
Post: RE: parsing question

Output:>>> b'011;005;080;'.split(b';')[1] b'005'Though a more generic regular expression may be faster. You probably don't need that, but if you do it's worth the effort to read a basic tutor...
micseydel General Coding Help 3 1,986 Oct-06-2020, 02:06 AM
    Thread: using 'while loop' output going into infinite loop...
Post: RE: using 'while loop' output going into infinite ...

Actually, you're comparing something that's equal to itself. You can just remove the loop.
micseydel General Coding Help 2 1,971 Oct-05-2020, 09:18 PM
    Thread: using 'while loop' output going into infinite loop...
Post: RE: using 'while loop' output going into infinite ...

Did you mean to use "if" instead of "while"?
micseydel General Coding Help 2 1,971 Oct-05-2020, 09:17 PM
    Thread: newbie question....importing a created class
Post: RE: newbie question....importing a created class

Please make sure to post full (though minimal) code for reproducing the issue, as well as the full error message.
micseydel General Coding Help 5 2,672 Oct-01-2020, 06:51 PM
    Thread: insert() but with negative index
Post: RE: insert() but with negative index

Your confusion makes sense. It took me a moment to realize it too. You're thinking that it inserts intp the index you provide. This is not quite correct. https://docs.python.org/3.8/tutorial/dat...tur...
micseydel Homework 1 2,335 Oct-01-2020, 03:05 AM
    Thread: [split] Launch soft on Terminal in silent mode
Post: RE: [split] Launch soft on Terminal in silent mode

Split from https://python-forum.io/Thread-Launch-so...ilent-mode Please don't hijack others' threads, especially if they're months old. APK means Android, which means Java/Kotlin. I know there's been...
micseydel General Coding Help 2 2,055 Sep-30-2020, 09:47 PM
    Thread: Master's/PHD for Data Science Job
Post: RE: Master's/PHD for Data Science Job

(Sep-26-2020, 11:47 AM)oli_action Wrote: I know a lot of programmers out there don't even have a uni degree, but are still great programmers and get good jobsI work in silicon valley, having worked ...
micseydel News and Discussions 4 5,518 Sep-29-2020, 11:54 PM
    Thread: Recommendation - Mac v Windows
Post: RE: Recommendation - Mac v Windows

Not to disagree with anything buran said, but one nice thing about Macs is their similarity to Linux. They can also be duel/multi-booted if you want multiple operating systems. Unless you have any go...
micseydel Bar 11 11,085 Sep-29-2020, 10:08 PM
    Thread: [split] New thread/topic
Post: RE: [split] New thread/topic

This forum is usually focused on helping people with their code. In this case, it seems like the best course of action would be to Google "python xml" and give something a try. We'd be happy to help i...
micseydel General Coding Help 1 1,889 Sep-24-2020, 01:55 AM
    Thread: Python Dictionary Comprehension
Post: RE: Python Dictionary Comprehension

(Sep-21-2020, 11:25 AM)perfringo Wrote: Is it just me or there is really influx of links to substandard tutorials?It's not just you.
micseydel Tutorial Requests and Submissions 3 2,541 Sep-21-2020, 04:17 PM

User Panel Messages

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