Login
Discover
Waves
Communities
Login
Signup
python-dev
@python-dev
58
Followers
36
Following
2
Follow
Resource Credits
Available
Used
Created
2018-10-10 14:29
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
python-dev
python-dev
2020-03-10 00:18
Creating A simple web application (3)
Creating a Signup Page Step 1: Setting Up the Database We'll be using MySQL as the back end. So log into MySQL from the command line, or if you prefer a GUI like MySQL work bench, you can use that too.
$ 0.808
5
2
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
2020-03-10 00:08
Creating A simple web application (1)
Use Python, Flask and MySQL to create a simple web application where users can register, sign in and create their bucket list. Setting Up Flask Setting up Flask is pretty simple and quick. With pip package
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
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
python-dev
python
2019-10-16 18:40
GPB/USD price in the past 7 days: 2019-10-16
The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying
python-dev
python
2019-10-15 19:40
USD/CNY price in the past 7 days: 2019-10-15
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-15 18:40
GPB/USD price in the past 7 days: 2019-10-15
The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying
python-dev
python
2019-10-14 19:40
USD/CNY price in the past 7 days: 2019-10-14
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-14 18:40
GPB/USD price in the past 7 days: 2019-10-14
The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying
python-dev
python
2019-10-13 19:40
USD/CNY price in the past 7 days: 2019-10-13
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-13 18:40
GPB/USD price in the past 7 days: 2019-10-13
The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying
python-dev
python
2019-10-12 19:40
USD/CNY price in the past 7 days: 2019-10-12
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-11 19:40
USD/CNY price in the past 7 days: 2019-10-11
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-10 19:40
USD/CNY price in the past 7 days: 2019-10-10
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
python-dev
python
2019-10-10 18:40
GPB/USD price in the past 7 days: 2019-10-10
The British Pound against the US Dollar is one of the oldest currency pairings in the world. Due to the current Brexit turbulence, the trading opportunity around GBP can be great! This daily post is trying
python-dev
python
2019-10-09 19:40
USD/CNY price in the past 7 days: 2019-10-09
China is now the second largest economy in the word. Due to the recenty trade war with US. Chinese economy is expect to have hard landing, and CNY has greate devalue poential. This daily post is trying
← Latest
Older →