W3Schools.com’s Post

View organization page for W3Schools.com, graphic

1,815,217 followers

Sunday coding mode: Activated 😎 ☕️ Who’s ready to squash some bugs today? #devlife #technology #motivation #tech #code #coders #programmers

  • No alternative text description for this image

Deactivate Sunday coding mode … and live a life

Chase Lones

Full stack web development Instructor

2mo

Don't forget to have a life, take time for your family, and move your body. Just take your time and stay consistent. Remember what really matters. Consistency will be enough. You'll get there.

from working_tools import coffee_maker from time import sleep coffee_ready = False coffee_maker.make_coffee() editor_open = True while not coffee_ready : coffee_ready = coffee_maker.get_status() sleep(60) print('Sunday coding mode: Activated')

AMRITANSHU PRASHAR

🔥1M+ Impressions |🔐 Cybersecurity Enthusiast |🕵️♂️Digital Forensics | 🔧 Red Hat | 🚀 Innovative Problem Solver | 🐍 Python Programming | Embrace the spark, not everyone has it

2mo

cofee_ready = 'True' editor_open ='True' print('Sunday coding mode: Activated') if coffee_ready and editor_open else ('Please bring a coffee') On the previous post of W3Schools.com I said that I will learn python and I did it 😁

Gabriel Sousa

👨💻 IT-UNIVESP | Developer | WebDev (HTML5, CSS3, JS) | Zendesk Help Centers dev | Python Enthusiast

2mo

Print(f"Sunday coding mode: {coffee_ready && editor_open}")

Khushdil Ansari

B.tech in CSE | Proficient in C, C++, Java, Python, and Web Development | Spectra Club Technical Team Member

2mo

coffee_ready = int(input()) editor_open = True print("Coding mode : Activated") if coffee_ready and editor_open else print("Bring coffee")

Like
Reply
AMRITANSHU PRASHAR

🔥1M+ Impressions |🔐 Cybersecurity Enthusiast |🕵️♂️Digital Forensics | 🔧 Red Hat | 🚀 Innovative Problem Solver | 🐍 Python Programming | Embrace the spark, not everyone has it

2mo

Let's connect guy's what are you waiting for #python developers join with us #Letsconnect

Like
Reply
BHAVYA VARABAPANI

Startup Enthusiast|| COMPUTER SCIENCE AND ENGINEERING||

2mo

Sunday coding mode :Activated

Like
Reply
Déo-Gracias A.

Python Developer | Web Application Builder | Excel Expert | English Facilitator

2mo

Sounds funny though 😂😂

Like
Reply
Shivpoojan Jaiswar

Student | Developer | Learner | Bachelors in Computer Science

2mo

Sunday coding mode : Activated

Like
Reply
See more comments

To view or add a comment, sign in

Explore topics