

Osäker på var
börja?
Track
Certifikat
Python from Zero to Hero
4.7+
★★★★★
★★★★★
284 omdömen
Beginner
After completing this track, you will be able to write basic Python code, understand its syntax, and set up a Python development environment. You'll have the skills to start your programming journey and build a strong foundation for further learning.
python
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Master the basics of Python: syntax, variables, and data types
- Learn to work with conditional statements and loops
- Understand Python data structures: lists, tuples, dictionaries, and sets
- Learn to write and use functions to organize code
- Explore how to use Python for data processing and task automation
- 183 chapters
- 17 hours
- 168 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Introduction to Python
Dive into the basics of Python, explore your workspace, and perform simple math operations. Learn how to write readable code using comments and handle both basic and advanced mathematical expressions while displaying your results.
Learn how to store and manage data in Python by working with numbers, text, and variables. Understand how to assign values, follow naming conventions, and explore different data types. Gain hands-on experience with string operations, indexing, slicing, and memory recall techniques to efficiently manipulate text in Python.
- How to Store Numbers in PythonFörhandsgranska
- Python Naming Rules for VariablesFörhandsgranska
- How to Work with Variables in PythonFörhandsgranska
- Data Types in PythonFörhandsgranska
- Challenge: Converting Kilometers to MilesFörhandsgranska
- Store Text with Strings in PythonFörhandsgranska
- String Indexing in PythonFörhandsgranska
- String Slicing in PythonFörhandsgranska
- Challenge: Retrieving Letters from StringFörhandsgranska
- String Concatenation in PythonFörhandsgranska
Learn how to use comparison and logical operators, work with conditional expressions, and apply membership and type comparisons. Build a strong foundation in writing programs that respond dynamically to different conditions using if/else and if/elif/else structures.
- Boolean Data Type in PythonFörhandsgranska
- Challenge: Working with Comparison OperatorsFörhandsgranska
- How to Combine Conditions in PythonFörhandsgranska
- Challenge: Working with Logical OperatorsFörhandsgranska
- Membership Operators and Type Comparisons in PythonFörhandsgranska
- How to Use if/else Expressions in PythonFörhandsgranska
- Challenge: Running a Grocery StoreFörhandsgranska
- Challenge: Creating Odd and Even LogicFörhandsgranska
- if/elif/else ExpressionsFörhandsgranska
- Challenge: Running Grocery Store ExtendedFörhandsgranska
- Challenge: Weather AdviserFörhandsgranska
Expand your understanding of data types by learning how to group multiple attributes within a single variable. Explore lists, tuples, and dictionaries to efficiently store and manage structured data, along with essential methods for manipulation and retrieval.
- Python ListsFörhandsgranska
- Common List Methods in PythonFörhandsgranska
- Challenge: Updating ListFörhandsgranska
- Nested Lists in PythonFörhandsgranska
- Challenge: Retrieving Information from Nested ListFörhandsgranska
- Python TuplesFörhandsgranska
- Common Tuple Methods in PythonFörhandsgranska
- Challenge: Updating TupleFörhandsgranska
- Nested Tuples in PythonFörhandsgranska
- Challenge: Retrieving Information from Nested TupleFörhandsgranska
- Python DictionariesFörhandsgranska
- Challenge: Creating DictionaryFörhandsgranska
- Common Dictionary Methods in PythonFörhandsgranska
- Challenge: Updating DictionaryFörhandsgranska
Master the art of writing loops in Python—essential constructs for iterating over lists, tuples, dictionaries, and other data structures. Learn to use while and for loops effectively, explore the range function, and work with nested loops to handle complex iteration patterns.
- Explore the while Loop in PythonFörhandsgranska
- Challenge: Working with the While LoopFörhandsgranska
- Explore the for Loop in PythonFörhandsgranska
- Challenge: Working with the For LoopFörhandsgranska
- Range Function in PythonFörhandsgranska
- Challenge: Using the Range FunctionFörhandsgranska
- How to Iterate Over Indexes in PythonFörhandsgranska
- Explore Nested Loops in PythonFörhandsgranska
Explore essential built-in functions in Python and take the next step by creating your own. Learn how to define functions, use conditional logic, modify existing functions, and work with lambda expressions to write efficient, reusable code.
- Built-in Functions in PythonFörhandsgranska
- Challenge: Converting HeightsFörhandsgranska
- How to Create Functions in PythonFörhandsgranska
- Challenge: Writing First FunctionFörhandsgranska
- Use of if/else Statements in Python FunctionsFörhandsgranska
- Challenge: Identifying Positive ValuesFörhandsgranska
- Functions Without Return in PythonFörhandsgranska
- Challenge: Creating Logging FunctionFörhandsgranska
- Modifying Functions in PythonFörhandsgranska
- Challenge: Updating Logic of the FunctionFörhandsgranska
- Lambda Functions in PythonFörhandsgranska
- Challenge: Creating Lambda FunctionFörhandsgranska
Module 2 / Data Types in Python
Numeric data types are crucial in Python, so it is important to start with them. Here you will work with simple math operations and find out the purposes of learning different types of numerical data.
- Understanding Numerical Data Types in PythonFörhandsgranska
- Mutable or Immutable?Förhandsgranska
- Mastering Integer Numbers in PythonFörhandsgranska
- Fundamentals of Basic Math Operations in PythonFörhandsgranska
- Deep Dive into Advanced Math Techniques in PythonFörhandsgranska
- Challenge: Time Calculation in PythonFörhandsgranska
- How to Define a TypeFörhandsgranska
Mastering boolean data types and logical operations in Python. You'll learn how to work with True and False, apply logical operators like and, or, and not, and understand how operator precedence works in complex expressions.
- Introduction to Boolean Data TypeFörhandsgranska
- Challenge: Practice with Logical StatementsFörhandsgranska
- Python Logical OperatorsFörhandsgranska
- Challenge: Boosting Logical SkillsFörhandsgranska
- Challenge: The Not StatementFörhandsgranska
- Challenge: Logical StatementsFörhandsgranska
- PrioritiesFörhandsgranska
Strings are an essential part of Python programming, allowing you to work with text data. In this section, you'll learn how to manipulate strings, extract characters, slice words, and search for specific phrases.
- Print Your StringFörhandsgranska
- Quotation MarksFörhandsgranska
- String Indexing in PythonFörhandsgranska
- Slice the WordFörhandsgranska
- Negative IndexationFörhandsgranska
- Slice the PhraseFörhandsgranska
- Slicing TaskFörhandsgranska
- How to Find the String LengthFörhandsgranska
- Get the Index of the SymbolFörhandsgranska
- Find the Word IndexFörhandsgranska
- Challenge: Slicing with Index FunctionFörhandsgranska
- Is String Mutable?Förhandsgranska
- Merge StringsFörhandsgranska
This chapter consists of practical tasks that combine all the examined topics together with a bit of theory.
Module 3 / Python Data Structures
What is a list? A list is an ordered collection that can be modified. It also allows for duplicate elements.
- Creating Lists in Python: Declaring and Initializing ListsFörhandsgranska
- List Indexing in Python: Accessing Elements EfficientlyFörhandsgranska
- Working with Nested Lists in PythonFörhandsgranska
- Python List Length: Measuring and Managing List SizeFörhandsgranska
- Modifying Lists in Python: Updating and Changing ElementsFörhandsgranska
- Using the append() Method: Adding Elements to ListsFörhandsgranska
- Using the insert() Method: Placing Elements at Specific PositionsFörhandsgranska
- Deleting Elements in Python Lists: Removing Items SafelyFörhandsgranska
- Using the remove() Method: Deleting Specific Elements from ListsFörhandsgranska
What is a dictionary? A dictionary is an ordered collection that can be changed, but it doesn't allow duplicate entries. It consists of `key:value` pairs, which are used to optimize its structure.
- Creating a Dictionary in Python: Storing Key-Value PairsFörhandsgranska
- Accessing Dictionary ValuesFörhandsgranska
- Accessing Dictionary KeysFörhandsgranska
- Adding Items to a Dictionary: Updating Key-Value PairsFörhandsgranska
- Using the del Keyword: Removing Dictionary EntriesFörhandsgranska
- Using the pop() Method: Deleting Elements with Return ValuesFörhandsgranska
- Using the popitem() Method: Removing the Last Inserted ItemFörhandsgranska
- Using the clear() Method: Emptying a Dictionary CompletelyFörhandsgranska
What is a tuple? A tuple is an ordered collection that cannot be altered. It can have duplicate elements. While it's similar to a list, the values in a tuple can be of any type and are indexed by integers. Although not mandatory, it's common to enclose the values of a tuple in parentheses, making them easier to understand in Python.
- Creating a Tuple in Python: Defining Immutable Data StructuresFörhandsgranska
- Accessing Elements in a Tuple: Indexing TechniqueFörhandsgranska
- Concatenating Tuples in Python: Merging Immutable SequencesFörhandsgranska
- Deleting Tuples in Python: Removing References to TuplesFörhandsgranska
- Updating Tuples in PythonFörhandsgranska
- Adding Items to a Tuple: Alternative Approaches Using ListsFörhandsgranska
- Counting Elements in a Tuple: Using the count() MethodFörhandsgranska
- Finding Elements in a Tuple: Using the index() Method for LookupFörhandsgranska
What is a set? In Python, a `set` is an unordered collection that is both `iterable` and `mutable`, with no repeated elements. While the order of items in a set isn't fixed, it can include a variety of elements. A key benefit of using sets over lists is their highly efficient method for determining if an element exists within the set.
- Creating a Set in Python: Defining Unordered CollectionsFörhandsgranska
- Using the add() Method: Adding Single Elements to a SetFörhandsgranska
- Using the update() Method: Merging Multiple Elements into a SetFörhandsgranska
- Accessing Elements in a Set: Iteration and Membership TestingFörhandsgranska
- Using the remove() and discard() MethodsFörhandsgranska
- Using the clear() Method: Removing All Elements from a SetFörhandsgranska
Module 4 / Conditional Statements in Python
You'll unravel the mysteries of the versatile conditional operator "if," discovering its power to shape outcomes. Dive deeper into the world of logical operators, mastering their artful application and uncovering the secrets of prioritizing their use effectively.
Learn how to make decisions based on conditions, simplify code using the else keyword, improving both efficiency and readability. Unlock the efficiency of one-liner decisions with the ternary operator!
- Python if-else Statement SyntaxFörhandsgranska
- Challenge: Tracking Step Goal Progress with if-else StatementsFörhandsgranska
- Challenge: Debugging and Improving a Hydration Reminder CodeFörhandsgranska
- Using Conditional Expressions in PythonFörhandsgranska
- Challenge: Implementing a Password Checker with if-else LogicFörhandsgranska
You will learn about the most advanced form of the conditional operator if-elif-else, get acquainted with the syntax of this construction and how it is applied correctly.
Module 5 / Python Loops Tutorial
Master how to iterate through sequences with for loop, use range() effectively, explore conditions with if/else, and control loops with break and continue. Get ready to write efficient, clean, and practical code as you tackle fun challenges!
Get hands-on experience with the while loop! Learn how to handle conditions, avoid infinite loops, control flow with break and continue, and even combine else with your loops. Master when to use while loops effectively in real-world scenarios and sharpen your problem-solving skills!
Learn how to combine loops effectively, use if/else conditions, and master break and continue statements to control flow. By the end, you'll be able to solve complex problems with ease and precision.
Streamline your Python code with list and dictionary comprehensions! Learn how to create lists and dictionaries in a concise and elegant way while improving readability and performance. Master practical examples and discover how to simplify complex tasks, from filtering data to transforming it, all in a single line of code.
Module 6 / Python Functions Tutorial
We will consider what a function in Python and some basic techniques used to create functions is: what are the arguments of the function, what is the return value of the function, what is the body of the function, and how to use the function in the code.
Learn how to define functions in Python using positional and optional arguments. Master the flexibility of creating functions that adapt to different input scenarios.
Learn to work with arbitrary arguments and keyword arguments in Python to handle variable numbers of inputs. Understand how arbitrary arguments manage flexible positional inputs and how keyword arguments organize named arguments into a dictionary for efficient function design.
The return value of a function is the direct result of the execution of the function, which we can use in the program. There are several types of function return values - we will consider the most commonly used.
Explore the power of recursion and lambda functions in Python. Understand how recursion allows a function to call itself for solving complex problems, and how lambda functions provide a concise way to define anonymous functions for simple tasks.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Det viktigaste är att lära sig och inte ge upp
Materialet är bra, det finns mycket att lära, allt för att bli bättre och det viktigaste är att lära sig det man vill....
Matteo Comune
Tack vare dem lär jag mig mycket…
Tack vare dem lär jag mig mycket snabbare eftersom de hjälper dig att förstå allt från grunden. Det är den bästa webbplatsen som hjälper personer utan IT-bakgrund...
Yuliana Cadavid
Utmärkt kurs för nybörjare
Utmärkt kurs för nybörjare, de testar dina kunskaper i varje lektion...
Elpunzon
Jag njuter av min Codefinity-upplevelse…
Jag njuter av min Codefinity-upplevelse med att lära mig Python. Det självstyrda lärsättet är fantastiskt eftersom jag kan anpassa det efter mitt schema...
Alexandru Alexandru
Det är trevligt att lära sig från Codefinity
Det är trevligt att lära sig från Codefinity. Det är enkelt och har bra exempel på vad jag lärt mig här...
jacob Templet
Easy to follow along with and provides…
Lätt att följa med i och ger utmaningar i min vardag. Utmaningen får mig att vilja lära mig dag efter dag...
Elan
Codefinity är ett heltäckande lärverktyg…
Codefinity är ett heltäckande lärverktyg som hjälper dig att utveckla dina färdigheter som mjukvaruingenjör eller datavetare. Övningarna är roliga och ett bra sätt att skärpa dina kunskaper...
Thibault
Första gången jag lär mig att koda
Första gången jag lär mig att koda och lyckas med Codefinity - tack...
Adrien Morel
Väl utformad för totala nybörjare
Väl utformad för totala nybörjare, med stegvis utveckling som får mig att känna mig trygg....
_Gracy
det är helt enkelt perfekt förklarat
det är helt enkelt perfekt förklarat! Hittills har jag inte upplevt några svårigheter eftersom allt är så välorganiserat...
Ruslan Kravchuk
Det viktigaste är att lära sig och inte ge upp
Materialet är bra, det finns mycket att lära, allt för att bli bättre och det viktigaste är att lära sig det man vill....
Matteo Comune
Tack vare dem lär jag mig mycket…
Tack vare dem lär jag mig mycket snabbare eftersom de hjälper dig att förstå allt från grunden. Det är den bästa webbplatsen som hjälper personer utan IT-bakgrund...
Yuliana Cadavid
Utmärkt kurs för nybörjare
Utmärkt kurs för nybörjare, de testar dina kunskaper i varje lektion...
Elpunzon
Jag njuter av min Codefinity-upplevelse…
Jag njuter av min Codefinity-upplevelse med att lära mig Python. Det självstyrda lärsättet är fantastiskt eftersom jag kan anpassa det efter mitt schema...
Alexandru Alexandru
Det är trevligt att lära sig från Codefinity
Det är trevligt att lära sig från Codefinity. Det är enkelt och har bra exempel på vad jag lärt mig här...
jacob Templet
Easy to follow along with and provides…
Lätt att följa med i och ger utmaningar i min vardag. Utmaningen får mig att vilja lära mig dag efter dag...
Elan
Codefinity är ett heltäckande lärverktyg…
Codefinity är ett heltäckande lärverktyg som hjälper dig att utveckla dina färdigheter som mjukvaruingenjör eller datavetare. Övningarna är roliga och ett bra sätt att skärpa dina kunskaper...
Thibault
Första gången jag lär mig att koda
Första gången jag lär mig att koda och lyckas med Codefinity - tack...
Adrien Morel
Väl utformad för totala nybörjare
Väl utformad för totala nybörjare, med stegvis utveckling som får mig att känna mig trygg....
_Gracy
det är helt enkelt perfekt förklarat
det är helt enkelt perfekt förklarat! Hittills har jag inte upplevt några svårigheter eftersom allt är så välorganiserat...
Data Engineer
Certifikat för slutförande
Visa dina nyförvärvade färdigheter. Du har förtjänat det
Discover more
Learning tracks
Endast för Ultimate
1 Kurs
1 Projekt
0 Task
Endast för Ultimate
7 Kurser
345 Uppgifter
Endast för Ultimate
5 Kurser
119 Uppgifter
Endast för Ultimate
5 Kurser
146 Uppgifter
Endast för Ultimate
4 Kurser
115 Uppgifter
Endast för Ultimate
6 Kurser
101 Uppgifter
Endast för Ultimate
5 Kurser
135 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
57 Uppgifter
Endast för Ultimate
7 Kurser
376 Uppgifter
Endast för Ultimate
4 Kurser
143 Uppgifter
Endast för Ultimate
5 Kurser
180 Uppgifter
Endast för Ultimate
5 Kurser
165 Uppgifter
Endast för Ultimate
6 Kurser
308 Uppgifter
Endast för Ultimate
6 Kurser
252 Uppgifter
Endast för Ultimate
8 Kurser
2 Projekt
176 Uppgifter
Endast för Ultimate
2 Kurser
80 Uppgifter
Endast för Ultimate
7 Kurser
293 Uppgifter
Endast för Ultimate
1 Projekt
0 Task
Endast för Ultimate
2 Kurser
21 Uppgifter
Endast för Ultimate
5 Kurser
111 Uppgifter
Endast för Ultimate
2 Kurser
0 Task
Endast för Ultimate
3 Kurser
39 Uppgifter
Endast för Ultimate
13 Kurser
555 Uppgifter
Endast för Ultimate
13 Kurser
555 Uppgifter
Endast för Ultimate
1 Kurs
0 Task
Endast för Ultimate
0 Task
Endast för Ultimate
5 Kurser
139 Uppgifter
Endast för Ultimate
3 Kurser
71 Uppgifter
Endast för Ultimate
7 Kurser
282 Uppgifter
Endast för Ultimate
5 Kurser
239 Uppgifter
Endast för Ultimate
4 Kurser
125 Uppgifter
Endast för Ultimate
2 Kurser
33 Uppgifter
Endast för Ultimate
3 Kurser
119 Uppgifter
Endast för Ultimate
1 Kurs
15 Uppgifter
Endast för Ultimate
3 Kurser
75 Uppgifter
Endast för Ultimate
3 Kurser
31 Uppgifter
Endast för Ultimate
2 Kurser
151 Uppgifter
Endast för Ultimate
3 Kurser
56 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
38 Uppgifter
Endast för Ultimate
3 Kurser
36 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
38 Uppgifter
Endast för Ultimate
5 Kurser
134 Uppgifter
Learning tracks
spår
TEST TRACK 12
Nybörjare
4.0
(7146)
spår
Full Stack Web Development
Nybörjare
4.5
(58)
spår
Become a React Developer
Medelnivå
4.9
(7)
spår
Mastering Data Visualization
Medelnivå
4.6
(7)
spår
SQL from Zero to Hero
Nybörjare
4.7
(93)
spår
С++ Essentials
Nybörjare
4.4
(17)
spår
Supervised Machine Learning
Medelnivå
4.9
(7)
spår
Python Beyond Intermediate
Nybörjare
5.0
(1)
spår
Java Essentials
Nybörjare
4.3
(9)
spår
Game Development with Unity
Nybörjare
4.6
(7)
spår
Become a Django Developer
Avancerad
4.4
(27)
spår
Flask for Dummies
Medelnivå
4.5
(31)
spår
Frontend Development Foundations
Nybörjare
4.6
(52)
spår
Web Developer from Zero to Hero
Nybörjare
4.6
(56)
spår
Preparation for Data Science
Medelnivå
4.5
(11)
spår
Deep Learning Odyssey
Avancerad
5.0
(3)
spår
Web Development with C#
Nybörjare
4.8
(98)
spår
TEST E2E TRACK BEGINNER
Nybörjare
spår
Test Track
Begginer
4.7
(3)
spår
Skilled Python BackEnd Developer
Avancerad
4.7
(261)
spår
Test Recalculate
Nybörjare
spår
Excel Essentials
Nybörjare
4.5
(33)
spår
Full-Stack .NET Developer Journey
Medelnivå
4.8
(129)
spår
Full-Stack .NET Developer Journey
Medelnivå
4.8
(129)
spår
Test track with rating
Avancerad
4.0
(4)
spår
TEST TEST TRACK
Nybörjare
spår
Data Analyst Foundation
Nybörjare
4.7
(111)
spår
C++ Mastery
Avancerad
spår
Java Web
Avancerad
4.5
(30)
spår
Become a QA Engineer
Nybörjare
4.5
(43)
spår
Video Production with Adobe
Nybörjare
spår
Digital Marketing Essentials
Nybörjare
spår
UI/UX Design Tools
Nybörjare
spår
Test image upload track
Nybörjare
spår
Essential Office Skills
Nybörjare
4.6
(24)
spår
GitHub from Zero to Hero
Nybörjare
spår
No-Code Website Development
Nybörjare
spår
C Programming & Low-Level Development
Nybörjare
spår
testes
Nybörjare
4.7
(3)
spår
Test translation track
Medelnivå
spår
Test CMS Track
Nybörjare
4.7
(3)
spår
Python for Data Analysis
Medelnivå
4.6
(9)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams