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()

IBM hiring freshers//BTech/BE, MCA, M.Tech/ME//Apply now

 

IBM hiring freshers//BTech/BE, MCA, M.Tech/ME//Apply now




Your Role and Responsibilities

Position – Associate System Engineer

Spark growth for our clients and your career.
Joining IBM Services through our Associates program offers you an opportunity to work with our client teams as they help businesses adapt emerging technologies to change the way they work.
You’ll develop relevant skills and quickly gain meaningful experience. Your dedicated network of experts and mentors will provide personalized career coaching and emerging technology training; while you solve clients’ most challenging problems with future-defining solutions.

What’s your next step forward?
Who We Are:
IBM is a digital, cognitive & cloud company changing the way the world works. We harness a culture of creative, innovative thinkers; people who are curious about how technology can transform a business and impact the world.
Our consultants engaging with clients across every industry to deliver technology-driven solutions. We’re made up of people who want to pioneer, reimagine and disrupt the future.

Who You Are:
Here’s where you come in.
We’re looking for passionate, original thinkers who want to champion progress furthering their careers and growing their network. If you see yourself as someone who never stops learning, who believes no problem is too big to solve, and who wants to explore a personalized career with IBM, IBM Services is for you.



Required Technical and Professional Expertise


Environment: Professional knowledge related to your KRAs that requires you to demonstrate the ability to absorb professional knowledge quickly and develop skills related to technical, functional, software and soft skills

Communication/Negotiation: Draw upon professional concepts to collaborate with others to carry out assigned duties.

Problem Solving: Recognize job-related problems. Analyze causes using existing techniques or tools, Prepare and recommend solution alternatives. Challenge the validity of given procedures and processes with the intent to enhance and improve.


Preferred Technical and Professional Expertise


Contribution/Leadership: Work on professional projects; work is often reviewed for developmental purposes. Understand the standard mission of the professional group and vision in own area of competence. May directly influence people in own project.

Impact on Business/Scope: Accountable for individual or team results. You can contribute by supporting activities that are subject to business measurements, impact customer happiness, or impact immediate costs or expenses.


Degree: B.Tech/BE, MCA, M.Tech/ME


Computer Science and Engineering, Information Technology, Information Science, Software Engineering, Electronics & Communication Engineer, Electrical & Electronics Engineering, Applied Electronics & Instrumentation, Electrical Engineering, Electronics & Instrumentation Engineering, Electronics Telecommunication Engineering, Electronics Engineering, Electronics & Instrumentation & Control, Instrumentation 


Apply here:-

https://careers.ibm.com/job/14211227/associate-systems-engineer-bangalore-in/








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