python

  1. D

    PHP, Python or C?

    Hi, I want to learn programming, but I am confused about whether I should start with PHP, Python, or C. I want to develop PHP-based software, and I am also interested in LLMs. I have basic knowledge of PHP and MySQL. Thanks.
  2. L

    Machine Learning Classification: How to Train a Decision Tree Classifier in Python

    I'm diving into machine learning and I want to start with a basic classification task using a Decision Tree classifier in Python. How can I train a Decision Tree classifier on a dataset and use it to make predictions? I have a dataset with features and corresponding labels. Let's assume it's a...
  3. veera RVR

    How to put an Item in AWS DynamoDb using AWS Lambda with Python

    Using python in AWS Lambda, how do I put/get an item from a DynamoDB table? In Node.js this would be something like: dynamodb.getItem({ "Key": {"fruitName" : 'banana'}, "TableName": "fruitSalad" }, function(err, data) { if (err) { context.fail('Incorrect username or...
  4. Crapmypants

    Any way around the 5 review limit by google places api

    Hey guys, i need to pull all the google map reviews of one specific establishment but the google places api has a 5 review limit. I know basic python and was hoping to code my own scraper but i can't find much help outside of paid 3rd party tools. (i'm trying to create a table of reviews for...
  5. Veek M

    Veek's Python lessons in English - feedback thread

    So here's a brief sample: https://mega.nz/file/zMBGyaZJ kzQcVmZqREdH750anLdZTD2zUINtBFCp5AppLGiD3XA A longer one https://mega.nz/file/jdgWkIpK CHNroGKyNloaU2NKZR3ybHzgnyJrSwCa-ZoKU6_qgCU (the videos need to be downloaded - they don't play in the browser) I was hoping someone with more fancy...
  6. Daniel Zamir

    Looking for people to join our team!

    We are a tech company oriented around a few different products. I am looking for people to join me on my journey in growing my "startup" into what it could be and provide the world with the best technology they need and want! I am currently in need of: - Project leaders/ managers - Programmers...
  7. M

    Automate Login to Tikona Broadband(Python on Windows)

    Hi Everybody, Was bored at home today after I got out of action after a biking accident and so I created an automation process for logging in to Tikona Broadband. I have a download server running on a Atom D1800(which I connect to via mstsc) and my...
Back
Top