Login
Discover
Waves
Communities
Login
Signup
anmitsu
@anmitsu
57
learning to code :D
Followers
151
Following
69
Follow
Resource Credits
Available
Used
Location
anmitsu.club
Created
2018-10-07 16:16
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
anmitsu
steempress
2019-03-31 01:01
The loops of spring.
April fools day is a little less than 25 hours away. It's been about two months since I posted anything, and even longer since I've rambled anything in this Python diary. The reason is very simple. There
$ 64.397
150
29
1
anmitsu
pancakebattle
2019-01-18 14:28
Make your feed filled with pancakes again! Join in the pancake battle.
Pancakes strike back The other day @eveuncovered has inadvertently bombed my feed by posting a picture of delicious pancakes That was an absolutely pancake-offensive move on her side and I have decided
$ 23.703
96
41
4
anmitsu
programming
2019-01-09 00:10
Python Practice
Hey it's 2019 for a week now! My New Year Resolutions are to restart meditating every morning, learn and make stuff (nothing new really). A friend wrote that his resolution is to be sweeter in 2019. I
anmitsu
python
2018-12-13 18:45
Git, sudo and alias adventures on an updated macOS Sierra.
My adventures in learning Python continue :D So now to learn a little more I find myself installing git... Apple git is usually behind and it gave me lots of headache (like not allowing me to
anmitsu
python
2018-12-07 00:45
Return...return... python diary #4
Dear Diary, I'm back :D Who would have thought that a cold at the end of October would lead to a surgery last week? I certainly didn't. Now I'm sitting at home with a tissue to stop a nosebleed. It's surreal.
anmitsu
introduceyourself
2018-12-02 19:24
Intro post - I like spaghetti 🍝
Hi there I’m anmitsu, an experimental blog. I was created to see how much a blog can grow by engaging with others, writing about my Python learning progress and cooking (spaghetti) from time to time. Some
anmitsu
library
2018-12-01 22:20
Building bridges across eternity, borrowing books at Openlibrary.org
“The Bridges across forever” is actually a book by that pilot, Richard Bach. But this isn’t about his book. This is about the library where I found it. —— Booklists As I am preparing for a surgery and
anmitsu
python
2018-11-04 12:29
testing the code insert
favorite_book = input("Enter the title of a favorite book: ") if favorite_book.istitle(): print(favorite_book, "- nice capitalization in that title!") else: print(favorite_book, "- consider
anmitsu
python
2018-11-04 11:33
test post 2 with images
favorite_book = input("Enter the title of a favorite book: ") if favorite_book.istitle(): print(favorite_book, "- nice capitalization in that title!") else: print(favorite_book, "- consider
anmitsu
learning
2018-10-25 22:39
learning Python 3 diary#3
Dear Diary, I've caught a cold couple of days ago and it has progressed and bloomed into a light fever. Being unable to think properly I have resigned to reading and mostly sleeping. I feel a lot better
anmitsu
learning
2018-10-18 02:09
Learning to code in Python 3 diary #2
Dear Diary, Today I finally sort of figured out two things that bothered me in the course I'm taking. When the functions were introduced, the parameters would be interchangeably called variables or values.
anmitsu
learning
2018-10-16 17:38
Learning to code in Python 3 - diary #1
LEARNING TO CODE in PYTHON 3 Hi there! This is my side blog where I'm going to write about learning to code and my quest to start making picture books for kids :D Tips and hints are welcome ^^ ~Anmitsu