17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Complete Python Bootcamp For Absolute Beginners - Zero To Hero
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Language: English | Size: 2.91 GB | Duration: 6h 40m
Learn Python programming from scratch with hands-on exercises in this Python course!
What you'll learn
Master the Features of Python Language
Using Python to solve real life problems with computer programs
You will learn the absolute basics of how programs run, and why Python is a great language.
You will be discovering the different data types Python has to offer, and how to use them.
You will learn how to use loops to allow for iteration over data, and improve code efficiency.
You will learn how to use control flow, to allow 'decision making' to happen in your code.
You will learn how to write functions to allow for reusable blocks of code to be used elsewhere in your code.
Modules and libraries: students will learn how to import and use pre-existing modules and libraries in their own programs.
Requirements
No programming skill is needed, you will learn everything you need to know
Access to a computer with an internet connection.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1 - Python Basics/1 - Course Introduction.mp4
45.6 MB
~Get Your Files Here !/1 - Python Basics/2 - Why we learn python.mp4
50.7 MB
~Get Your Files Here !/10 - Python input Function/53 - Accept User Input.mp4
51.8 MB
~Get Your Files Here !/10 - Python input Function/54 - Taking multiple inputs from user in PythonUsing split method.mp4
51.1 MB
~Get Your Files Here !/10 - Python input Function/55 - Taking multiple inputs from user in PythonUsing List comprehension.mp4
34.8 MB
~Get Your Files Here !/11 - Python Flow Control/56 - Python decision making program introduction.mp4
19.5 MB
~Get Your Files Here !/11 - Python Flow Control/57 - python if statement.mp4
36.6 MB
~Get Your Files Here !/11 - Python Flow Control/58 - If Else Statement.mp4
19.2 MB
~Get Your Files Here !/11 - Python Flow Control/59 - Using the if elif statement in an application.mp4
72.3 MB
~Get Your Files Here !/12 - Python Loops/60 - Python While Loops.mp4
18.2 MB
~Get Your Files Here !/12 - Python Loops/61 - For LoopLooping through a String in python.mp4
21.3 MB
~Get Your Files Here !/12 - Python Loops/62 - For loopLooping through python list.mp4
13.2 MB
~Get Your Files Here !/12 - Python Loops/63 - For LoopLooping Through Numbers in Range.mp4
28.8 MB
~Get Your Files Here !/12 - Python Loops/64 - Loop Control Statements break.mp4
40.9 MB
~Get Your Files Here !/12 - Python Loops/65 - Loop Control Statements continue.mp4
71 MB
~Get Your Files Here !/12 - Python Loops/66 - Infinite Loop.mp4
9.7 MB
~Get Your Files Here !/12 - Python Loops/67 - Coding Challenge.mp4
3.1 MB
~Get Your Files Here !/12 - Python Loops/68 - Solution for Coding Challenge.mp4
16.9 MB
~Get Your Files Here !/13 - Python Function/69 - Python Creating Functions.mp4
19.4 MB
~Get Your Files Here !/13 - Python Function/70 - Python Function Passing information to a function.mp4
20.4 MB
~Get Your Files Here !/13 - Python Function/71 - Python Function Defining optional parameters with defaults.mp4
17.8 MB
~Get Your Files Here !/13 - Python Function/72 - Python Function Passing multiple values to a function.mp4
38.9 MB
~Get Your Files Here !/13 - Python Function/73 - Using keyword arguments kwargs.mp4
32.3 MB
~Get Your Files Here !/13 - Python Function/74 - Python Function The return Statement.mp4
12 MB
~Get Your Files Here !/13 - Python Function/75 - Python LambdaAnonymous Function.mp4
29.2 MB
~Get Your Files Here !/13 - Python Function/76 - Coding Challenge.mp4
2.7 MB
~Get Your Files Here !/13 - Python Function/77 - Solution for the Coding Challenge.mp4
14.5 MB
~Get Your Files Here !/13 - Python Function/78 - Coding ChallengeWrite a program to find the Volume of the Rectangular Prism.mp4
17.2 MB
~Get Your Files Here !/13 - Python Function/79 - Solution for Volume of the Rectangular Prism.mp4
23.1 MB
~Get Your Files Here !/13 - Python Function/80 - Create BMI Calculator using PythonCoding Challenge.mp4
26.2 MB
~Get Your Files Here !/13 - Python Function/81 - BMI Calculator Python Program with Source Code.mp4
43 MB
~Get Your Files Here !/14 - Python Modules/82 - Introduction about Python Module.mp4
83.4 MB
~Get Your Files Here !/14 - Python Modules/83 - import Python User defined and Custom Modules.mp4
222.6 MB
~Get Your Files Here !/2 - Python Variables/3 - Variables in Python.mp4
24.4 MB
~Get Your Files Here !/2 - Python Variables/4 - Naming Variables Rules and Best Practices.mp4
53.9 MB
~Get Your Files Here !/2 - Python Variables/5 - Variables Naming Convention.mp4
20.6 MB
~Get Your Files Here !/2 - Python Variables/6 - Python Comments.mp4
17.1 MB
~Get Your Files Here !/3 - Python Operators/10 - Python Logical Operators.mp4
79.6 MB
~Get Your Files Here !/3 - Python Operators/7 - Python Arithmetic Operators.mp4
57.2 MB
~Get Your Files Here !/3 - Python Operators/8 - Python Comparison Operators.mp4
26.7 MB
~Get Your Files Here !/3 - Python Operators/9 - Python Assignment Operators.mp4
51.5 MB
~Get Your Files Here !/4 - Python Numbers datatype/11 - Python Numbers datatype.mp4
83.3 MB
~Get Your Files Here !/5 - Python Strings/12 - Introduction to Strings.mp4
40.3 MB
~Get Your Files Here !/5 - Python Strings/13 - Using variables in Python strings with the fstrings.mp4
22.7 MB
~Get Your Files Here !/5 - Python Strings/14 - Strings indexing and splitting.mp4
50.1 MB
~Get Your Files Here !/5 - Python Strings/15 - slicing strings.mp4
57 MB
~Get Your Files Here !/5 - Python Strings/16 - Reassigning String in Python.mp4
34.1 MB
~Get Your Files Here !/5 - Python Strings/17 - String formatting in Python.mp4
61.6 MB
~Get Your Files Here !/5 - Python Strings/18 - Python String title upper and lower Method.mp4
32.4 MB
~Get Your Files Here !/5 - Python Strings/19 - Convert one data type into the other data type.mp4
46.4 MB
~Get Your Files Here !/6 - Python Lists/20 - Python Lists.mp4
17.7 MB
~Get Your Files Here !/6 - Python Lists/21 - List indexing and splitting.mp4
29.3 MB
~Get Your Files Here !/6 - Python Lists/22 - Getting the length of a list.mp4
15.6 MB
~Get Your Files Here !/6 - Python Lists/23 - Looping through a list.mp4
31.4 MB
~Get Your Files Here !/6 - Python Lists/24 - Check an item in the list.mp4
22.7 MB
~Get Your Files Here !/6 - Python Lists/25 - Create a Sublist from the List.mp4
32 MB
~Get Your Files Here !/6 - Python Lists/26 - Add an Item to Python List.mp4
79.4 MB
~Get Your Files Here !/6 - Python Lists/27 - Removing Elements from Python List.mp4
18.9 MB
~Get Your Files Here !/6 - Python Lists/28 - Modifying Elements in Python List.mp4
18.8 MB
~Get Your Files Here !/6 - Python Lists/29 - Combining python lists.mp4
42.9 MB
~Get Your Files Here !/6 - Python Lists/30 - Characteristics of Python Lists.mp4
29.3 MB
~Get Your Files Here !/6 - Python Lists/31 - Coding Challenge on Python List.mp4
10.2 MB
~Get Your Files Here !/6 - Python Lists/32 - Python-List-Coding-challenge-by-code-with-zele.pdf
287.8 KB
~Get Your Files Here !/6 - Python Lists/32 - Solution for the Coding Challenge.mp4
27.9 MB
~Get Your Files Here !/7 - Python Dictionary/33 - Python Dictionary.mp4
46 MB
~Get Your Files Here !/7 - Python Dictionary/34 - Create python dictionaries.mp4
14.3 MB
~Get Your Files Here !/7 - Python Dictionary/35 - Access Dictionary Item.mp4
17 MB
~Get Your Files Here !/7 - Python Dictionary/36 - Delete Dictionary Elements.mp4
22.2 MB
~Get Your Files Here !/7 - Python Dictionary/37 - dictionary methods pop and popitemclear.mp4
62.1 MB
~Get Your Files Here !/7 - Python Dictionary/38 - Updating Dictionary Elements.mp4
8.2 MB
~Get Your Files Here !/7 - Python Dictionary/39 - Adding an item to the dictionary.mp4
20.2 MB
~Get Your Files Here !/7 - Python Dictionary/40 - Python Dictionary methods Copy Method.mp4
36.6 MB
~Get Your Files Here !/7 - Python Dictionary/41 - Python Dictionary methods Get Method.mp4
20.2 MB
~Get Your Files Here !/7 - Python Dictionary/42 - Dictionary methods setdefault Method.mp4
53.8 MB
~Get Your Files Here !/7 - Python Dictionary/43 - Dictionary methods update Method.mp4
12.3 MB
~Get Your Files Here !/7 - Python Dictionary/44 - Dictionary methods keys values For loops.mp4
22.9 MB
~Get Your Files Here !/7 - Python Dictionary/45 - Coding Challenge on Dictionaries Python.mp4
9.7 MB
~Get Your Files Here !/7 - Python Dictionary/46 - Coding-challenge-on-Python-dictionary-Code-with-Zele.pdf
97.3 KB
~Get Your Files Here !/7 - Python Dictionary/46 - Solution for the Coding Challenge.mp4
27.4 MB
~Get Your Files Here !/8 - Python Tuples/47 - About Python tuples.mp4
25.7 MB
~Get Your Files Here !/8 - Python Tuples/48 - python tuple methods.mp4
18.6 MB
~Get Your Files Here !/8 - Python Tuples/49 - iterating through Tuple.mp4
3.4 MB
~Get Your Files Here !/9 - Sets In python/50 - introduction to sets.mp4
42.7 MB
~Get Your Files Here !/9 - Sets In python/51 - python Set methods.mp4
52.2 MB
~Get Your Files Here !/9 - Sets In python/52 - python Set method part 2 comprehensions.mp4