TumbleTrack

Your personal Tumblr journey starts here

I Love Programming - Blog Posts

Top Programming Books For Beginners ...

Top Programming Books For Beginners ...
Analytics Insight
Here is a curated list of the top 10 Python programming books for beginners available for tech professionals and web lovers.

Post #38: Analytics Insight, Top 10 Python Programming Books For Beginners, 2023.


Tags

Python Tutorial #10 If-Anweisung ...

The source code of my exercise ...

Python Tutorial #10 If-Anweisung ...
Python Tutorial #10 If-Anweisung ...

The output of my source code ...

Python Tutorial #10 If-Anweisung ...

Post #37: YouTube, Programmieren Starten, #10 Die If-Anweisung, 2023.


Tags

Get into Programming with ...

Get Into Programming With ...

You can catch a course and at the end a certificate ...

Get Into Programming With ...

But for me it's more important to dive into a course ...

Get Into Programming With ...

Post #36: Programming Hub for Android, different programming courses, 2023.


Tags

The philosophy of Python

The Zen of Python is a collection of 19 "guiding principles" for writing computer programs that influence the design of the Python programming language. Software engineer Tim Peters wrote these principles and posted them on the Python mailing list in 1999. Peters' list left open a 20th principle "that Guido must fill in," referring to Guido van Rossum, the original author of the Python language. The vacancy for a 20th principle has not been filled. (www.wikipedia.com)

Beautiful is better than ugly.

Explicit is better than implicit.

Simple is better than complex.

Complex is better than complicated.

Flat is better than nested.

Sparse is better than dense.

Readability counts.

Special cases aren't special enough to break the rules.

Although practicality beats purity.

Errors should never pass silently.

Unless explicitly silenced.

In the face of ambiguity, refuse the temptation to guess.

There should be one, and preferably only one, obvious way to do it.

Although that way may not be obvious at first unless you're Dutch. LOL

Now is better than never.

Although never is often better than *right* now.

If the implementation is hard to explain, it's a bad idea.

If the implementation is easy to explain, it may be a good idea.

Namespaces are one honking great idea -- let's do more of those!

Die Philosophie von Python

Das Zen von Python ist eine Sammlung von 19 "Leitprinzipien" für das Schreiben von Computerprogrammen, die das Design der Programmiersprache Python beeinflussen. Der Software-Entwickler Tim Peters schrieb diese Prinzipien auf und veröffentlichte sie 1999 auf der Python-Mailingliste. Peters' Liste ließ ein 20. Prinzip offen, das "Guido" ausfüllen muss, und bezog sich dabei auf Guido van Rossum, den ursprünglichen Autor der Python-Sprache. Die Vakanz für ein 20. Prinzip wurde nicht besetzt. (www.wikipedia.com)

Schön ist besser als hässlich.

Explizit ist besser als implizit.

Einfach ist besser als kompliziert.

Komplex ist besser als undurchschaubar.

Flach ist besser als verschachtelt.

Spärlich ist besser als beschränkt.

Lesbarkeit zählt.

Spezialfälle sind nicht speziell genug, als dass sie die Regeln sprengen dürften.

Obwohl die praktische Anwendbarkeit die Reinheit übertrifft.

Fehler sollten nie schweigend verlaufen.

Außer man hat sie explizit zum Schweigen gebracht.

Im Angesicht der Mehrdeutigkeit widerstehe der Versuchung zu raten.

Es sollte einen --- und bevorzugt genau einen --- offensichtlichen Weg geben, es zu tun.

Obwohl dieser Weg auf den ersten Blick nicht offensichtlich erscheinen mag, außer man ist Holländer. LOL

Jetzt ist besser als nie. Obwohl nie oft besser ist als JETZT SOFORT.

Wenn die Implementierung schwer zu erklären ist, ist es eine schlechte Idee.

Wenn die Implementierung einfach zu erklären ist, könnte es eine gute Idee sein.

Namensräume sind eine glänzende Idee --- lasst uns mehr davon machen!

Post: #34: Tim Peters, The Zen Of Python, 1999.


Tags

Python Tutorial #9 Vergleiche ...

The source code of my exercise ...

Python Tutorial #9 Vergleiche ...
Python Tutorial #9 Vergleiche ...

The output of my source code ...

Python Tutorial #9 Vergleiche ...

Post #33: YouTube, Programmieren Starten, Python Tutorial, #9 Vergleiche in Python und der Datentyp "Bool", 2023.


Tags

Python meets the resurrection of Logo ...

Python Meets The Resurrection Of Logo ...

Quelle: www.swisseduc.ch

Post #32: SwissEduc, Einführung in Python mit der Schildkröte, Informatik-Unterricht an Schulen der Sekundarstufe 2, 2023.


Tags
What is the difference between list.sort() and sorted() in Python? - 30 seconds of code
30secondsofcode.org
Learn the difference between Python's built-in list sorting methods and when one is preferred over the other.

Post #30: 30SecondsOfCode, Difference between list.sort() and sorted(), 2023.


Tags

Python Tutorial #8, Zuweisungsoperator ...

The source code of my exercise ...

Python Tutorial #8, Zuweisungsoperator ...

The output of my source code ...

Python Tutorial #8, Zuweisungsoperator ...

Post #29: YouTube, Programmieren-Starten, #8 Der Zuweisungsoperator und die kombinierten Zuweisungsoperatoren, 2023.


Tags

Mu - A small but very comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Post #28: MU, An IDE for Python and absolute beginners. It's really a nice and helpful tool for learners of all ages, 2023.


Tags
Ein Richtig Gutes Taschenbuch Für Den Einstieg In Die Programmiersprache "Python". Das Buch Ist Zwar

Ein richtig gutes Taschenbuch für den Einstieg in die Programmiersprache "Python". Das Buch ist zwar schlank, aber trotzdem ausführlich und kompetent. Michael Weigend gehört für mich zu den besten deutschsprachigen Autoren zur Programmierung mit Python, der verständlich schreibt und ein solides Fachwissen vermittelt.

Post #27: Michael Weigend, Python 3 Schnelleinstieg, Programmieren lernen in 14 Tagen, mitp Verlag, Frechen, 2021.


Tags

Python Tutorial, #7 Type-Casting ...

The source code of my exercise ...

Python Tutorial, #7 Type-Casting ...
Python Tutorial, #7 Type-Casting ...

The output of my source code ...

Python Tutorial, #7 Type-Casting ...

Post #25: Programmieren-Starten, Python Tutorial, #7 Type-Casting, 2023.


Tags

REAL PYTHON explains the Python IDLE ...

Getting Started With Python IDLE – Real Python
realpython.com
In this tutorial, you'll learn how to use the development environment included with your Python installation. Python IDLE is a small program

Post #24: Real Python, Getting Started with Python IDLE, 2023.


Tags

Python - Turtle Programming, Mandala ...

Python - Turtle Programming, Mandala ...

The output of my source code ...

Python - Turtle Programming, Mandala ...

The source code of my exercise ...

Python - Turtle Programming, Mandala ...

The development of the Mandala on the screen ...

Post #22: Python - Turtle Programming, Mandala, Idea: Claudia Ermel & Olga Runge, Erste Schritte mit Python für Dummies 'Junior', Wiley Verlag, Weinheim, 1. Auflage, 2017.


Tags

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
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags