Read, reblog, and resonate!
Post #135: YouTube, Codemy, John Elder, Python Programming 2021, Tutorial 1-25, #1 How to install Python, 2024.
Post #134: Stackify, Prit Doshi, Python Tips, 10 tricks for optimizing your code, June 2024.
Post #133: Animate U, First-time programming with Python for beginners, 2024.
Post #132: Bildungsserver Berlin-Brandenburg, Python - Die Programmiersprache im Bildungssystem, 2024.
Post #131: YouTube, TechWorld with Nana, Python Tutorial for Beginners, Learn Python in 5 hours, 2024.
https://www.turing.com/kb/22-hottest-python-tricksfor-efficient-coding
Post #130: Turing, 22 hottest Python tricks for efficient coding, 2024.
Post #129: YouTube, Florian Dalwigk, 10 Anfängerfehler in Python, 2024.
My ranking in the Saturn League ...
The Community ...
PYTHON - My current programming course ...
Post #128: SoloLearn on Android, My current streak of 500 days in a row, learning several programming and script languages, 2024.
Post: #127: Udemy, Jannick Leismann, der komplette Python Meisterkurs, Lerne Python von A bis Z, 2024.
Post #126: Real Python, Variables in Python, 2024.
Post #125: StudyFlix, Python, Dictionary, Erklärung und viele Beispiele, 2024.
Post #124: Real Python, The Best Python Books, 2024.
Post #123: CoinTelegraf, Alice Evey, History of Python programming language, 2024.
"Some programmers are what people call nerds (computerfreak, oddball). They dress without regard to grooming or appearance and they shun social activities that would take them away from their computers. They do not communicate well with other people and are not happy unless they are programming. This is the stereotypical programmer image, which is often promoted by the news and entertainment media and which is an inaccurate generalization. Some programmers fit that image. Many others do not.
Many programmers are geniuses. Sometimes the genius within is a reflection of an aptitude and a love for programming. This inclination can show up late. Lurking inside a moderately competent plumber, automobile mechanic, or dentist might be a truly great programmer. Not every programmer is a genius. Neither is every doctor, lawyer, and writer.
Most programmers are normal people. They look and behave like anyone else. If you met them in a social situation, you would not know that they are programmers unless they told you. Anyone of average intelligence can become a programmer regardless of their outward appearance and habits. But not everyone can become a good programmer. You must have the aptitude, which means you have to like it. If you don't like programming, you will not be very good at it."
- AL STEVENS -
"Manche Programmierer sind das, was man als einen Nerd (Computerfreak, Sonderling) bezeichnen kann. Sie kleiden sich ohne Rücksicht auf Pflege oder Aussehen und meiden soziale Aktivitäten, die sie von ihren Computern wegführen würden. Sie kommunizieren nicht gut mit anderen Menschen und sind nur glücklich, wenn sie programmieren. Dies ist das stereotype Bild des Programmierers, das oft von den Nachrichten- und Unterhaltungsmedien gefördert wird und eine unzutreffende Verallgemeinerung darstellt. Einige Programmierer passen in dieses Bild. Viele andere nicht.
Viele Programmierer sind Genies. Manchmal ist das Genie in ihnen ein Spiegelbild einer Begabung und einer Liebe zum Programmieren. Diese Neigung kann sich erst spät zeigen. In einem mittelmäßig kompetenten Klempner, Automechaniker oder Zahnarzt könnte ein wirklich großartiger Programmierer stecken. Nicht jeder Programmierer ist ein Genie. Genauso wenig wie jeder Arzt, Anwalt und Schriftsteller.
Die meisten Programmierer sind normale Menschen. Sie sehen aus und verhalten sich wie jeder andere. Wenn Sie ihnen in einer sozialen Situation begegnen würden, würden Sie nicht wissen, dass sie Programmierer sind, es sei denn, sie sagen es Ihnen. Jeder mit durchschnittlicher Intelligenz kann Programmierer werden, unabhängig von seinem äußeren Erscheinungsbild und seinen Gewohnheiten. Aber nicht jeder kann ein guter Programmierer werden. Sie müssen die Begabung haben, das heißt, Sie müssen es mögen. Wenn Sie das Programmieren nicht mögen, werden Sie nicht sehr gut darin sein.
- AL STEVENS -
Post #182: Al Stevens, Welcome to programming, Computer programming from the ground up, Kindle Edition, 2010.
The structure of the Tutorial ...
Example of the content of the chapter "functions" ...
Post #181: SoloLeaarn, Certificate, Python Tutorial, Introduction, 2024.
Attention: This Python Course is only suitable for those learners who have prior knowledge in Python, because there are a lot of advanced exercises.
Post #180: London App Brewery OR Udemy, Dr. Angela Yu, 100 Days Of Python, From Beginner To Professional Python Developer, 2024.
These are built-in functions or a part of the "math" modul.
Post #179: Python.Hub on Instagram, Mathematical built-in functions resp. methods in Python, 2024.
Post #178: ComputerWorld, Poojitha Jayadevan, The most in-demand programming languages in India, 2024.
Michael Weigend ist für mich einer der besten Autoren, wenn es um gute Fachbücher zur Programmiersprache PYTHON geht. Er hat bislang Bücher für Anfänger, aber auch für Fortgeschrittene und Profis herausgegeben. Ich habe mittlerweile ein paar Bücher von ihm und lese sie immer wieder gerne, um in Python meine Kenntnisse zu vertiefen oder zu erweitern.
Post #118: Michael Weigend, So einfach! Programmieren lernen mit Python, MITP Verlag, Frechen, 208 Seiten, 2023.
I have been learning programming with SoloLearn every day for 1 year or 365 days now: Python, C#, HTML, CSS and JavaScript. For me, SoloLearn is one of the best providers for learning coding on the go using a tablet or smartphone.
Post #117: SoloLearn, My 365 Days Streak, 2024.
Post #115: Python.Hub / Instagram, Python Data Structures: Lists, Tubles, Sets and Dictionaries, 2024.
For example: Python ...
Post #114: W3Schools, Learn To Code - With The World's Largest Web Developer Site, 2024.
This is how you work out whether if a particular year is a leap year.
On every year that is divisible by 4 with no remainder
Except every year that is evenly divisible by 100 with no remainder
Unless the year is also divisible by 400 with no remainder
Source: Angela Yu, Udemy, 2024
Year 2000:
2000 ÷ 4 = 500 (Leap)
2000 ÷ 100 = 20 (Not Leap)
2000 ÷ 400 = 5 (Leap!)
So, year 2000 is a leap year.
Year 2100:
2100 ÷ 4 = 525 (Leap)
2100 ÷ 100 = 21 (Not Leap)
2100 ÷ 400 = 5.25 (Not Leap)
But year 2100 is not a leap year.
Post #113: Free Programming Exercise, Leap Year, 2024.
Post #112: YouTube, Programmieren lernen, Die Top 7 ShortCuts für Visual Studio Code, 2024.
! + Enter - Insert A Code-Snipet
Strg + Spacebar - Open Auto-Completion
Strg + # - Insert The Current Comment Sign
Function-Name + F12 - Go To The Function-Body
Strg + F2 - Change All Occurences
Strg + P - Find A File
Strg + Shift + F - Global Search
Post #111: Surfing Scratcher, How To Use Replit Python, Introduction To Replit, 2024.
15.2.1934 - 1.1.2024
Niklaus Wirth war gebürtiger Schweizer, studierte Ingenieur-Wissenschaften und war auch als Informatiker tägig gewesen. Er entwarf die Programmiersprache "PL360", die 1968 auf dem "IBM System/360" implementiert wurde. Weiterhin beteiligte sich Wirth an der Weiterentwicklung und Verallgemeinerung der Sprache "Algol". Insbesondere schuf er in Zusammenarbeit mit Tony Hoare die Sprache "Algol W" und wirkte an der Entwicklung von "Algol 68" mit. Enttäuscht über die stetig zunehmende Komplexität der Entwürfe zu dieser Sprache definierte und implementierte er in den Jahren 1968 bis 1972 praktisch im Alleingang die Programmiersprache "Pascal".
Quelle: Wikipedia
Post #110: Heise Online, Niklaus Wirth, Eine Optimierung beim Programmieren erfordert Zeit, 2024.
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
Post #108: W3Schools, Built-in data types in Python, 2023.
This is really a very helpful and big tutorial to learn the use of the code editor "Visual Studio Code" by Microsoft. You can watch it on the learning platform "Udemy" and if you are waiting for some time, it will be possible to purchase only around 15 Euros for this excellent tutorial.
Post #107: Udemy, Estefania Cassingena Navone, Visual Studio Code for Developers 2024, Beginner to Advanced, 2023.
Post #106: Python.Hub on Instagram, The different operators in Python, 2023.