Don Watkins · @donwatkins
941 followers · 2446 posts · Server fosstodon.org

How I teach Python on the Raspberry Pi 400 at the public library | OpenSource.com red.ht/3uR6Muy

#pythonlearning #pythonineducation #python

Last updated 1 year ago

TeachingDM · @Teachingdm
2 followers · 41 posts · Server retro.pizza

C++ was giving me headaches started learning python i feel like I'm doing and learning more. Here is something i made to help keep a list of students in different classrooms, buss numbers electives, allergies etc

#pythonlearning

Last updated 1 year ago

for instance something like:


+project: todo app
+time: 90 minutes
+notes: it was fun, i hit a blocker, i figured it out.

#pythonlearning

Last updated 2 years ago

Diego Cambiaso · @diegocambiaso
3 followers · 3 posts · Server tkz.one

Day 46 of

Creating a single string

a = [β€œI”, β€œam”, β€œnot”, β€œavailable”]
print(β€œ β€œ.join(a))

Output:
I am not available




Turing

#100daysofcode #python #pythonprogramming #pythonlearning #pythoncode #100daysofcoding #100daysofcodechallenge

Last updated 2 years ago

Bite Code · @bitecode
119 followers · 4936 posts · Server framapiaf.org

RT @pratikkgandhi@twitter.com

Sort a dictionary by its values!

πŸ¦πŸ”—: twitter.com/pratikkgandhi/stat

#pythonlearning #python

Last updated 3 years ago

Bite Code · @bitecode
119 followers · 4936 posts · Server framapiaf.org

See also reversed(), for a less magical, more universal way of reversing an iterable

RT @pratikkgandhi@twitter.com

Reverse a string!

πŸ¦πŸ”—: twitter.com/pratikkgandhi/stat

#pythonlearning #python

Last updated 3 years ago