Thank You So Much AMULYA I'm feeling self-motivated and being able to learn more about python.. thank you so much really you did a great job yr keep doing this I like the way you teach and explain every concept as simple
@AmulsAcademy3 жыл бұрын
Thank you 😊❤️
@gsetturavimaligai28044 жыл бұрын
Super mam. You providing a free education to all of the people... And your teaching is very good and efficient.. When a word phyton comes I look amul academy...
@srirams604 жыл бұрын
Your voice is awesome so thats why i listening full video
@AmulsAcademy4 жыл бұрын
Thank you :)
@srirams604 жыл бұрын
@@AmulsAcademy make a video in django its very helpfull for me also
@triplestriples7142 Жыл бұрын
Mam, your voice is so sweet and quality of teaching outstanding.
@TuhinRay-oy5df3 ай бұрын
Thank you so much for this great tutorial. This video has certainly magnified my interest in Python by many folds ❤❤❤
@gurusatyadattatreya2426 жыл бұрын
Thank You for providing very important and very chaos concepts in very simple and easy to understand way....
@AmulsAcademy6 жыл бұрын
My Pleasure :)
@dobigbebig.i78476 жыл бұрын
bro iam big fan of u r voice & iam fan 2 u r program videos and i love the way u teaching & the way u r examples thq u man and i refer my clg frnd do watch u r channel and learn plz do total python based modules , function, everything plz v love u r channel and we want more from u.... love u .. & god bless u & u r channel 2
@AmulsAcademy6 жыл бұрын
Thank you so much:) And i will upload more videos soon:)
@pranjalrajput23866 жыл бұрын
Mam your videos are super super super and I love it please upload more and more videos...
@AmulsAcademy6 жыл бұрын
Sure:)
@pr1796 Жыл бұрын
Thank you so much and millions like😀😀😀
@HirenMistry01256 жыл бұрын
Hi, Your Series is very nice, but should be sorted with basic to advanced course. one more thing, can you make videos about how to use python with frameworks like Django, flask etc
@AmulsAcademy6 жыл бұрын
Thank you for the suggestion :) Will work on that soon:)
@v.d.s77784 жыл бұрын
Ah yes, the grammar is exquisite. So wonderful.
@samricoder8282 жыл бұрын
Amulya ma'am such really good programmer thanks that i can learn more about python . Thank you ma'am and at last as i always say your voice is cute
@pal_mahant_2 жыл бұрын
marvelous if you don't mind but your voice is very nice and well thanks for that
@dhiyanabdurazack52572 жыл бұрын
any 10 year olds can learn this episode.... so helpful
@Negi1553 ай бұрын
Damn pookie you know your codes damn well ❤❤
@5074-c3k4 жыл бұрын
Ur voice soo nice😍😍😍
@AmulsAcademy4 жыл бұрын
Thanks a lot 😊
@AKJ00829 Жыл бұрын
I loved this video and ur voice too...by the way are you a collage student or high school?
@charancharan24176 жыл бұрын
Hi mam Python is very interesting to learn without boring unlike JAVA I hate java only bcz of Code complexity The way writing code is complex I'm very keen to learn complete knowledge about Python from all basic to advanced course Im encouraging to start online course bcz to resolve our Queries bcz its new programming I'm learning from few months but still have so many doubts about concepts and I'm interested to learn more about packages like Numpy Pandas Scipy scikit learn Matplotlib and many more for good career as Data scientist in future career Looking forward your reply for good cause to do anything good for everyone freshers and experienced to learn Python The way you explain concepts is Awesome and very clear to understand. Regards Charan
@AmulsAcademy6 жыл бұрын
Thank you:) I will make videos on advanced topic soon. All the best for your future:)
@shivakrishna_f27222 жыл бұрын
😍🙌 great explanation
@Funnymankrf7 ай бұрын
Thank you so much 💓
@bandanadev652 жыл бұрын
Hi you can also teach python by giving some assesment and test that will be more useful
@tanmoysardar39086 жыл бұрын
thanks didi thanks a lot ......but i want more slides ....please post more videos on graphics part
@AmulsAcademy6 жыл бұрын
Sure will do:)
@whitefeather8387 Жыл бұрын
Sister thanks you for this tutorial 😊
@blocksera5 жыл бұрын
you are doing great, please upload about all modules and explain them all with your projects, thanks
@AmulsAcademy5 жыл бұрын
Thank you :)
@sriragavendrascreeen93145 жыл бұрын
Plz give turtle download link
@ShivamGupta-yb4gv Жыл бұрын
@@sriragavendrascreeen9314 write (pip install turtle) in cmd to install turtle in your idle 😊
4 жыл бұрын
You are the best.
@nandlalgayke1952 ай бұрын
Which editor you using
@RKMeena-bh5wj4 ай бұрын
you can also click the new file option on idle it must be more easy
@rajhookay4 жыл бұрын
amul = turtle.Turtle () AttributeError: partially initialized module 'turtle' has no attribute 'Turtle' (most likely due to a circular import) >>>
how to create box, can we use upward or downward like forward or backward
@questforprogramming6 жыл бұрын
A=turtle.Turtle() A.forward(100) A.right(90) Type above lines four times after importing turtle. 100 is for number of pixels and 90 is for degrees.
@AmulsAcademy6 жыл бұрын
You can use left or right but here you need to mention degrees. import turtle T = turtle.Turtle() for i in range(4): T.forward(100) T.left(90)
@zeenatkhan5525 жыл бұрын
I m a beginner n I learn quite few things from u. Can u plz tell me why is turtle always starting in tbe centre of screen/window. how to set the coordinates n make sure to draw in a particular location
@AmulsAcademy5 жыл бұрын
That is the default position (0,0) coordinate. You can use goto to change the coordinates. :)
@questforprogramming6 жыл бұрын
Cool...May I know this is boy or a girl...and where are you based in India? As I am unable to indentify in voice...nice videos btw and waiting for more turtle videos...
@AmulsAcademy6 жыл бұрын
Thank you:) I am a girl from Karnataka:) Sure will upload more videos on turtle:)
@questforprogramming6 жыл бұрын
@@AmulsAcademy its Amulya Shetty right? And I guess you are based out of Mangalore and working for Infosys..
@vinayasreekottamasu25853 жыл бұрын
Mam when i want to change bg colour and turtle colur it doesnot change i ask somemany members no one cannot give me reason ,.plz give me some suugestion to overcome from the problem
@AmulsAcademy3 жыл бұрын
Give me the program 😊
@koushikdebnath37133 жыл бұрын
Mam can you make a video on pygame plz...🙏🙏🙏
@AmulsAcademy3 жыл бұрын
Will try 😊
@koushikdebnath37133 жыл бұрын
@@AmulsAcademy Thank you🤗
@MINEDITZZ694 жыл бұрын
Please tell me, does turtle work in pyCharm 3.4 with python3.8? Here, import turtle or from turtle import* both given error that is import error. Please give the solution.
@AmulsAcademy4 жыл бұрын
What is the file name as well as what error you are getting?
@afshakhan45896 жыл бұрын
Hii can you plz lemme know which softwares do you use to make your videos ? It'll be very helpful of you. 🙂
@arunaagt82294 жыл бұрын
Mam,how you learnt this?.And where do I need to start, to learn from the scratch?
@AmulsAcademy4 жыл бұрын
You can refer documentation or any you tube videos :)
@shubhampatrick6 жыл бұрын
Awesome! Thanks a lot!
@AmulsAcademy6 жыл бұрын
My Pleasure:)
@suoshyam69766 жыл бұрын
I could not use in 2.7.15 version. Pls give some ideas to do it
@AmulsAcademy6 жыл бұрын
In Python 2 turtle syntax is little different compare to python 3. :) getting any error?
@pallitharaanthonyvarghese30726 жыл бұрын
mam please provide more videos of turtle graphics
@AmulsAcademy6 жыл бұрын
sure:)
@ravinderbg12953 жыл бұрын
Thanks!
@AmulsAcademy3 жыл бұрын
Pleasure 😊
@SRAVANAM_KEERTHANAM_SMARANAM5 жыл бұрын
Sir, When i draw the Square using Turtle, it draws. Then when i change the values, it does not update the turtle d window. if i close the window and draw it again it gives me error with a blank turtle screen. I am drawing it in Anaconda in windows 7 import turtle tur=turtle.Turtle() for i in range(5): tur.forward(50) tur.right(90) turtle.done() When i change any of the numericals turtle is not responding. What should i do to update the turtle screen
@ajlin2865 жыл бұрын
Madam*
@paragjain61653 жыл бұрын
Any prerequisite knowledge needed to start from here?
@AmulsAcademy3 жыл бұрын
Python basics :)
@charancharan24176 жыл бұрын
Hi man Do you have any plans to start online Python course to help everyone those who want make career in Python development Please start if you are interested to help everyone by providing full coverage of Python in Live practical Sessions
@AmulsAcademy6 жыл бұрын
For now No plans on that:)
@sutikshansikarwar82053 жыл бұрын
please can you tell me that what is the use of turtle.colormode(255)
@jackyjp38684 жыл бұрын
Did you practice it on Terminal or Pycharm? I don't know how to code like you.
@realnice36724 жыл бұрын
Pycharm is good for it
@jackyjp38684 жыл бұрын
@@realnice3672 But I am newbie here. I don't know how to draw a turtle in Pycharm. Could you please help?
@realnice36724 жыл бұрын
@@jackyjp3868 im newbie too.
@realnice36724 жыл бұрын
@@jackyjp3868 you have to watch some tutorials for info i think
@jackyjp38684 жыл бұрын
@@realnice3672 I see. I will find tutorials
@ankitpodder92725 жыл бұрын
Mam I have faced a problem during Execution, problem:----- Traceback (most recent call last): File "F:\Python programs ptel & telesko\Turtle\1st.py", line 3, in t = turtle.Turtle() AttributeError: module 'turtle' has no attribute 'Turtle' Process returned 1 (0x1) execution time : 0.219 s Press any key to continue . . . how can I solve it? if you can say then I thankful to u...
@AmulsAcademy5 жыл бұрын
If you are using python 2 then these code won't work. :)
@ArvindKumar-2072 жыл бұрын
mam which interpreter do you use pleszzzzzzzzzzzzzzz tell me
@sriragavendrascreeen93145 жыл бұрын
I'm very interested for do this program
@ravindraambati95246 жыл бұрын
Interesting
@AmulsAcademy6 жыл бұрын
Thank you:)
@harshrana42543 жыл бұрын
Ma'am..Why My turtle screen is opening and getting closed automatically after running the program ?
@sufyan23175 жыл бұрын
Use of colormode??
@AmulsAcademy5 жыл бұрын
There are many ways to represent a color. One of the most common ways is to use three 8-bit integers (values of 0-255) to represent the intensity of the red, green and blue channels. However tkinter (turtle is based on tkinter) uses a slightly different way, using three float (values 0.0 - 1.0) to represent the intensity of the red, green and blue channels. The colormode function simply switches which of these two standards the color function uses.
@ShashiKumar-zr3zn3 жыл бұрын
My turtle is not working...since i named a file turtle.py while saving the file....what to do now....my turtle is not working 🤔🤔🤔
@AmulsAcademy3 жыл бұрын
Change the file name 😊
@dileepsaini338 Жыл бұрын
Mam best book for python graphic
@dasrahul5056 жыл бұрын
would this work on jupyter notebook as well????????
@creativevisionary4494 жыл бұрын
can we use the same method in ide
@himabindugandikota45264 жыл бұрын
why the colormode is set the value as 255 i.e colormode(255)
@AmulsAcademy4 жыл бұрын
There are many ways to represent a color. One of the most common ways is to use three 8-bit integers . 8bit RGB means that you have 8 bits to represent each of the colour channels (Red, Green, and Blue). 8 bits can encode 256 different states (2^8). we will take value from 0 to 255. :)
@himabindugandikota45264 жыл бұрын
tq mam
@srimanvaraprasadillingi7833 Жыл бұрын
Thank you sister
@rowan-7-52 жыл бұрын
Mam does this method don't work in 3.10.6 version
@sanketshirke1856 жыл бұрын
can you make some vedios on indastrial project sample and web devlopment project as a sample which i help to know about industrial idea about that ...pls make vedios as soon as possibe its my humble request to you.......
@zahiz55708 ай бұрын
Can we do turtle in pycharm
@gurusatyadattatreya2426 жыл бұрын
what is ment by turtle.colormode(255) is 255 any special code
@AmulsAcademy6 жыл бұрын
RGB color system, constructs all the colors from the combination of the Red, Green and Blue colors. The red, green and blue use 8 bits each, which have integer values from 0 to 255. :)
@gurusatyadattatreya2426 жыл бұрын
@@AmulsAcademy Thank you......
@LindaMoore-s3c11 ай бұрын
cool video)
@deepakpandey87526 жыл бұрын
Great
@AmulsAcademy6 жыл бұрын
Thank you:)
@sriragavendrascreeen93144 жыл бұрын
Mam Attribute error:'_screen' object has no attribute 'forward'
@shirkhanaslanzade24064 жыл бұрын
thank you so much
@madhavi4004 Жыл бұрын
Akka import turtle a=turtle.Turtle() after it i run the code then-->turtle scree just blink ayyi vellipotondi akka how do solve it.
@AliGhazi-us7yl10 ай бұрын
Hila k so ja
@harshathharsha15173 жыл бұрын
ABCD 😂❤️ nice singing
@dhaneshmohun62394 ай бұрын
you sound cute...like my little brother
@bertrand30555 жыл бұрын
Please use #Pycharm !
@AmulsAcademy5 жыл бұрын
Ok :)
@fouaddlam4688 Жыл бұрын
Yor speack English and I aam speack arabic So I don"t understand you hhh
@noobgamer4968 Жыл бұрын
Bruh yor actually writing in English
@Drrkdde37 ай бұрын
Yeah but he made a spelling mistake
@jimmyk1998 Жыл бұрын
thx for the video. is there a way to contract you? need some help with turtle ?
@jawadamir92825 жыл бұрын
good
@AmulsAcademy5 жыл бұрын
Thank you :)
@dhikshithram86773 жыл бұрын
How to use turtle graphics in python version 3.9.6
@akshatbhutra45925 жыл бұрын
I make a turtle object and named it Tommy Tommy = turtle.Turtle()
@sriragavendrascreeen93144 жыл бұрын
What I do please reply mam
@banshbahadurpatel49676 жыл бұрын
can you mam provide advance python lecture me
@AmulsAcademy6 жыл бұрын
Yes I will make videos on advance Python:)
@krishukr Жыл бұрын
Love you 😘
@bijjamvinay5466 жыл бұрын
How to download turtel Graphics
@AmulsAcademy6 жыл бұрын
No need to download it, just import turtle module as i did in the video :)
@vinaybijjam89136 жыл бұрын
Tq mam
@elozanoi11 ай бұрын
What Amul
@lokeshborella96695 жыл бұрын
How to hide turtle final
@vigneshp85974 жыл бұрын
While i typing t.colour() I got a error named : 'Turtle'object has no attribute 'colour'
@potatoprogramming41704 жыл бұрын
colour - > color
@Samuel-mo1lb2 жыл бұрын
How to run turtle
@Reetu-sharma8 ай бұрын
Import turtle
@madhaviasrao35624 жыл бұрын
age kya hai?
@themobilegamer7333 Жыл бұрын
Hey mama nuvu eppudu KZbin start chesav cheppane ledhu
@sriragavendrascreeen93145 жыл бұрын
Plz give python turtle download link
@AmulsAcademy5 жыл бұрын
No need to download turtle just import it. import turtle :)
@vanajasane48374 жыл бұрын
@@AmulsAcademy while I'm importing turtle it is saying that ModulenotFoundError:No module named 'tkinter' plz give me solution mam
@vigneshp85974 жыл бұрын
Please tell me a solution
@bijjamvinay5466 жыл бұрын
Plss give anw for this mam
@knowaboutthis33933 жыл бұрын
❤️
@mahemahesh41482 жыл бұрын
🧐🧐🧐
@hm692 Жыл бұрын
لولا الزنقة بس 😂
@itzmeabid4 ай бұрын
INDIAN XDXDXDXD
@candysilli Жыл бұрын
thanks buddy
@OD_X_EDITOR Жыл бұрын
Python ke lie kon si click kare
@vigneshp85974 жыл бұрын
While i typing t.colour() I got a error named : 'Turtle'object has no attribute 'colour'