https://techygeekshome.info/upload-videos-to-youtube-using-python/?fsp_sid=10213
Mastering Advanced Python from Scratch to Advanced
Well, I came across this course and I got to tell you: for the price I've payed and the quality it is, I almost feel like I'm robbing someone π
Got make something out of my career, it's never too late to start learning something, right?
TIL about .extend() and when I should use that instead of .append()
All praise the Debugger and being able to step through changes in variables.
I would have continued to append lists to lists and not been able to work out what I was doing wrong.
π π I refactored all my dict into "dataclasses" with @dataclass decorators.
python_badges += 1
Hi, Iβm trying to teach myself Python, and Iβm currently having problems with using three single quote marks to form a multi line comment in a program, like everybody else seems to be able to do without much problem.
But every time I type something on multiple lines, finishing with another triple single quote it always echoes what Iβve typed, on one line complete with all the necessary \n
characters.
See photo of printout page below.
What am I doing wrong? Obviously, I am suffering from some very basic lack of understanding of what I am actually doing.ππ©π³π’
Been slowly learning python over the last couple of years and the one thing that keeps tripping me up is trying to understand what in the hell was returned to me via a REST API call and figuring out how to map it into some form of python data structure.
This time it was a dictionary of a list of a dictionary.
There is probably something that can handle that automagically, but I have no idea what it is called.
I do love the dataclass decorator and pandas dataframes.
An update. Week One of Four is complete.
Week two studies include:
Lesson One: Lists and Strings
Lesson Two: Iteration