Experience Tumblr Like Never Before
Post #137: Python-Kurs.eu, Geschichte von Python, Es war jedoch nie die Rede von einer Schlange, 2024.
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.
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.
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.
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.
Post #105: Esay Coder, Learn JAVA and PYTHON programming with ease, 2023.
Post #104: LearnPython, Blog, Luke Hande, How to run a Python script in Windows, 2023.