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
Hello
I'm learning python and i'm asking if there is a website or app to move towards the advanced with exercices
Go through these site.. It starts from basics with exercise and practice
Читать полностью…
Is there a recommended Python learning app or website that is open-source, free, and ad-free for someone who already knows the basics and wants to advance to an intermediate level?
Читать полностью…
Hi everyone, I'm a python beginner, I want to ask is there have any free online python courses recommend.
Читать полностью…
Hello
I am learning python programming language, I used Python Crash course to learn the basics.
I donot want to learn the libraries in the book because that's not where I wish to apply my programming skills in.
I have completed the basics and want to move towards the advanced and also master some advanced python stuff.
What book would you recommend for me
And also what projects can one take to improve his skills
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
Variable name should clearly indicate what value it holds
If thats not the case, you need to name your variables better.
Dont use single letter or some shorthands
Give it a name that its obvius what it holdsis_autorized makes sense to be a boolusername makes sense to be str
Naming is very important to keep your head in focus
How your learning I'm using a python book reading it and trying the commands on vs code is it good method?
Читать полностью…
I'm using it for learning 😶 what should I do ? Switch to learning app ?
Читать полностью…
Hi everyone I am practicing python daily anyone wanna participate for 1 hour daily in morning or evening hours
Experienced software developer here
Once you’re done with Python Crash Course, level up by building progressive projects in core advanced Python with Fluent Python (2nd Ed) and Effective Python (2nd Ed) to deepen your skills without the need for unwanted libraries, such as CLI tools, async utilities, custom data structures, and event-driven systems.
Читать полностью…
Also, use type hints
They are optional in Python but very very useful when building applications
You code editor will warn you if you try to pass wrong type. Before even running your code.
To be honest, I don't like f strings, it makes the code not clear bc if I forget the variable value, I will have to check what the value of the variable is again.
Читать полностью…
Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!
Читать полностью…