Taggle

Find your tribe in a Sea of Creativity

Coding Is Fun - Blog Posts

Python Kurs - Wie alles begann ...

Python Kurs - Wie Alles Begann ...

Post #137: Python-Kurs.eu, Geschichte von Python, Es war jedoch nie die Rede von einer Schlange, 2024.


Tags

John Elder - Python Tutorial ...

Post #135: YouTube, Codemy, John Elder, Python Programming 2021, Tutorial 1-25, #1 How to install Python, 2024.


Tags

Python Tips And Tricks ...

Python Tips: 10 Tricks for Optimizing Your Code - Stackify
Stackify
Python is widely used in various industries, and we've got 10 tricks and more to help write cleaner, faster and more maintainable code

Post #134: Stackify, Prit Doshi, Python Tips, 10 tricks for optimizing your code, June 2024.


Tags

Nice animated introduction to Python ...

Post #133: Animate U, First-time programming with Python for beginners, 2024.


Tags

Bildungsserver Berlin-Brandenburg ...

Bildungsserver Berlin-Brandenburg ...
Bildungsserver Berlin -Brandenburg
Python, die imperative und objektorientierte Programmiersprache für den Unterricht

Post #132: Bildungsserver Berlin-Brandenburg, Python - Die Programmiersprache im Bildungssystem, 2024.


Tags

Python Tutorial - Zero to Hero ...

I recommend this excellent Python Tutorial !!!

Post #131: YouTube, TechWorld with Nana, Python Tutorial for Beginners, Learn Python in 5 hours, 2024.


Tags

Tips and tricks for Python programming ...

Tips And Tricks For Python Programming ...

https://www.turing.com/kb/22-hottest-python-tricksfor-efficient-coding

Post #130: Turing, 22 hottest Python tricks for efficient coding, 2024.


Tags

Mache nicht diese 10 Anfänger Fehler in PYTHON (einfach erklärt)

Post #129: YouTube, Florian Dalwigk, 10 Anfängerfehler in Python, 2024.


Tags

500 DAYS IN A ROW ON SOLOLEARN ...

500 DAYS IN A ROW ON SOLOLEARN ...

My ranking in the Saturn League ...

500 DAYS IN A ROW ON SOLOLEARN ...

The Community ...

500 DAYS IN A ROW ON SOLOLEARN ...

PYTHON - My current programming course ...

500 DAYS IN A ROW ON SOLOLEARN ...

Post #128: SoloLearn on Android, My current streak of 500 days in a row, learning several programming and script languages, 2024.


Tags

Udemy, Die US-amerikanische Lernplattform im Internet ...

Udemy, Die US-amerikanische Lernplattform Im Internet ...

Post: #127: Udemy, Jannick Leismann, der komplette Python Meisterkurs, Lerne Python von A bis Z, 2024.


Tags

The use of variables in Python ...

Variables in Python – Real Python
realpython.com
Learn how every item of data in a Python program can be described by the abstract term "object," and how to manipulate objects using symboli

Post #126: Real Python, Variables in Python, 2024.


Tags

Der Umgang mit dem flexiblem Datentyp "Dictionary" ...

Python Dictionary • Erklärung und viele Beispiele
Studyflix
Python Dictionary: dict() einfach erklärt ✅ Dictionary Beispiel ✅ Dictionary erstellen & verändern ✅ mit kostenlosem Video
Der Umgang Mit Dem Flexiblem Datentyp "Dictionary" ...

Post #125: StudyFlix, Python, Dictionary, Erklärung und viele Beispiele, 2024.


Tags

Some hints to interesting Python books ...

The Best Python Books – Real Python
realpython.com
Find the right books to help you get started with Python or take your coding to the next level with this detailed guide to the best Python b

Post #124: Real Python, The Best Python Books, 2024.


Tags

The roots of Python ...

History of Python programming language
Cointelegraph
Explore the fascinating history of the Python programming language, from its inception in the late 1980s to becoming one of the most popular

Post #123: CoinTelegraf, Alice Evey, History of Python programming language, 2024.


Tags

SoloLearn, Certificate: Python Introduction ...

SoloLearn, Certificate: Python Introduction ...

The structure of the Tutorial ...

SoloLearn, Certificate: Python Introduction ...

Example of the content of the chapter "functions" ...

SoloLearn, Certificate: Python Introduction ...
SoloLearn, Certificate: Python Introduction ...

Post #181: SoloLeaarn, Certificate, Python Tutorial, Introduction, 2024.


Tags

100 Days Of Python: Try it out!

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.


Tags

Learning programming languages in India ...

The most in-demand programming languages in India
Computerworld
Computerworld India offers some help choosing which programming language to learn first, or next, from among the hundreds available.

Post #178: ComputerWorld, Poojitha Jayadevan, The most in-demand programming languages in India, 2024.


Tags

Der MITP-Verlag ist immer wieder eine gute Wahl ...

Der MITP-Verlag Ist Immer Wieder Eine Gute Wahl ...

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.

Der MITP-Verlag Ist Immer Wieder Eine Gute Wahl ...

Post #118: Michael Weigend, So einfach! Programmieren lernen mit Python, MITP Verlag, Frechen, 208 Seiten, 2023.


Tags

My 365-Days-Streak On SoloLearn ...

My 365-Days-Streak On SoloLearn ...

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.

My 365-Days-Streak On SoloLearn ...

Post #117: SoloLearn, My 365 Days Streak, 2024.


Tags

Python: Lists, Tuples, Sets and Dictionaries ...

Python: Lists, Tuples, Sets And Dictionaries ...

Post #115: Python.Hub / Instagram, Python Data Structures: Lists, Tubles, Sets and Dictionaries, 2024.


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

A Leap Year? - This Is The Question Of The Day ...

A Leap Year? - This Is The Question Of The Day ...

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

A Leap Year? - This Is The Question Of The Day ...

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.

A Leap Year? - This Is The Question Of The Day ...

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.

A Leap Year? - This Is The Question Of The Day ...

Post #113: Free Programming Exercise, Leap Year, 2024.


Tags

Die Top 7 ShortCuts für Visual Studio Code ...

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


Tags

A Repl? Yes, a Repl! Let's create a Repl ...

It's a Read-Evaluate-Print-Loop ...

Post #111: Surfing Scratcher, How To Use Replit Python, Introduction To Replit, 2024.


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
This Is Really A Very Helpful And Big Tutorial To Learn The Use Of The Code Editor "Visual Studio Code"

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.


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
How to Run a Python Script in Windows
LearnPython.com
If you’re writing your Python scripts in Windows, you’ll need to know the best ways to run them. We’ve got you covered with this article.

Post #104: LearnPython, Blog, Luke Hande, How to run a Python script in Windows, 2023.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags