135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
That Why I'm learning Python 🐍🧑💻
And also for me to be smart and just know it and be ready for future things in life
Its for calling a variable, if you do it without the {}, then it will print the variable name, not the value
Читать полностью…
@ANXHERE777, there's certificates on sololearn so it's best to show it to your employer if your looking for programming based jobs.
Читать полностью…
code is a language and ofc you struggle to learn new language other then your native one
Читать полностью…
then start buy learing basics
and reading documentations
Is it about intelligence or being constantly learning and training
Читать полностью…
And you can do operations in it, and some commands, not just variables
And it's cleaner than comma, the +, and all the other ones
Hmm, go to @pythonres, there's tons of resources and books to learn py
Читать полностью…
Programming happen in virtual reality
You can do mistakes asmuch as you want
my setup is just my phone do you is it the thing that hold me back
Pardon me if im taking precious time
So is not you are clever or not everyone who is a master in coding have been under pressure and struggle for learning how to code
Читать полностью…
all of above and interest if you dont like something you wont learn it
Читать полностью…
class what makes your code clean instead of retyping each block over and over again
Читать полностью…
Making instances of class but where problem rises is when class's has gone up to much every time system needs to extanding im a bit in trouble
Читать полностью…
Yeah i have read them all until i get the oop sections
Читать полностью…
think of it as its a list of shoping
you have a heading and a list
for exp :
shoplist :
Carrot
now how you find what you wanna buy ? you go to shop list and you find carrot
so for python
you say
class shoplist:
shop1 = Carrot
and how you find your carrot ?
shoplist.shop1Читать полностью…