Python courses
About Python
Python is a general-purpose, versatile, and powerful programming language. It's a great first language because Python code is concise and easy to read. Whatever you want to do, python can do it. From web development to machine learning to data science, Python is the language for you.
Python courses
Filters
1 filter selected
0 resultsLevel
Price
View plansType
Average time to complete
Average based on combined completion rates — individual pacing in lessons, projects, and quizzes may vary.
Most relevant
0 results
Most relevant
There are currently no results that match these filters.
Related resources
Related projects
- Portfolio projectAI • Python • Machine learning • Data science
Classifying Banking Intent from Customer Queries
This project demonstrates an end-to-end AI engineering project for an NLP task that involves building a classification system predicting banking intent from customer queries by comparing traditional neural networks with modern transformer-based models finetuned with LoRA.Independent,Portfolio Ready - Portfolio projectAI • Python • Data science • Machine learning
Build an AI Agent for Travel Planning
Create an AI-powered trip planning application using Streamlit that demonstrates your skills in building agentic AI systems with tool calling, real-time data integration, and user feedback loops.Independent,Portfolio Ready - Practice projectAI • Machine learning • Python • Data science
Classifying CIFAR-10 with Pretrained CLIP: Original vs Reconstructed Images
Explore how image reconstruction quality affects zero-shot classification performance of a pretrained CLIP model on CIFAR-10.More guidance, - Practice projectData science • Python • Machine learning
Analyzing Recommendation System Performance Across Model Versions
Analyze the performance and cost-effectiveness of an e-commerce recommendation system across three model versions. You’ll investigate whether newer models deliver better results, identify performance differences across customer segments, and determine which model version provides the best ROI.More guidance,
Related articles
- Article
Python Lambda Functions Explained (With Examples)
Learn what Python lambda functions are, their working, and use cases. Explore examples of lambda functions in Python and their practical use cases. - Article
How To Install Jupyter Notebook on Mac and Windows
Learn how to install Jupyter Notebook using conda with Anaconda or Miniconda. Step-by-step installation guide for Windows and Mac users. - Article
Scikit-Learn Tutorial: Python Machine Learning Model Building
Learn how to build powerful machine learning models with scikit-learn in Python. Master essential techniques from installation to implementation with practical examples and comparisons. - Article
Python Zip Function: Complete Guide with Examples
Learn thezip()function in Python with syntax, examples, and best practices. Master parallel iteration and list combining efficiently.