Trending

#Flask

Latest posts tagged with #Flask on Bluesky

Latest Top
Trending

Posts tagged #Flask

なんとなく「Flask本格入門やさしくわかるWebアプリ開発」本はJavaScriptには触れなさそう。

Webは画面回りのデザインと動作関係もUI/UXで大事になるので、本格的なものは使っているはず。

本は入門書なので、覚えることが多くなるJavaScriptは割愛しているのかもしれない。

ここからは自分が応用を効かせて好きなものを作ってください、という本からのメッセージなのかもしれない。

#Python
#Flask
#非エンジニア
#プログラム初心者

1 0 0 0

だいぶFlaskの学習も進み、「Flask本格入門やさしくわかるWebアプリ開発」本、残るはBootstrapとマイクロサービスのところだけとなった。

残り1週間で何とかこれらを終わらせて、概要をまとめたい。

そのためにはエラー処理をもっと早く片付けられれば、終わらせることも十分可能なはず。

エラー処理→動作確認→エラー処理の繰り返しで、もっと効率良い方法はないかも含めて勉強中。

#Python
#Flask
#非エンジニア
#プログラム初心者

0 0 0 0
GitHub - codeforboston/flagging: Flagging website for CRWA Flagging website for CRWA. Contribute to codeforboston/flagging development by creating an account on GitHub.

After 5 years of deployment, @codeforboston.bsky.social is re-partnering with @crwa.bsky.social to build on water recreation-oriented products #SafeWater github.com/codeforbosto...
#Boston #ArcGIS #Python #Flask
Sign up on the Interest Form:
docs.google.com/forms/d/e/1F...

0 0 0 0
Preview
Explore the World of Web Applications with C&R's Flask Online Course C&R Corporation launches an e-learning course on Flask, enabling beginners to create simple web applications using Python. Join now!

Explore the World of Web Applications with C&R's Flask Online Course #Japan #Tokyo #Python #C&R #Flask

2 0 0 0

だいぶエラー処理がこなれてきつつあるが、自分の中ではまだまだ。

このパターンはこれ、このパターンはこれと瞬時に判断できるのが理想。

単なるスペルミスだけでなく、ライブラリの格納場所や、文法エラーなど派生するところも含めてもっと早く解決できれば、課題が出たときにさっと片付けることができるはず。

ここが正念場という気がします。

#Python
#Flask
#非エンジニア
#プログラム初心者

0 0 0 0

ついにメモ機能にWikiの内容をくっつけることを実践!

何とか1時間かけてWiki機能を実現した。

API連携は個別の案件になるので、使い方がわからないと使い物にならないので、ここに何を選択してどう使うのかというのもポイントになりそうです。

次はCSSのテンプレートを使ったBootstrapを学習します!

#Python
#Flask
#Wiki
#非エンジニア
#プログラム初心者

1 0 0 0

Flaskは一応Webアプリなので、サーバーにアップロードすれば大衆に公開は可能なはずです。

しかしサーバーレンタルはお金がかかるので、今のところはローカルホストでやっています。

これをサーバーレンタルに変えることで、ローカルホスト環境と何が異なってくるのかも興味があるので、できれば今年中に何かレンタルして環境回りの学習もしていきたいと考えています。

#Python
#Flask
#非エンジニア
#プログラム初心者

2 0 0 0
Post image Post image Post image

