Zita (@code_with_zita) 's Twitter Profile
Zita

@code_with_zita

スイスで専業主婦している日本人です
子育ての空いている時間を使ってPythonを勉強しています。
スイスでの就職がゴールです

ID: 1907172770942717952

calendar_today01-04-2025 20:46:44

185 Tweet

62 Followers

78 Following

Zita (@code_with_zita) 's Twitter Profile Photo

Day63 of #100DaysOfCode Book Library using SQLAlchamy Problem: SQLAlchemy isn’t with new Python yet. Downgraded to Python 3.11. since it is old course, lots of errors of library and Python version. It’s tough as a beginner😖 I see No one in twitter follow the course anymore😅

Zita (@code_with_zita) 's Twitter Profile Photo

I'm learning Python with #100DaysOfCode (Angela Yu), but thinking of switching to AI-focused programming. My goal: work as a programmer in a small Swiss town 🇨🇭 Any advice on which path to follow? #DevCommunity #AI #CareerAdvice

I'm learning Python with #100DaysOfCode (Angela Yu), but thinking of switching to AI-focused programming.

My goal: work as a programmer in a small Swiss town 🇨🇭

Any advice on which path to follow?  
#DevCommunity #AI #CareerAdvice
Zita (@code_with_zita) 's Twitter Profile Photo

Day 64 of #100DaysOfCode Top 10 Movies project SQLAlchamy -> python 3.11 (not 3.13) API from Movie website with applying Save the information in sqlalchemy (not .txt) flask, bootstrap, sqlalchemy, wtforms, requests

Zita (@code_with_zita) 's Twitter Profile Photo

Day 65 of #100DaysOfCode I just accepted the fact that I have absolutely no design sense, so I’m officially breaking up with frontend development. 💔🎨😅

Zita (@code_with_zita) 's Twitter Profile Photo

Day 66 of #100daysofcodechallenge Postman it make Request Module[PUT, PATCH, DELETE] easier PATCH-> e.g. change only coffee price

Day 66 of #100daysofcodechallenge 

Postman
 it make Request Module[PUT, PATCH, DELETE] easier

PATCH-> e.g.  change only coffee price
Zita (@code_with_zita) 's Twitter Profile Photo

Day67 of #100DaysOfCode Make a Blog using SQLite and Flask SQLAlchemy Before I made it with n.point and request make a post, newpost, edit, delate with main.py

Zita (@code_with_zita) 's Twitter Profile Photo

Day 68 of #100DaysOfCode Password Secure using werkzeug to SQLite database hash & salted password(more secure) For protecting from Hacking

Day 68 of #100DaysOfCode 

Password Secure using werkzeug to SQLite database
hash & salted password(more secure)
For protecting from Hacking
Zita (@code_with_zita) 's Twitter Profile Photo

Day69 of #100DaysOfCode Adding Users for making a comment using {render template from Bootstrap} /register ->if email used before change to /login /login-> check email and Password Admin User ;who can create new post, edit, and delate: The first User ,id=1 next:commentform

Zita (@code_with_zita) 's Twitter Profile Photo

Day70 of #100DaysOfCode I've understood how to use GitHub about 30% so far. If you have any tips or advice for GitHub, please share me🙏 git add . git commit -m "reason" git push #GitHub

Day70 of #100DaysOfCode 

I've understood how to use GitHub about 30% so far.

If you have any tips or advice for GitHub, please share me🙏

git add .
git commit -m "reason"
git push

#GitHub
Zita (@code_with_zita) 's Twitter Profile Photo

Day 71 of #100DaysOfCode Deployinng web Gunicorn ->Flask but in website PostgreSQL -> Usually inside of Render(not anymore in Free plan) or other host provider It was really complicated but I'll keep studying !!😃

Day 71 of #100DaysOfCode

Deployinng web

Gunicorn ->Flask but in website
PostgreSQL -> Usually inside of Render(not anymore in Free plan) or other host provider

It was really complicated but I'll keep studying !!😃
Zita (@code_with_zita) 's Twitter Profile Photo

Day72 of #100DaysOfCode Data Exploration with Pandas using Google colab It was just beginning, but I found that it is really complicated😵‍💫😵‍💫 I respect Data Scientists and it was not for me...

Zita (@code_with_zita) 's Twitter Profile Photo

Day 73 of #100DaysOfCode Visualise Data with Matplotlib Count the number of posts per language There is a bug that duplicate years at the bottom😇

Zita (@code_with_zita) 's Twitter Profile Photo

Since many of my followers are doing LeetCode, I tried the easiest one (Array 101). Even though it’s labeled easy, it was still difficult for me. I’ll make sure to review it carefully!

Since many of my followers are doing LeetCode, I tried the easiest one (Array 101).
Even though it’s labeled easy, it was still difficult for me.
I’ll make sure to review it carefully!
Zita (@code_with_zita) 's Twitter Profile Photo

Day74 of #100DaysOfCode LEGO Dataset Using pandas and Matplotlib It is soooooo confusing and I lost my hairs👩->👩‍🦲😇

Zita (@code_with_zita) 's Twitter Profile Photo

Day 75 of #100DaysOfCode Ahhhhh!!!!!!!! Still Data Science??????😖😖😖😖😖 seems like until Day80!!!!! Never Give Up!!!👩‍🦲👩‍🦲👩‍🦲👩‍🦲👩‍🦲👩‍🦲

Zita (@code_with_zita) 's Twitter Profile Photo

Day 76 of #100DaysOfCode Android App Store Data pi chart using Plotly I found that it is difficult making profit with app development However, Education genre seems interesting to me maybe... programing for kids(in Japanese), programing learning guide for adult (in Japanes)

Zita (@code_with_zita) 's Twitter Profile Photo

Day77 of #100DaysOfCode Numpy np.array np.arrange(A, B, C)-> A until B-1 , skip each C *There are no Scipy (for showing image)anymore in 2025