10 Most Popular Computer Vision Project Ideas With Useful Resources
https://towardsdatascience.com/10-most-popular-computer-vision-project-ideas-with-useful-resources-91e80feb3868
https://towardsdatascience.com/10-most-popular-computer-vision-project-ideas-with-useful-resources-91e80feb3868
Medium
10 Most Popular Computer Vision Project Ideas With Useful Resources
Projects that will help you to learn new skills
How I Have Used Python Professionally
https://codingtofreedom.com/how-i-have-used-python-professionally
https://codingtofreedom.com/how-i-have-used-python-professionally
Web Scraping with BeautifulSoup Rest API.
https://dev.to/sijeypraveen/web-scraping-with-beautifulsoup-rest-api-2l18
https://dev.to/sijeypraveen/web-scraping-with-beautifulsoup-rest-api-2l18
$2500 Project using PyPDF2 and Pandas for Labor Law Firm
https://medium.com/@dennisyd/2500-project-using-pypdf2-and-pandas-for-labor-law-firm-84a54b5eef9b
https://medium.com/@dennisyd/2500-project-using-pypdf2-and-pandas-for-labor-law-firm-84a54b5eef9b
Medium
$2500 Project using PyPDF2 and Pandas for Labor Law Firm
A while back a California Labor and Employment Law firm had a post on Craiglist to analyze data for a class action labor law suit. The…
Best Python projects you can finish in an hour
https://preettheman.medium.com/best-python-projects-you-can-finish-in-an-hour-c4ec96ed9f4a
https://preettheman.medium.com/best-python-projects-you-can-finish-in-an-hour-c4ec96ed9f4a
Medium
Best Python projects you can finish in an hour
Welcome back! Python is one of my favorite programming languages, you can practically build anything with this language, so let’s talk…
$4000 Web Scraping weekend using Pandas and Selenium in Python
https://medium.com/@zackbunch/4000-web-scraping-weekend-using-pandas-and-selenium-in-python-e8a52a7cd9f4
https://medium.com/@zackbunch/4000-web-scraping-weekend-using-pandas-and-selenium-in-python-e8a52a7cd9f4
Medium
$4000 Web Scraping weekend using Pandas and Selenium in Python
During my four years of undergraduate studies, I ran for our universities Cross-Country and Track teams. Three practices a day all year…
Estudo de Caso Airbnb — Cidade de Amsterdã
https://medium.com/@ranierecosta/estudo-de-caso-airbnb-cidade-de-amsterd%C3%A3-24eb43879f68
https://medium.com/@ranierecosta/estudo-de-caso-airbnb-cidade-de-amsterd%C3%A3-24eb43879f68
Medium
Estudo de Caso Airbnb — Cidade de Amsterdã
Sobre o Airbnb
How to learn Python and setup a DMS using Mayan-edms
https://medium.com/@maxsabba/how-to-learn-python-and-setup-a-dms-using-mayan-edms-f4594692f5e8
https://medium.com/@maxsabba/how-to-learn-python-and-setup-a-dms-using-mayan-edms-f4594692f5e8
Medium
How to learn Python and setup a DMS using Mayan-edms
Introduction
3 Different Approaches for Train/Test Splitting of a Pandas Dataframe
https://pub.towardsai.net/3-different-approaches-for-train-test-splitting-of-a-pandas-dataframe-d5e544a5316
https://pub.towardsai.net/3-different-approaches-for-train-test-splitting-of-a-pandas-dataframe-d5e544a5316
Medium
3 Different Approaches for Train/Test Splitting of a Pandas Dataframe
A short tutorial on how to split a dataset into training and test sets through scikit-learn, pandas, or NumPy builtin functions
Cliff-Walking Problem With The Discrete Policy Gradient Algorithm
https://wvheeswijk.medium.com/cliff-walking-problem-with-the-discrete-policy-gradient-algorithm-59d1900d80d8
https://wvheeswijk.medium.com/cliff-walking-problem-with-the-discrete-policy-gradient-algorithm-59d1900d80d8
Medium
Cliff-Walking Problem With The Discrete Policy Gradient Algorithm
A full implementation of the REINFORCE algorithm in Python. The steps are performed manually to illustrate the inner workings of the…
Python下载的11种姿势,一种比一种高级!
http://mp.weixin.qq.com/s?__biz=MzUyMzM2ODUwMA==&mid=2247489804&idx=2&sn=43213b2b9f998f5d113c29a71897e1d7&chksm=fa3cf857cd4b7141cc49693b0b657b4ff1449482f9eb1a2ad79fad6fdee8c202f27dbac280b3&scene=27#wechat_redirect
http://mp.weixin.qq.com/s?__biz=MzUyMzM2ODUwMA==&mid=2247489804&idx=2&sn=43213b2b9f998f5d113c29a71897e1d7&chksm=fa3cf857cd4b7141cc49693b0b657b4ff1449482f9eb1a2ad79fad6fdee8c202f27dbac280b3&scene=27#wechat_redirect
Weixin Official Accounts Platform
Python 下载的 11 种姿势,一种比一种高级!
各种资源如何下载?
Resolvendo a biblioteca pywin32 do Python
https://medium.com/@douglasbittencourt/resolvendo-a-biblioteca-pywin32-do-python-f3a3906e9448
https://medium.com/@douglasbittencourt/resolvendo-a-biblioteca-pywin32-do-python-f3a3906e9448
Medium
Resolvendo a biblioteca pywin32 do Python
Recentemente estou trabalhando em fazer automações usando o Python e tive que usar a biblioteca pywin32 para envio de emails. O problema é…
How to split a large CSV file based on the number of rows 🔪
https://benjaminrancourt.medium.com/how-to-split-a-large-csv-file-based-on-the-number-of-rows-3ba75dd8a840
https://benjaminrancourt.medium.com/how-to-split-a-large-csv-file-based-on-the-number-of-rows-3ba75dd8a840
Medium
How to split a large CSV file based on the number of rows 🔪
A small script in Python that you can quickly use if your CSV files contain too much data. 😀