Your personal Tumblr journey starts here
www.dev-insider.de/was-ist-ein-programmierparadigma-a-864056/
Behandelte Programmierparadigmen:
strukturierte Programmierung
prozedurale Programmierung
objektorientierte Programmierung
modulare Programmierung
Post #68: DevInsider, Crissi Kraus & Stephan Augsten, Was ist ein Programmierparadigma?, 2023.
Source: Techvidvan
Post #67: TechVidvan, offers an excellent Python Tutorial, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #66: Free Exercise, The DateTime Module, Source: Michael Weigend, Programmieren lernen mit Python, MITP Verlag, Frechen, 1. Auflage, 2023.
The source code of my exercise ...
The output of my source code ...
Post #65: YouTube, Programmieren Starten, Python Tutorial, #17, Die For-Schleife als Zählerschleife, 2023.
Es gibt seit 2022 eine 2. und erweiterte Auflage dieses Buches "Erste Schritte mit Python für Dummies Junior.
Post #64: Olga Runge & Claudia Ermel, Erste Schritte mit Python für Dummies Junior, Lass die Schildkröte für dich arbeiten, Wiley Verlag, 112 Seiten, 1. Auflage, 2017.
Post #63: My certificate after completing the introduction to C# (C Sharp). Python, JavaScript and C# are my favourite programming languages which I appreciate a lot. It is a good idea to look over the horizon and learn the basics of other programming languages. Then you will be able to find the similarities and differences much better, 2023.
The source code of my project 1 ...
The output of my source code 1 ...
The source code of my project 2 ...
Post #62: Online Coding Institute For Python, Python X, Project: Supermarket Cashier, 2023.
The source code of my exercise ...
The output of my source code ...
Post #61: YouTube, Programmieren-Starten, Python Tutorial #16 Schleifen in Python - Die For-Schleife, 2023.
Source: LearnKart Technology
Post #59: Features of Python, LearnKart Technology, 2023.
Post #57: YouTube, Programmieren Starten, Python Tutorial, #15/24 Zugriff auf Listen, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #56: Umfrage - Was ist deine bevorzugte Programmiersprache im Bildungssektor, 2023.
MIMO is one of the best learning apps for programming, script and database languages. There are 4 coding areas: 1. Python, 2. HTML, 3. SQL and 4. JavaScript. For each language you can get a certificate at the end of the course.
It is offered as an app for Android, iOS and is also running on the the web. You are a part of a community and the support by MIMO is very good. If you have the time and joy, you can take care of your daily streak, climb the leaderboard and win trophies.
Post #55: MIMO for Android and iOS, learning app for Python, SQL, HTML and JavaScript, 2023.
Post #54: Sprydosystems, Data-Engineering and its areas: cloud, virtualization, platforms, data and languages, 2023.
Data engineering is a gen next approach carried out for businesses globally.
Ample functionalities along with the latest approach towards fastest result generation is carried out with the technology.
Enter into a word where you will get the best for professional growth and stability.
So,hurry up. Grab the best opportunity now with Sprydo Systems.
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 : http://www.sprydosystems.com/data-science.php
Post #53: YouTube, Programmieren Starten, #14 Listen in Python, 2023.
Source: www.techvidvan.com
Python is a popular, powerful, and versatile programming language that is widely used in a variety of fields. It is well renowned for being straightforward, readable, and simple to use, making it a fantastic option for both novice and seasoned programmers.
Post #52: TechVidvan, The Python Interpreter, 2023.
The output of my source code ...
The source code of my free exercise ...
Post #51: Free Exercise, The use and advantage of a list comprehension compared to the for-loop with the list method "append", 2023.
My favourite Learn-App for Python, HTML, CSS and Java Script. I have a lot of fun and success to study and repeat learning stuff again and again. For me MIMO is much better than SoloLearn.
Post #50: My Python-Certificate on MIMO, 2023.
The source code and output of my exercise ...
Post #49: YouTube, Programmieren-Starten, Python Tutorial, #13 While-Schleife, 2023.
This small article from "Analytics Insight" briefly introduces five programming languages that are supposedly suitable for beginners to learn to program: Python, C and C++, Java, Kotlin and JavaScript. I do not share this opinion with the author Shiva Ganesh. For me, of the programming languages mentioned above, "Python" is by far the best for beginners, followed by JavaScript. I would never recommend "Java" to a beginner as the syntax is quite complicated and not at all intuitive to understand, which is very much the case with e.g. Python. I wouldn't recommend C, C++ and Kotlin for newcomers either, because these languages are too complex to start with.
In diesem kleinen Artikel von "Analytics Insight" werden fünf Programmiersprachen kurz vorgestellt, die angeblich für Einsteiger geeignet sein sollen, um das Programmieren zu lernen: Python, C und C++, Java, Kotlin und JavaScript. Diese Meinung teile ich nicht mit dem Autor Shiva Ganesh. Für mich ist von den oben genannten Programmiersprachen "Python" mit Abstand am besten für Anfänger geeignet, direkt dahinter kommt die JavaScript. Einem Anfänger würde ich niemals "Java" empfehlen, da die Syntax ziemlich kompliziert und überhaupt nicht intuitiv verständlich ist, was z.B. bei Python sehr stark der Fall ist. C, C++ und Kotlin würde ich Neulingen auch nicht anraten, weil diese Sprachen für den Anfang zu komplex sind.
Post #48: Analytics Insight, 5 Programming Languages For Beginners To Learn, 2023.
Obwohl die Entwicklung von Python schon 1991 begann, stand die Sprache lange im Schatten anderer Programmiersprachen. So richtig im Mainstream angekommen ist Python erst in den vergangenen Jahren. Dabei gibt es viele Gründe für die Popularität von Python: 1. recht einfache Syntax, 2. gut lesbarer Quelltext, 3. schlanke Programmiersprache, 4. effektives Modulkonzept, 5. eignet sich für Wissenschaft, Forschung und Bildung und 6. bevorzugte Programmiersprache beim Raspberry Pi.
Although development of Python began in 1991, the language has long been overshadowed by other programming languages. Python has only really arrived in the mainstream in recent years. There are many reasons for the popularity of Python: 1. very simple syntax, 2. easily readable source code, 3. lean programming language, 4. effective module concept, 5. suitable for science, research and education and 6. preferred programming language for the Raspberry Pi.
Post #47: Michael Kofler, Python - Der Grundkurs, Rheinwerk Verlag, Bonn, 2. aktualisierte Auflage, 2022.
There are 71 built-in functions in Python 3.11.
Built-in Functions — Python 3.11.3 documentation
In my opinion these 29 built-in functions are very popular:
abs(), ascii(), bin(), bool(), bytes(), chr(), complex(), dict(), dir(), eval(), float(), help(), hex(), input(), int(), len(), list(), max(), min(), open(), pow(), print(), range(), round(), set(), sorted(), str(), tuple(), type().
Post #46: Built-In Functions In Python, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #45: YouTube, Programmieren-Starten, Python Crashkurs, #12 Logische Operatoren, 2023.
The basics for Python programming ...
Post #44: Programming Hub, Certificate Of Excellence For Python Programming, 2023.
Post #43: HelloCoding, Farben im Terminal für Python mit "Colorama", Eine Anleitung zum Gebrauch des Moduls, 2023.
The source code of my exercise ...
The output of my source code ...
I came up with this little exercise in which a six-digit number entered by the computer has to be matched exactly with a generated random number. You can imagine that with the many attempts, the million mark is quickly exceeded.
The source code of my exercise ...
On this occasion I also tried the "Colorama" module for Python, which allows you to set the foreground and background color in the console.
Post #42: Exercise - Catch My Number With A Random Number, 2023.
The source code of my exercise ...
The output of my source code ...
Post #41: YouTube, Programmieren Starten, Python Tutorial, #11 If und Elif und Else, 2023.
Recursive Programming based on an idea by Sierpinski
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #40: Claudia Ermel & Olga Runge, Erste Schritte mit Python für Dummies Junior, Lass die Schildröte für dich arbeiten, Turtle Programmierung mit Python, Wiley Verlag, Weinheim, 2017.
Post #39: YouTube, Lex Clips, Guido van Rossum explains Python programming, 2023.
Post #38: Analytics Insight, Top 10 Python Programming Books For Beginners, 2023.
The source code of my exercise ...
The output of my source code ...
Post #37: YouTube, Programmieren Starten, #10 Die If-Anweisung, 2023.