Which Python Packages Do You Use the Most?
https://twitter.com/driscollis/status/1524749533208489986
https://twitter.com/driscollis/status/1524749533208489986
Twitter
Mike Driscoll
Which 3⃣ #Python modules or packages do you find yourself using the most?
Deploying a Flask Application Using Heroku
https://realpython.com/courses/deploying-a-flask-application-using-heroku/
https://realpython.com/courses/deploying-a-flask-application-using-heroku/
Realpython
Deploying a Flask Application Using Heroku – Real Python
In this video course, you'll learn how to create a Python Flask example web application and deploy it using Heroku. You’ll also use Git to track changes to the code, and you’ll configure a deployment workflow with different environments for staging and production.
How to Combine Data in Pandas with Merge(), .Join(), and Concat()
https://medium.com/@cndro/how-to-combine-data-in-pandas-with-merge-join-and-concat-3df2d88cdcb5
https://medium.com/@cndro/how-to-combine-data-in-pandas-with-merge-join-and-concat-3df2d88cdcb5
Medium
How to Combine Data in Pandas with Merge(), .Join(), and Concat()
Pandas is a software library written specifically for the Python programming language for data manipulation and analysis. With Pandas, we…
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part1
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ang-recoding-with-python-part1-f076c247bb6e
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ang-recoding-with-python-part1-f076c247bb6e
Medium
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part1
After finishing the course, I wonder why not redo these exercises with Python (which is now among the top 3 programming languages). So…
Generate code for a REST API call using Postman in just a few clicks
https://medium.com/@rsamasiri/generate-code-for-a-rest-api-call-using-postman-in-just-a-few-clicks-898ef4972884
https://medium.com/@rsamasiri/generate-code-for-a-rest-api-call-using-postman-in-just-a-few-clicks-898ef4972884
Medium
Generate code for a REST API call using Postman in just a few clicks
Have you ever had to implement a request for an API call in any programming language? If so and in case you haven’t heard about this, the…