TumbleTrack

Your personal Tumblr journey starts here

Coding For Kids - Blog Posts

Python Tutorial #6 Input ...

The source code of my exercise ...

Python Tutorial #6 Input ...

The output of my source code ...

Python Tutorial #6 Input ...

Post #21: YouTube, Programmieren-Starten, Python Tutorial, #6 Die Input-Funktion, 2023.


Tags

My free exercise to eliminate same elements of a list ...

My Free Exercise To Eliminate Same Elements Of A List ...

Post #20: Two exercises by @elu-xx with an interesting suggestion for improvement. How can I code the first exercise shorter and on another way?, 2023.

14/04/23 - Day 14

list = [1, 2, 4, 4, 1, 4, 2, 6, 2, 9]
new_list =[]

for i in list:
    if i not in new_list:
        new_list.append(i)

list = new_list[:]
print(f"The list with unique elements only: {list}")

Today I finished the section about lists!

The script above deletes from the list the elements that appear more than once.

I also did this program:

#FIND THE LOCATION OF A ELEMENT IN A LIST

list =[1,2,3,4,5,6,7,8,9,10]
to_find = 5
found = False

for i in range(len(list)):
    found = list[i] == to_find
    if found == True:
        break

if found == True:
    print(f"Element found at {i}")    
else:
    print("Element not found")

It goes through the list to find an element and it output the position of the element.


Tags

TigerJython meets Python and Java ...

TigerJython Meets Python And Java ...

Quelle: www.python-online.ch

Der Name TigerJython spielt auf die "Tigerpython" an, die auf der Insel "Java" lebt. Bei TigerJython lebt die Programmiersprache Python in einer Java Umgebung.

Post #19: www.python-online.ch, TigerJython and the art of programming with the turtle, 2023.


Tags

SoloLearn, Course, Introduction to Python ...

SoloLearn, Course, Introduction To Python ...

Post #18: SoloLearn, Android-App for learning programming and script languages, 2023.


Tags

Python Tutorial #5, Data Types ...

The source code of my exercise ...

Python Tutorial #5, Data Types ...

The output of my source code ...

Python Tutorial #5, Data Types ...

Post #17: YouTube, Programmieren Starten, Python Tutorial, #5/24 Datentypen, 2023.


Tags

The boolean value of variables ...

The Boolean Value Of Variables ...

The output of the source code ...

The Boolean Value Of Variables ...

Post #16: Exercise - The boolean value of variables, coded by Pydroid 3.0 for Android, 2023.


Tags

Question: What do BASIC and PYTHON really have in common?

Question: What Do BASIC And PYTHON Really Have In Common?
Python.org
The official home of the Python Programming Language

Post #15: www.python.org, Computer programming for everybody, 2023.


Tags

Python Tutorial, #4 Variablen ...

The source code of my exercise ...

Python Tutorial, #4 Variablen ...

The output of my source code ...

Python Tutorial, #4 Variablen ...

Post #13: YouTube, Programmieren Starten, Python Tutorial, #4/24 Variablen, 2023.


Tags

MIMO - A nice programming app for Android ...

MIMO - A Nice Programming App For Android ...

Post #12: My account and progress on MIMO. I'm studying Python, SQL, Javascript and HTML there. I can recommend MIMO, because of the method and real fun to learn various programming and script languages, 2023.


Tags

LOGO meets PYTHON on a visual trip ...

How I rediscovered Logo with the Python Turtle module
Opensource.com
When I was in high school, one of the very first programming languages I was introduced to was Logo. It was interactive and visual.

Post #11: Ayush Sharma, How I rediscovered Logo with the Python Turtle module, 2023.


Tags

Informatik - Unterrichtsmaterialien ...

Informatik - Unterrichtsmaterialien ...

Post #10: SwissEduc - Informatik, Materialien für den Informatik-Unterricht, 2023.


Tags

Python Tutorial, #3 Strings ...

The source code of my exercise ...

Python Tutorial, #3 Strings ...

The output of my source code ...

Python Tutorial, #3 Strings ...

Post #9: YouTube, Programmieren-Starten, Python Tutorial, #3/24 Strings, 2023.


Tags

THONNY - A great Python IDE for newbies and older rabbits ...

THONNY - A Great Python IDE For Newbies And Older Rabbits ...

Thonny is one of the best programming editors for windows to dive into Python. This IDE offers a lot of options to have a pleasant programming experience from the very beginning and later too.

THONNY - A Great Python IDE For Newbies And Older Rabbits ...
THONNY - A Great Python IDE For Newbies And Older Rabbits ...

Post #7: THONNY - My favourite Python programming editor for Windows. It is a simple and powerful IDE for all ages, 2023.


Tags

Post #6: Sprydo Systems, Why learn Python?, 2023.

Why Learn Python?

Why Learn Python?

Python, The most widely used language of now.

Talk about Programming, Web Development, Machine Learning, Data Science or any latest processing and you will find Python as the key language.

So hurry up, Upskill your career growth by learning Python and building a career in the field of Technology.

@Sprydosystems, get the latest updates from within the Industry and be ever-ready for Professional challanges.

Register now!

Kindly send your Updated Resume to careers@sprydosystems.com or you can reach us directly @ +1(980)-246-8661

Get in touch with us at our website : www.Sprydosystems.com


Tags

Python Tutorial #2, Zahlen ...

Python Tutorial #2, Zahlen ...
Python Tutorial #2, Zahlen ...
Python Tutorial #2, Zahlen ...

Post #5: YouTube, Programmieren Starten, Python Tutorial, #2 Zahlen, 2023.


Tags

The story of Python ...

A brief history of Python
exyte.com
In this article, we’ll dive into Python’s history to find out more about its roots and discover the reasons for its success.

Post #4: www.exyte.com, A brief history of Python, 2023.


Tags

Interesting books for Python ...

Interesting Books For Python ...
Interesting Books For Python ...
Interesting Books For Python ...

Post #3: Interesting books for Python #1, Hans-Georg Schumann, Python for Kids, MITP Verl, 2023.


Tags

Hello Python, nice to meet you ...

Hello Python, Nice To Meet You ...
Amol Blog
A Hello World Program is the first computer program that learns every beginner no matter which Programming Language you want to learn

Post #2: www.amolblog.com, "Hello World" in 10 different programming languages, 2023.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags