FinTech Companies Can’t Stay Away from Python Anymore
https://medium.com/@tntra/fintech-companies-cant-stay-away-from-python-anymore-7e542f08579
https://medium.com/@tntra/fintech-companies-cant-stay-away-from-python-anymore-7e542f08579
Medium
FinTech Companies Can’t Stay Away from Python Anymore
In 2005, Zopa was launched as a peer-to-peer application, cutting the middleman between lenders and borrowers. The biggest advantage of…
Managing Python Versions with Pyenv
https://thepythoncorner.com/posts/2022-05-06-managing-python-versions-with-pyenv/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://thepythoncorner.com/posts/2022-05-06-managing-python-versions-with-pyenv/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Thepythoncorner
Managing Python versions with pyenv
Today’s article is about one of the most impressive pieces of software Python-related I have ever seen: pyenv. pyenv is the most clever way of installing Python on your system and allows you to install and manage several different versions of Python specifying…
Using SQLAlchemy to create and populate a PostgreSQL database with Excel data
https://medium.com/@arthurapp98/using-sqlalchemy-to-create-and-populate-a-postgresql-database-with-excel-data-eb6049d93402
https://medium.com/@arthurapp98/using-sqlalchemy-to-create-and-populate-a-postgresql-database-with-excel-data-eb6049d93402
Medium
Using SQLAlchemy to create and populate a PostgreSQL database with Excel data
The goal of this article is explain how to use SQLAlchemy to create and populate a PostgreSQL database by mainly using the Session…
[Python網頁爬蟲]如何使用Selenium爬取網頁資料-2
https://medium.com/seaniap/python%E7%B6%B2%E9%A0%81%E7%88%AC%E8%9F%B2-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8selenium%E7%88%AC%E5%8F%96%E7%B6%B2%E9%A0%81%E8%B3%87%E6%96%99-2-4d302e32960d
https://medium.com/seaniap/python%E7%B6%B2%E9%A0%81%E7%88%AC%E8%9F%B2-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8selenium%E7%88%AC%E5%8F%96%E7%B6%B2%E9%A0%81%E8%B3%87%E6%96%99-2-4d302e32960d
Medium
[Python網頁爬蟲]如何使用Selenium爬取網頁資料-2
網頁自動化要做的事,就是模擬滑鼠與鍵盤操作這些元素的方式,包括滑鼠的點擊事件、螢幕上的移動行為或鍵盤中輸入文字等等。然而就像希臘哲人阿基米德所說的「 Give me a place to stand on, and I will move the…
Quadratic Optimization with Constraints in Python using CVXOPT
https://towardsdatascience.com/quadratic-optimization-with-constraints-in-python-using-cvxopt-fc924054a9fc
https://towardsdatascience.com/quadratic-optimization-with-constraints-in-python-using-cvxopt-fc924054a9fc
Medium
Quadratic Optimization with Constraints in Python using CVXOPT
Quadratic optimization is a problem encountered in many fields, from least squares regression [1] to portfolio optimization [2] and passing…
A Super-Fast Way to Loop in Python
https://towardsdatascience.com/a-super-fast-way-to-loop-in-python-6e58ba377a00
https://towardsdatascience.com/a-super-fast-way-to-loop-in-python-6e58ba377a00
Want to Level up Your Python Skills ?— Check Out My New Book
https://yongcui01.medium.com/want-to-level-up-your-python-skills-check-out-my-new-book-5bafcb6b3873
https://yongcui01.medium.com/want-to-level-up-your-python-skills-check-out-my-new-book-5bafcb6b3873
Medium
Want to Level up Your Python Skills ?— Check Out My New Book
Learn pragmatic Python skills
Learning Python With Program Templates: Prompt, Then Read
https://betterprogramming.pub/learning-python-with-program-templates-prompt-then-read-89ffe01ba765
https://betterprogramming.pub/learning-python-with-program-templates-prompt-then-read-89ffe01ba765
Medium
Learning Python With Program Templates: Prompt, Then Read
Know how to properly receive input from your users
A clean airflow installation with pip
https://wbarillon.medium.com/a-clean-airflow-installation-with-pip-f3c0d91fef9e
https://wbarillon.medium.com/a-clean-airflow-installation-with-pip-f3c0d91fef9e
Medium
A clean airflow installation with pip
Airflow is a tool that automatises processes. It is a huge topic on its own so if someone could provide a ready-to-test environment in the…
Três alternativas para visualizar dados numéricos em Python
https://ealexbarros.medium.com/tr%C3%AAs-alternativas-para-visualizar-dados-num%C3%A9ricos-em-python-5f82af5cb31d
https://ealexbarros.medium.com/tr%C3%AAs-alternativas-para-visualizar-dados-num%C3%A9ricos-em-python-5f82af5cb31d
Medium
Três alternativas para visualizar dados numéricos em Python
Gráfico de dispersão (scatter plot), histograma e box plot são boas alternativas.
How do I switch from a local Ethereum node to Infura? (Part 1)
https://medium.com/@anton-k./how-do-i-switch-from-a-local-ethereum-node-to-infura-part-1-24fde63cdc04
https://medium.com/@anton-k./how-do-i-switch-from-a-local-ethereum-node-to-infura-part-1-24fde63cdc04
Medium
How do I switch from a local Ethereum node to Infura? (Part 1)
Learn how to switch from a local Ethereum node to a Node as Infrastructure as a Service.