Login
Discover
Waves
Communities
Login
Signup
Topics
#python3
Global
Trending
Hot
New
Top
#python3
New
Top communities
Create your community
latest #python3 created topics - older | Ecency
abamogeteru
japanese
2019-01-15 15:18
~一緒にプログラミングやろうぜ~第7回if文を学ぶ
記載者あばば 新聞奨学生の記事は こちらから 前回はだいぶ前になりますが繰り返し処理を学んだので今回は分岐処理を学ぼうと思います。 入力した文字が数字かどうか判定するプログラムを作ってみる。 書いてみた。 入力した文字列が数値かどうかチェックする。 動かしてみた。 まとめ IF文を使うことでプログラムを分岐させることができる。 条件を満たすなら、ifの下のプログラムを実行
$ 0.290
37
4
learnelectronics
utopian-io
2019-01-04 16:37
SteemAX 1.6 ~ Automatically Accept 1:1 Invites, Set Vote Power Threshold, Create Non-expiring Exchanges, Top Users Page
Repository SteemAX helps minnow content-creators and whale curators by automating an exchange of upvotes between their quality blog posts, allowing both 1 to 1 as well as disproportional exchanges that
$ 35.662
120
5
2
imhassong
python3
2019-01-03 05:42
!
New account with an unverified outbound link, Reveal content
[Python3] Miniconda install on Windows 10
Google Search -> miniconda install URL -> On this page, if your computer has a 64-bit operating system (most likely) select the 64-bit (exe installer) for Python 3.7 and Windows. You must be choice
eticaret
python
2018-11-21 22:40
Python Selenium Modülü Kullanımı Ders 2
Bu konu literatürde Locating Elements adı ile anılır. Eğer bu konuda farklı araştırmalar yapmak isterseniz, arama motorlarında Selenium Webdriver Locating Elements şeklinde veya benzer aramalar yapabilirsiniz.
teamhumble
steemhunt
2018-11-17 12:09
Tornado - web framework and asynchronous networking library
Tornado web framework and asynchronous networking library Screenshots Hunter's comment i've been looking at a number of ways to build out a little app that at first both myself and @dayleeo will use, self
learnelectronics
utopian-io
2018-10-23 19:37
SteemAX 1.4 ~ New GUI Complete With Coloring Coding, Updated Graphics & Mobilized Menu
Repository SteemAX helps minnow content-creators and whale curators by automating an exchange of upvotes between their quality blog posts, allowing both 1 to 1 as well as disproportional exchanges that
abamogeteru
japanese
2018-10-01 13:43
~一緒にプログラミングやろうぜ~第6回for文を学ぶ
記載者あばば 新聞奨学生の記事は こちらから 今回はfor文について学んでいこうと思います。 さて今まではプログラムが上から順番に1行ずつ処理を記載していたと思います。 だけど何回も同じ処理を記載するのって非効率だし、バグを含みますよね。 そこでプログラミングには繰り返し処理という便利なものがあります。 その構文をfor文といいます。 「こんにちは」と10回表示させるプログラミングを作ってみましょう。
abamogeteru
japanese
2018-09-18 13:56
~一緒にプログラミングやろうぜ~第5回変数を使ってみる
記載者あばば 新聞奨学生の記事は こちらから 1か月近く空いてしまったけど 今日もpythonをちまちま学んでいこうとおもう。 さて今回は変数について学んでいこうかなと思います。 そもそも変数ってなんだろう。 →数字や文字を記憶することのできるもの!実は前回のグラフを書くときにも、xとかyっていう変数を作って格納してありました!。 今回は変数に慣れようということで標準入力!に挑戦してみようと思う。
learnelectronics
utopian-io
2018-09-15 17:05
SteemAX 1.1 ~ New Feature: Exchange History
Repository SteemAX is an auto upvote exchange program that lets Steemians swap votes with each other for an agreed upon length of time. SteemAX 1.1 Released First I'd like to give much thanks to @outwork
abamogeteru
japanese
2018-08-21 14:03
~一緒にプログラミングやろうぜ~第4回グラフを描写する。
記載者あばば 新聞奨学生の記事は こちらから 今回はグラフを描写してみよう! 本当は変数とか、分岐処理とか繰り返し処理とかいろいろやらなきゃいけないことがあるのだけど、 勉強ばっかりだと飽きるのでまずはグラフを描写しよう。 とはいいつつも開発環境をそろえる作業が入ります。 まず、コマンドプロンプトを起動しましょう。 そして 以下のコマンドを入力しエンターを押します。 pip install numpy
abamogeteru
japanese
2018-08-13 17:09
~一緒にプログラミングやろうぜ~第3回コマンドプロンプトからファイルを開く。
記載者あばば 新聞奨学生の記事は こちらから まずは前回の復習から! 前回は対話型でpython起動しても1行ずつしかできないということで、プログラミングファイルを作ったところまでした。 それでは今回は2行以上のプログラミングを書いてみましょう。 前回作ったプログラムファイルに以下をコピーして貼り付けて保存してみよう。 print("Hello world!")
abamogeteru
japanese
2018-08-09 15:33
~一緒にプログラミングやろうぜ~第2回プログラムファイルの作り方
記載者あばば 新聞奨学生の記事は こちらから まずは前回の復習から! 前回は環境を構築しました! そして謎の文字列をコピって貼りました。! その謎の文字列の意味を解説します。 print("Hello world!") これはprintっていうメソッド(命令とか魔法みたいなもの)で print("表示させたい文字")と入力することで結果を出力することができます。
abamogeteru
japanese
2018-08-06 15:06
~一緒にプログラミングやろうぜ~第一回環境構築編1~
記載者あばば 新聞奨学生の記事は こちらから こんばんは、あばばです。 Qiitaでかけ!と言われそうですが、プログラミングについてちまちま書いていこうと思います。 何故steemitでプログラミングを勧めるのか。 まず、steemian(日本)とプログラミングって遠い位置にあるのかなと思います。 そこでプログラミングって難解って思うじゃないですか!
spearous
python
2018-07-29 15:38
python 3 snippets: basic I/O
Intro Here I summarize the basic I/O snippet in python 3, so to be used later. A major difference is raw_input() is removed in python3 and there is some change in print() function as well. input() The
learnelectronics
utopian-io
2018-07-24 17:32
SteemAX v0.5 Release and New Features ~ SteemAX.info Now Up And Running!
Repository Application Description In case you're just now finding this, SteemAX is a web application that allows a Steemian to barter with other Steemians for an automatic exchange of upvotes for an agreed
bizhan
programming
2018-07-08 05:32
Hashing texts by python
First of all 1.What is hash? hash is a kind of coded string that is not unlockable and it works like something like this : #in here we made a hash code from the "Bizhan" in sha512 algorithm The
learnelectronics
utopian-io
2018-06-29 15:05
Introducing SimpleSteem 1.0
Repository New Project SimpleSteem is a robust and reliable wrapper that dramatically simplifies the steem-python interface, expands functionality, and enables code that is gentle on public servers.
arrowj
linux
2018-06-03 16:30
Fixing Confusing Visual Cues In Zeal Offline Documentation Browser
I am learning to code on Linux. I use the Interwebs to find answers all the time, but I view the official documentation using the offline docset viewer Zeal as an alternative to Dash for macOS. The problem
learnelectronics
utopian-io
2018-05-24 18:09
Steem-Python 1.0.1 Does Not Properly Handle Steemd Websocket Server Errors
Project Information This bug is related to the Github repository: I'm currently using the Steem Python Package version number 1.0.1, but I have reproduced these errors on 1.0.0 as well. I'm using Python
learnelectronics
utopian-io
2018-05-14 21:32
SteemAX Update: v0.2 Release
SteemAX is is an auto-upvote exchange that allows Steemit users to exchange upvotes with each other for an agreed upon length of time. Please visit for more information and installation instructions using
← Latest
Older →