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...
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
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
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
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
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.
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
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
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...
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
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
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.......
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...
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.
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. :)
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. :)
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...
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
Thank you 😊❤️
Mam, your voice is so sweet and quality of teaching outstanding.
Your voice is awesome so thats why i listening full video
Thank you :)
@@AmulsAcademy make a video in django its very helpfull for me also
Thank you so much for this great tutorial.
This video has certainly magnified my interest in Python by many folds
❤❤❤
Thank You for providing very important and very chaos concepts in very simple and easy to understand way....
My Pleasure :)
Ah yes, the grammar is exquisite. So wonderful.
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
Thank you so much:)
And i will upload more videos soon:)
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
Thank you:)
I will make videos on advanced topic soon.
All the best for your future:)
any 10 year olds can learn this episode.... so helpful
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
Thank you for the suggestion :)
Will work on that soon:)
marvelous if you don't mind but your voice is very nice and well thanks for that
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
Thank you so much and millions like😀😀😀
Hi you can also teach python by giving some assesment and test that will be more useful
Mam your videos are super super super and I love it please upload more and more videos...
Sure:)
I loved this video and ur voice too...by the way are you a collage student or high school?
Which editor you using
Damn pookie you know your codes damn well ❤❤
Thank you so much 💓
thanks didi thanks a lot ......but i want more slides ....please post more videos on graphics part
Sure will do:)
You are the best.
Ur voice soo nice😍😍😍
Thanks a lot 😊
Sister thanks you for this tutorial 😊
you can also click the new file option on idle it must be more easy
😍🙌 great explanation
Thanks!
Pleasure 😊
Do more videos on graph and tree mam
amul = turtle.Turtle ()
AttributeError: partially initialized module 'turtle' has no attribute 'Turtle' (most likely due to a circular import)
>>>
Add İmport turtle
amul=turtle.Turtle()
.
.
.
amul.done()
would this work on jupyter notebook as well????????
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.
What is the file name as well as what error you are getting?
please can you tell me that what is the use of turtle.colormode(255)
how to create box, can we use upward or downward like forward or backward
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.
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)
mam which interpreter do you use pleszzzzzzzzzzzzzzz tell me
Mam,how you learnt this?.And where do I need to start, to learn from the scratch?
You can refer documentation or any you tube videos :)
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
That is the default position (0,0) coordinate.
You can use goto to change the coordinates.
:)
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
Madam*
you are doing great, please upload about all modules and explain them all with your projects, thanks
Thank you :)
Plz give turtle download link
@@sriragavendrascreeen9314 write (pip install turtle) in cmd to install turtle in your idle 😊
Mam best book for python graphic
can we use the same method in ide
Mam does this method don't work in 3.10.6 version
Can we do turtle in pycharm
Any prerequisite knowledge needed to start from here?
Python basics :)
Hii can you plz lemme know which softwares do you use to make your videos ? It'll be very helpful of you. 🙂
Hey thanks much for the video! Nice job!
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...
If you are using python 2 then these code won't work.
:)
I could not use in 2.7.15 version. Pls give some ideas to do it
In Python 2 turtle syntax is little different compare to python 3.
:)
getting any error?
Awesome!
Thanks a lot!
My Pleasure:)
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
Give me the program 😊
Ma'am..Why My turtle screen is opening and getting closed automatically after running the program ?
I'm very interested for do this program
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
For now No plans on that:)
Thank you sister
mam please provide more videos of turtle graphics
sure:)
Mam can you make a video on pygame plz...🙏🙏🙏
Will try 😊
@@AmulsAcademy Thank you🤗
Interesting
Thank you:)
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.......
Did you practice it on Terminal or Pycharm? I don't know how to code like you.
Pycharm is good for it
@@realnice3672 But I am newbie here. I don't know how to draw a turtle in Pycharm. Could you please help?
@@jackyjp3868 im newbie too.
@@jackyjp3868 you have to watch some tutorials for info i think
@@realnice3672 I see. I will find tutorials
Great
Thank you:)
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 🤔🤔🤔
Change the file name 😊
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...
Thank you:)
I am a girl from Karnataka:)
Sure will upload more videos on turtle:)
@@AmulsAcademy its Amulya Shetty right? And I guess you are based out of Mangalore and working for Infosys..
Use of colormode??
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.
How to use turtle graphics in python version 3.9.6
you sound cute...like my little brother
thank you so much
Akka
import turtle
a=turtle.Turtle()
after it i run the code then-->turtle scree just blink ayyi vellipotondi akka how do solve it.
Hila k so ja
Mam
Attribute error:'_screen' object has no attribute 'forward'
cool video)
what is ment by turtle.colormode(255) is 255 any special code
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.
:)
@@AmulsAcademy Thank you......
why the colormode is set the value as 255 i.e colormode(255)
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.
:)
tq mam
good
Thank you :)
What I do
please reply mam
Yor speack English and I aam speack arabic So I don"t understand you hhh
Bruh yor actually writing in English
Yeah but he made a spelling mistake
I make a turtle object and named it Tommy
Tommy = turtle.Turtle()
ABCD 😂❤️ nice singing
How to hide turtle final
can you mam provide advance python lecture me
Yes I will make videos on advance Python:)
age kya hai?
Love you 😘
While i typing t.colour()
I got a error named : 'Turtle'object has no attribute 'colour'
colour - > color
How to download turtel Graphics
No need to download it, just import turtle module as i did in the video :)
Tq mam
Please use #Pycharm !
Ok :)
Hey mama nuvu eppudu UA-cam start chesav cheppane ledhu
What Amul
Plz give python turtle download link
No need to download turtle just import it.
import turtle
:)
@@AmulsAcademy while I'm importing turtle it is saying that ModulenotFoundError:No module named 'tkinter' plz give me solution mam
Please tell me a solution
How to run turtle
Import turtle
Plss give anw for this mam
❤️
🧐🧐🧐
لولا الزنقة بس 😂
INDIAN XDXDXDXD
thx for the video. is there a way to contract you? need some help with turtle ?
thanks buddy
Python ke lie kon si click kare
While i typing t.colour()
I got a error named : 'Turtle'object has no attribute 'colour'
try t.color :)
@@frenkicekaj4035 tq bree