Python Tutorial #5, Data Types ...

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.

More Posts from Python-programming-language and Others

Gottfried Leibniz und das binäre Zahlensystem ...

Post #84: YouTube, TimeLine Deutschland, Gottfried Leibniz: Das größte Genie aller Zeiten, 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

W3Schools - Learn To Code ...

W3Schools - Learn To Code ...

For example: Python ...

W3Schools - Learn To Code ...

Post #114: W3Schools, Learn To Code - With The World's Largest Web Developer Site, 2024.


Tags

Do you know the online tutor EASY CODER?

Easy Coder
easycoder.io
Programming made simple. Learn Java or Python programming with ease. Learn at your own pace with free interactive activities, easy to follow

Post #105: Esay Coder, Learn JAVA and PYTHON programming with ease, 2023.


Tags

Der Blick über den Tellerrand ...

Julia: Die Programmiersprache im Überblick
entwickler.de
Die Programmiersprache Julia erfreut sich zunehmender Beliebtheit. Warum sie sich besonders für Machine Learning eignet, erfahrt ihr in dies
Der Blick über Den Tellerrand ...

Post #76: Julia, eine Programmiersprache im Überblick, www.entwickler.de, 2023.


Tags

Post #83: Tumblr Opinion Poll by Python-Programming-Language, Question: Which programming resp. script language do you prefer?, 2023.


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

Some coding concepts for beginners ...

5 Fundamental Coding Concepts for Beginners
Analytics Insight
Here are the top five most important coding concepts that every beginner should know to acquire good skills and knowledge in coding.

Variable Declaration

Control Structures

Data Structures

OOP (for beginners?)

Syntax And Tools

Post #70: Analytics Insight, 5 Fundamental Coding Concepts for Beginners, 2023.


Tags
SoloLearn Was One Of My Favourite Learning Platforms For Programming Languages On The Internet In 2023.

SoloLearn was one of my favourite learning platforms for programming languages on the internet in 2023. I think my power, endurance and success time were awesome.

Post #109: My Progress on SoloLearn 2023, 2024


Tags
Loading...
End of content
No more pages to load
  • streetart-everywhere
    streetart-everywhere liked this · 2 years ago
  • python-programming-language
    python-programming-language liked this · 2 years ago
  • street--art--pics
    street--art--pics liked this · 2 years ago
  • basic-retro-programming
    basic-retro-programming liked this · 2 years ago
  • python-programming-language
    python-programming-language reblogged this · 2 years ago
python-programming-language - Python Programming
Python Programming

Fan, Exploration & Learning Page

173 posts

Explore Tumblr Blog
Search Through Tumblr Tags