Mastering Advanced Python: Unlocking New Possibilities

Unlock the power of Python with 'Mastering Advanced Python from Scratch to Advanced'. From fundamental concepts to high-level techniques, become a Python expert.

DenizHalil - Professional Cybersecurity Consulting and Penetration Testing

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?

https://www.udemy.com/share/1013ko3@S9k-lbzjC4PsRR-cSthrOO-fXZ2h8iUKq4Qcd0kBLBD9gAIc60_f7BgqWmdnEvJZqA==/

#learningPython #programming #Python @udemy

After half a day of installing #conda and learning about environments, I got a script up to download #Google images of golden doodles and fried chicken for a silly project 🀩 #smallwins #learningpython

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.

#LearningPython #python

πŸŽ‰ 🐍 I refactored all my dict into "dataclasses" with @dataclass decorators.

python_badges += 1

#noob4life #atomicsynchronator #learningPython #python

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.πŸ˜‚πŸ˜©πŸ˜³πŸ˜’

#python #PythonProgramming #coding #LearningPython

I studied while loops today... I think I should be able to write a simple warm cold number guessing game in python #learningpython

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.

#python #learningpython

An update. Week One of Four is complete.

Week two studies include:

Lesson One: Lists and Strings
Lesson Two: Iteration

#beginnerprogrammer
#learningpython