Login
Discover
Waves
Communities
Login
Signup
Topics
#python-dev
Global
Trending
Hot
New
Top
#python-dev
New
Top communities
Create your community
latest #python-dev created topics - older | Ecency
python-dev
python-dev
2020-03-10 00:13
Creating A simple web application (2)
First, when the application runs we should show a home page with the latest bucket list items added by users. So let's add our home page to our application folder. Flask looks for template files inside
$ 0.802
5
1
python-dev
python-dev
2020-03-08 23:44
Using python to send email
The code example below creates a secure connection with Gmail’s SMTP server, using the SMTP_SSL() of smtplib to initiate a TLS-encrypted connection. The default context of ssl validates the host name and
$ 0.821
5
python-dev
python-dev
2020-03-07 23:18
Using python to generate QR-code
Pure python QR Code generator Generate QR codes. For a standard install (which will include pillow for generating images), run: pip install qrcode[pil] What is a QR Code? A Quick Response code is a
python-dev
python-dev
2020-03-07 23:13
Change iframes when using Senelium
An iframe is used to embed HTML documents in other HTML documents. And iframe content can be changed without requiring the user to reload the surrounding page. The iframe HTML element is often used to
python-dev
python-dev
2020-02-29 00:17
Create email account using Selenium in python
Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. Here is an example of how to use selenium to create an email account using Selenium
python-dev
python-dev
2020-02-25 22:16
Installing packages using pip and virtual environments
Installing pip Windows The Python installers for Windows include pip. You should be able to access pip using: py -m pip --version pip 9.0.1 from c:\python36\lib\site-packages (Python 3.6.1) You can make
rahitu3838
kr
2017-12-22 02:33
개발이야기 - 나의 개발환경 - 윈도우 버젼 - 1
내가 과연 무엇을 자랑할 수 있을런가? 자랑이라기보다, 그냥 난 이렇게 한다고. 난 파이썬 개발자이다. 난 개발자이고, 파이썬 개발자이다. 파이썬을 무척 좋아하고. 이제는 웬만해서는 파이썬으로 (난 3로 넘어온지 꽤 되었다. 안타깝지만 2를 지원하는 코드를 짜지는 않는다. ) 대부분을 할 수 있다. 파이썬에 대한 중독이 워낙 강하기에 다른 언어를 배우기를 좀
← Latest