Graphic design python turtle 🐢

from turtle import * import colorsys bgcolor('black') pensize(0) tracer(50) h=0 for i in range(300): c=colorsys.hsv_to_rgb(h,1,1) h+=0.9 color(c) forward(300) left(100) fd(i) goto(0,0) down() rt(90) begin_fill() circle(0) end_fill() rt(10) for j in range(5): rt(30) done() Please follow my blog and subscribe my channel for more videos and newly updates 👍👍👍👍👍 import turtle as t import colorsys t.bgcolor('black') t.tracer(100) h=0.4 def draw(ang,n): t.circle(5+n,60) t.left(ang) t.circle(5+n,60) for i in range(200): c=colorsys.hsv_to_rgb(h,1,1) h+=0.005 t.color(c) t.pensize(2) draw(90,i*2) draw(120,i*2.5) draw()

Quick Heal Technologies hiring freshers and graduate


 

Quick Heal Technologies hiring freshers and graduate engineer students.


ABOUT THE COMPANY


Quick Heal Technologies Ltd. (Formerly Known as Quick Heal Technologies Pvt. Ltd.) is one of the leading IT security solutions company. Each Quick Heal product is designed to simplify IT security management across the length and depth of devices and on multiple platforms. They are customized to suit consumers, small businesses, Government establishments and corporate houses.


Over a span of 25 years the company's R&D has focused on computer and network security solutions. The current portfolio of cloud-based security and advanced machine learning enabled solutions stop threats, attacks and malicious traffic before it strikes.


We encourage you to visit 

 https://www.quickheal.co.in/to know more


 


Job Description


Position: C++ Freshers


Salary: 5.25 LPA


Job Location: Pune


Work Mode: Work from Office


Employment Type: Permanent 


 


Eligibility Criteria


Qualification: BE/B Tech

Specialization: CS/IT

Graduation year of passing: 2020/2021/2022

Percentage: 60% and above in 10th, 12th and Graduation

 


Interview Rounds:


Registration (Online)

Assessment (Online)

Technical Round Interview (Online)

HR Interview (Online)

Selection (Online)

Onboarding (Online)

 


Job description:


Sound knowledge of basic programming primitives, multithreading, memory management techniques and pointers manipulation in C++/C is required

Good understanding of SDLC & Agile

Excellent teamwork and collaboration skills

Strong data structure and algorithm experience

Self-driven and work with minimum supervision

Knowledge of Windows operating system 

Apply here:-

https://match.myanatomy.in/corporate/customCampaign/view?publicLink=cb4de606e465818c640f3567130387da%3B68feac9ce4ee9b3a667ee048c803a0be52fb5a388b411bc029778f8493487203e9170777e7b882ec4a803731c25dfe7f4bbab849938d1698e5d7eca85a8b2a220a584c8fdb6d3e61700e6baa1fea6352f15a59b426bcfd82b15fc302704845c2dcd416ecce75ae0d08cb69dea89bf11af1c75bfe66896dc7ef9da2bdbe7fb886823f0c521c95a2727b79e44f16fc181127bdd23570cd3263268b4420edd8d83e88b88d74f413135b61a74025145d3dca7b73711ddd88c2438dfe798725429864359308b6c8e5697301f54569f2e1ebda









Comments

Popular posts from this blog

Protocol verification using finite state machine model in computer network

Make fire crackers using python turtle 🐢

Scope and Limitation of Machine Learning