Ok, they're not the best images, I wasn't ready of course, and heavily cropped due to the distance. My 1st green sandpiper (i.d.'d by knowledgeable people), and marsh harrier #Flask lake reeds @nosterfieldnr.bsky.social @nybirdnews.bsky.social OM-1 & 1.4TC & 300mm f4

9 3 1 0

多分FlaskもWebアプリなので、JavaScriptとの連携もできるのですが、「Flask本格入門やさしくわかるWebアプリ開発」には出てこないと想定。

今後はこのJavaScript含めた、Webアプリも何かしら考えていきたいです。

そのためにこの基礎を完了して、同時進行のpywebviewで培った知識をベースに何ができるのか色々検討して作っていきたいところです。

#Python
#Flask
#非エンジニア
#プログラム初心者

1 0 0 0

メモ参照制限機能の勉強をしていて、とりあえず何とか正常モードは動いたものの、エラー画面の検証をするとNotFoundになってしまい、自分が作成した404エラー画面が出てきませんでした。

色々調べた結果、本と異なるプログラムを追加して正常に動作するように。

SQLiteもデータにゴミが入ると、色々初期化などをしないといけないので、こちらも本ではMiniConda前提なので、コマンドプロンプト用に覚え直してメモにまとめます。

#Python
#Flask
#SQLite
#非エンジニア
#プログラム初心者

0 0 0 0
Post image

Как я на 8 марта написал AI-Wish-лист по книге «Пять языков любви» — и автоматизировал романтику Мне 34, из них бо...

#python #flask #javascript #vanilla #js #deepseek #llm #pet-проект #mvp #8 #марта

Origin | Interest | Match

1 0 0 0

Flaskの初学者向けの本でアジャイル開発もどきを学習中。

機能を1つ追加して検証するだけですが、案の定エラーが頻発。

デジタルに触れすぎているせいか、歳のせいか細かいスペルミスが目立ちます。

スペルミスは最初間違うと、コピペしたら全滅するので間違いをなくすには、スペルの確認をしっかりしないといけないですね。

この分野は若いうちに取り組まないと、結構きついかも。

#Python
#Flask
#非エンジニア
#プログラム初心者

0 0 0 0

月曜日にリファクタリングの勉強をしました。

外見や挙動はそのままに、ソースコードのゴチャついたものをきれいにするという大義名分の元やってみましたが、言うは易く行うは難しを地で行っています。

少しでもソースコードを改訂しようとすると、どこかで整合性が取れなくなってエラーが頻発します。

これがうまくなる王道はなく、何度もぶち当たり経験を積むしかないなと。

それにはセンスも問われる気がして、間違い探し得意なんですーという人はこういう仕事に向いているのかもしれません。

#Python
#Flask
#非エンジニア
#プログラム初心者

1 0 0 0

Flaskの学習も基礎部分が終わり、一人アジャイル開発のフェーズに入りました。

ここでも新しいことが入ってくるので、まずは写経から初めて動くことを確認し、エラー取りのスピードを上げます。

細かい理解は飛ばして、一人アジャイル開発のノウハウを蓄積していきます。

本の最後では異なるプログラミング言語で、分割してサービスを提供できるマイクロサービスなる章があります。

結構面白いところだと思うので、あと2週間でここまで進めるのが目標です。

#Python
#JavaScript
#Flask
#非エンジニア
#プログラム初心者

1 0 0 0
Post image Post image

Stelton
#waterjug #flask #Scandinavia #stelton #Scandinaviandesign #design #style #danish #danishdesign #iphone #bnw

#snap_art #snap_design #snap_minimal #snap_nordic #snap_Scandinavia

#snap_bnw #snap_monochrome #snap_blackandwhite

0 0 0 0

Flaskは図書館に本が置いてあるときに借りて学習していますが、借りれる期間が2週間と限定されていますので、まずは写経プログラムで動くものを作り、細かい文法についてはAIにコツコツ問い合わせながら、学習する方向に舵を切りました。

それでも膨大なページ数で、辞書並に分厚いので全部作るのは骨ですが、何とか借りている期間中に動くものを作り、じっくり理解を後日進めていきたいです。

図書館本で学習するのはこれが一番早いと思っています。た

#Python
#JavaScript
#Flask
#非エンジニア
#プログラム初心者

1 0 0 0
Post image

Free Game Icons of Fantasy Potions – Pack 1

A set of 10 high-quality fantasy potion icons (512×512, transparent PNG) perfect for RPGs and adventure games.

Download 👉 craftpix.net/freebies/fre...

#craftpix #potion #bottle #flask #2d #icons #gamedev #indiegame #elixir

4 1 0 0
Red stainless steel hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background.

Red stainless steel hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background.

black stainless steel  hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background with the top unscrewed

black stainless steel hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background with the top unscrewed

blue stainless steel hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background.

blue stainless steel hip flask with a square front panel featuring a Colorado Avalanche–inspired design, including a burgundy “A” with a snow swoosh, snow-capped mountains, a navy Denver skyline, and horizontal stripes in navy, red, and gold on a cream textured background.

OH LOOK!

Something new!!

kahunaswag.etsy.com/listing/4463... #avs #goavsgo #alcohol #flask #hockey #nhl

3 0 1 0

Check it out! I just added a #flask #taiche #giftsforhim www.zazzle.com/storm_clouds... for sale in the new Zazzle marketplace! @zazzle

3 0 0 0
Post image

Link of items I'm selling on eBay, check it out!
#eBaySeller #Wizman02 #Auction #eBayFinds #PaBoom #Look #Fire #Lit #Ciclón #5oz #StainlessSteel #Flask #Embossed #BlackLeather #NEW
Ciclón 5oz Stainless Steel Flask With Embossed Black Leather NEW
ebay.us/m/AbuRFl

0 0 0 0

Check it out! I just added a #flask www.zazzle.com/vibrant_swir... for sale in the new Zazzle marketplace! @zazzle

3 0 0 0
Preview
Tavern furniture and props LowPoly Pack Tavern furniture and props low poly pack: Selected 11 detailed 3D models of tavern and home objects and furniture. Include: table, chair, stool, broom, bowl, candleholder, tankard, flasks and more.

#Candleholder #Flask #Cupboard #Furniture #Stool #Vase #Longbench #Bowl #Tankard #Table #Props #Chair #Lowpoly #Bottle #Broom

0 0 0 0
Post image

Stelton
#waterjug #flask #Scandinavia #stelton #Scandinaviandesign #design #style #danish #danishdesign #iphone #bnw
#snap_moods #snap_kitchen #snap_art #snap_design #snap_minimal #snap_nordic #snap_Scandinavia

#snap_bnw #snap_monochrome #snap_blackandwhite

3 0 0 0
Original post on franksworld.com

How to Build Full-Stack PostgreSQL + Flask GUI App in 20 Minutes 🚀 From Static to Live Published Website There’s something incredibly satisfying about watching, or in my case, describing the t...

#Developer #Python #beginner #guide #Digital #Transformation #flask #PostgreSQL #python […]

0 0 0 0
Examples: the shuffled image (using the random seed 0721).

Examples: the shuffled image (using the random seed 0721).

Examples: the recovered image.

Examples: the recovered image.

The webpage in the light mode.

The webpage in the light mode.

The webpage in the dark mode.

The webpage in the dark mode.

#python #image-processing #cli #flask #webapp
PixelPuzzle: encode/decode images using Base64 or shuffle/recover the pixels of images.

Web App: pixelpuzzle-web.vercel.app

PyPI: pypi.org/project/pixe...

GitHub: github.com/ZhanZiyuan/P...

0 0 0 0
screenshot of keyzi landing page

screenshot of keyzi landing page

Keyzi progress update 🚀

Landing page draft done + basic property create/delete functionality working.

Flask + SQLAlchemy + simple clean UI.

Keeping the MVP lean before layering AI features.

Feedback welcome 👇

#buildinpublic #python #flask #proptech

1 0 1 0
Post image

Dragon Tuesday
#ai #aiart #aiartcommunity #digitalart #generativeai #creative #synthart #dragontuesday #bottle #flask

15 1 1 0

Flaskはエンジニアの方から見ると、「えっこんなこともわからないの?」みたいなところもAIと壁打ちして、理解をしました。

今のところGETとPOSTの挙動について、基礎学習を何とか終えたところです。

そして今更気づいたのですが、こちらのロジックはpywebviewでも応用が効くとのことです。

異なる技術かと思っていましたが、根っこは繋がっているのでやったことは無駄ではないと思ったことと、応用も効かせそうという期待感が入り混じります。

ハルシネーションに気をつけながら、基礎をもっと取り込みたいです。

#Flask
#Python
#HTML
#非エンジニア
#プログラム初心者

0 0 0 0