Turtle Code
Turtle Code
  • Видео 701
  • Просмотров 835 905
Undo Function - Turtle Graphics Tutorial 13
Let's learn how the Python Turtle Graphics library works.
In this Python Turtle Graphics tutorial, we will learn how to use undo function. At the end of the video you will learn exactly how to use the undo function.
✅ How to use undo function in Python Turtle Graphics?
✅ How to use right function in Python Turtle Graphics?
✅ How to use forward function in Python Turtle Graphics?
#python #pythonturtlegraphics #pythonturtle
Просмотров: 15

Видео

ABS Function - Python Built-in Functions Tutorial 1
Просмотров 427 часов назад
In this Python tutorial, information was given about the ABS() function, one of the most frequently used built-in functions. The ABS() function briefly returns the absolute value of a variable (integer, float, complex). You can watch the video for detailed information about the ABS() function. ✅ How to use abs() function in Python? #python #pythonforbeginners #pythontutorial
Color Elements - Python NiceGUI Tutorial 15
Просмотров 11112 часов назад
Let's develop an application using the Python NiceGUI library! In this python nicegui tutorial, we will make a web application using two different color elements. We can change the colors of buttons and text elements with color picker and color input objects. 🙏 Don't forget to like the video and subscribe to the youtube channel to support us. www.youtube.com/@turtlecode/playlists DISCORD : www....
DATEDIFF Function - T-SQL FULL Tutorial For Beginners | Lesson 18
Просмотров 3314 часов назад
We use the DATEDIFF function in T-SQL to calculate the difference between two dates. For example, we want to calculate the age of users. We can easily find the difference between the current date and the date of birth by using the DATEDIFF function. You can learn how to use the DATEDIFF function in the T-SQL programming language by watching the video until the end. 🙏 Don't forget to like the vi...
Clearstamps Function - Turtle Graphics Tutorial 12
Просмотров 3719 часов назад
Let's learn how the Python Turtle Graphics library works. In this Python Turtle Graphics tutorial, we will learn how to use clearstamps function. At the end of the video you will learn exactly how to use the clearstamp function. ✅ How to use clearstamps function in Python Turtle Graphics? ✅ How to use forward function in Python Turtle Graphics? ✅ How to use left function in Python Turtle Graphi...
Multiple Pages - Web App with Python Streamlit Lesson 29
Просмотров 110День назад
Let's make Web Applications using Python Streamlit! In this python streamlit tutorial, we will make a web application with multi pages. At the end of the video, you will be able to create multipage web applications using Python streamlit. Images : github.com/turtlecode/python-streamlit-files ✅ How to create multipage web app using Python Streamlit? DISCORD : www.discord.gg/vgZmgNwuHw #python #s...
Knob Element - Python NiceGUI Tutorial 14
Просмотров 97День назад
Let's develop an application using the Python NiceGUI library! In this python nicegui tutorial, we will make an application that contains the knob element. According to the value in the Knob object, the appropriate image will be displayed on the screen. In the video I will show step by step how to do the application. Images : github.com/turtlecode/python-nicegui 🙏 Don't forget to like the video...
Install Pyrebase Library - Firebase with Python Lesson 1
Просмотров 113День назад
In this video, we will learn how we can use Firebase technology in applications developed with Python. First, we will create a project on the firebase website. We will learn how to transfer the pyrebase library to our Python project. We will integrate the keys generated by Firebase into the project. Firebase : firebase.google.com/ 🙏 Don't forget to like the video and subscribe to the youtube ch...
Stamp Function - Turtle Graphics Tutorial 11
Просмотров 6414 дней назад
Let's learn how the Python Turtle Graphics library works. In this Python Turtle Graphics tutorial, we will learn how to use stamp function. At the end of the video you will learn exactly how to use the stamp function. ✅ How to use stamp function in Python Turtle Graphics? ✅ How to use forward function in Python Turtle Graphics? ✅ How to use right function in Python Turtle Graphics? #python #pyt...
Empty Widget - Web App with Python Streamlit Lesson 28
Просмотров 13014 дней назад
Let's make Web Applications using Python Streamlit! In this python streamlit tutorial, we will make a web application with empty widget. You will learn how to use empty widget when you make a website by using Python streamlit in end of the video. Images : github.com/turtlecode/python-streamlit-files ✅ How to create button widget in Python Streamlit? ✅ How to create text area widget in Python St...
Number Input Element - Python NiceGUI Tutorial 13
Просмотров 14714 дней назад
Let's develop an application using the Python NiceGUI library! In this python nice gui tutorial, we will make a web application with number input. When the button is pressed, the appropriate mathematical operation is performed and the result is displayed in the label object. I will show you how to apply the application step by step in the video. 🙏 Don't forget to like the video and subscribe to...
DAY MONTH YEAR Function - T-SQL FULL Tutorial For Beginners | Lesson 17
Просмотров 3014 дней назад
In the T-SQL programming language, the Day, Month and Year functions are often used to split date or datetime data. By watching the video until the end, you can find information about the day, month and year functions used to split date or date time data type data in T-SQL programming language. 🙏 Don't forget to like the video and subscribe to the youtube channel to support us. www.youtube.com/...
Dot Function - Turtle Graphics Tutorial 10
Просмотров 3421 день назад
Let's learn how the Python Turtle Graphics library works. In this Python Turtle Graphics tutorial, we will learn how to use dot function. At the end of the video you will learn exactly how to use the dot function. ✅ How to use circle function in Python Turtle Graphics? ✅ How to use goto function in Python Turtle Graphics? ✅ How to use home function in Python Turtle Graphics? ✅ How to use setx a...
Container Widget - Web App with Python Streamlit Lesson 27
Просмотров 15421 день назад
Let's make Web Applications using Python Streamlit! In this python streamlit tutorial, we will make a web application with an expander object. At the end of the video, you will learn exactly how to create web applications containing container objects with Python Streamlit. Images : github.com/turtlecode/python-streamlit-files ✅ How to create container widget in Python Streamlit? ✅ How to create...
Text Area Element - Python NiceGUI Tutorial 12
Просмотров 17521 день назад
Let's develop an application using the Python NiceGUI library! In this Python nice gui tutorial, we will make a web application with a text area. After entering values into the name and message objects, a message is displayed on the screen when the button is clicked. 🙏 Don't forget to like the video and subscribe to the youtube channel to support us. www.youtube.com/@turtlecode/playlists DISCOR...
How To Create Form? - Python Customtkinter Desktop App
Просмотров 33921 день назад
How To Create Form? - Python Customtkinter Desktop App
Circle Function - Turtle Graphics Tutorial 9
Просмотров 3428 дней назад
Circle Function - Turtle Graphics Tutorial 9
Expander Widget - Web App with Python Streamlit Lesson 26
Просмотров 178Месяц назад
Expander Widget - Web App with Python Streamlit Lesson 26
Input Element - Python NiceGUI Tutorial 11
Просмотров 1,6 тыс.Месяц назад
Input Element - Python NiceGUI Tutorial 11
DATEFROMPARTS Function - T-SQL FULL Tutorial For Beginners | Lesson 16
Просмотров 37Месяц назад
DATEFROMPARTS Function - T-SQL FULL Tutorial For Beginners | Lesson 16
Home Function - Turtle Graphics Tutorial 8
Просмотров 38Месяц назад
Home Function - Turtle Graphics Tutorial 8
st.Tabs - Web App with Python Streamlit Lesson 25
Просмотров 153Месяц назад
st.Tabs - Web App with Python Streamlit Lesson 25
JoyStick Element - Python NiceGUI Tutorial 10
Просмотров 193Месяц назад
JoyStick Element - Python NiceGUI Tutorial 10
PostgreSQL Database Operation - Python FASTAPI Tutorial Lesson 11
Просмотров 104Месяц назад
PostgreSQL Database Operation - Python FASTAPI Tutorial Lesson 11
Setheading - Turtle Graphics Tutorial 7
Просмотров 68Месяц назад
Setheading - Turtle Graphics Tutorial 7
st.Columns - Web App with Python Streamlit Lesson 24
Просмотров 178Месяц назад
st.Columns - Web App with Python Streamlit Lesson 24
Slider Element - Python NiceGUI Tutorial 9
Просмотров 184Месяц назад
Slider Element - Python NiceGUI Tutorial 9
DATENAME Function - T-SQL FULL Tutorial For Beginners | Lesson 15
Просмотров 43Месяц назад
DATENAME Function - T-SQL FULL Tutorial For Beginners | Lesson 15
SetX | SetY - Python Turtle Graphics Tutorial 6
Просмотров 64Месяц назад
SetX | SetY - Python Turtle Graphics Tutorial 6
Sidebar Widget - Web App with Python Streamlit Lesson 23
Просмотров 100Месяц назад
Sidebar Widget - Web App with Python Streamlit Lesson 23