Udemy - The Python Programming Comprehensive Bootcamp [FCS]
- Category Other
- Type Tutorials
- Language English
- Total size 1.4 GB
- Uploaded By fcs0310
- Downloads 184
- Last checked 3 days ago
- Date uploaded 4 years ago
- Seeders 9
- Leechers 2
Infohash : 7579D767EB046F12C06A6E7C39DC27AA511859BA
Udemy - The Python Programming Comprehensive Bootcamp [FCS]
Become A Certified Python Developer, Learn and Practice Python Programming 3.9 and Boost your Dev career in short time!
Created by Ahmed Ibrahim
Last updated 6/2021
English
English [Auto]
For more Udemy Courses: https://freecoursesite.com
Our Forum for Discussion: https://forum.freecoursesite.com
Files:
[FreeCourseSite.com] Udemy - The Python Programming Comprehensive Bootcamp 0. Websites you may like- [CourseClub.ME].url (0.1 KB)
- [FCS Forum].url (0.1 KB)
- [FreeCourseSite.com].url (0.1 KB)
- [GigaCourse.Com].url (0.0 KB)
- 001 Welcome to Python Programming v3.9 Comprehensive Bootcamp.mp4 (39.8 MB)
- 002 The Command Line and start coding.mp4 (48.4 MB)
- 003 Variables, Declarations, Holding different values and Assignments.mp4 (33.4 MB)
- 004 Identifiers rules, Keywords and Identifiers with examples.mp4 (22.2 MB)
- 005 Data Inputs and Outputs.mp4 (15.7 MB)
- 006 Common string operations.mp4 (32.8 MB)
- 007 String Detections.mp4 (23.7 MB)
- 008 Numbers and Numeric Types.mp4 (35.4 MB)
- 009 Hands-On Arithmetic Operations.mp4 (28.7 MB)
- 010 Hands-On comparisons and decisions.mp4 (20.7 MB)
- 011 Logical processes and choices.mp4 (10.1 MB)
- 012 Assignment operations in detail.mp4 (14.9 MB)
- 013 conditions cases and ternary in python.mp4 (8.4 MB) variables and data-python
- get_input.py (0.1 KB)
- identifiers.py (0.2 KB)
- main.py (0.0 KB)
- numbers_data.py (0.3 KB)
- operators.py (0.6 KB)
- string_data.py (0.3 KB)
- string_detection.py (0.2 KB)
- variables.py (0.4 KB)
- 001 Create a Python List.mp4 (14.5 MB)
- 002 List methods and operations 1.mp4 (17.4 MB)
- 003 List methods and operations 2.mp4 (16.0 MB)
- 004 Create Python tuples.mp4 (13.3 MB)
- 005 Tuple methods and operations 1.mp4 (11.7 MB)
- 006 Tuple methods and operations 2.mp4 (6.5 MB)
- 007 Tuple methods and operations 3.mp4 (19.1 MB)
- 008 Create Python Dictionaries.mp4 (17.9 MB)
- 009 dictionary methods and operations 1.mp4 (25.7 MB)
- 010 dictionary methods and operations 2.mp4 (30.7 MB)
- 011 Sets unordered collection, iterable, mutable and no duplicate elements.mp4 (23.2 MB) structure-data
- dict.py (0.2 KB)
- dict_methods.py (0.2 KB)
- dict_methods2.py (0.3 KB)
- list_methods.py (0.2 KB)
- list_methods2.py (0.3 KB)
- lists.py (0.2 KB)
- tuple.py (0.2 KB)
- tuple_method3.py (0.2 KB)
- tuple_methods.py (0.2 KB)
- tuple_methods2.py (0.1 KB)
- 001 if conditional statements to make decisions.mp4 (15.0 MB)
- 002 catch anything which isn't caught by the preceding conditions.mp4 (9.7 MB)
- 003 Try this condition example.mp4 (19.9 MB)
- 004 condition in a single line replacing the multiline.mp4 (13.8 MB)
- 005 construct loops with while statements.mp4 (9.0 MB)
- 006 terminate the current loop and resume execution at the next statement.mp4 (9.4 MB)
- 007 executed if the condition in the while loop evaluates to False.mp4 (12.5 MB)
- 008 Positioning the increments.mp4 (13.8 MB)
- 009 iterating over sequences with for.mp4 (16.4 MB) controlflow
- breakwhile.py (0.1 KB)
- elif.py (0.2 KB)
- else.py (0.1 KB)
- if_statement.py (0.1 KB)
- ternary.py (0.1 KB)
- while.py (0.1 KB)
- whileelse.py (0.1 KB)
- 001 Group of related statements to specific tasks.mp4 (25.2 MB)
- 002 information that are passed into the block.mp4 (19.6 MB)
- 003 Pass Multiple data into the task.mp4 (10.5 MB)
- 004 giving something back or replying to the caller.mp4 (14.8 MB)
- 005 playing with keyword args.mp4 (23.1 MB)
- 006 have the arbitrary number of arguments.mp4 (12.2 MB)
- 007 common technique to conquer algorithms.mp4 (15.7 MB)
- 008 Building anonymous blocks.mp4 (12.0 MB)
- 009 work with multiple arguments for lambda anonymous.mp4 (25.0 MB)
- 010 solving problems using anonymous function inside functions.mp4 (16.3 MB) functionalprogramming
- anonymous.py (0.2 KB)
- arbitargs.py (0.1 KB)
- args.py (0.2 KB)
- createfunction.py (0.2 KB)
- functionargs.py (0.2 KB)
- lambda.py (0.1 KB)
- lambdaargs.py (0.2 KB)
- paralist.py (0.1 KB)
- pass.py (0.0 KB)
- recursion.py (0.2 KB)
- returning.py (0.1 KB)
- 001 blueprint or prototype, bundling and functionality.mp4 (20.3 MB)
- 002 How to create multiple class objects.mp4 (16.3 MB)
- 003 handling classes and methods.mp4 (36.2 MB)
- 004 constructor in object oriented terminology.mp4 (19.9 MB)
- 005 groups of tasks that belong to the object.mp4 (25.3 MB)
- 006 representing the instance of the class.mp4 (25.9 MB)
- 007 best way to remove properties.mp4 (9.5 MB)
- 008 best way to remove objects.mp4 (7.0 MB)
- 009 modifying object properties.mp4 (8.8 MB)
- 010 building a super class and inheritance.mp4 (20.4 MB)
- 011 inherits all the methods and properties from another class.mp4 (16.2 MB) oop
- child.py (0.3 KB)
- createclass.py (0.2 KB)
- delobj.py (0.3 KB)
- inheritance.py (0.3 KB)
- init.py (0.3 KB)
- methods.py (0.3 KB)
- modifyobj.py (0.2 KB)
- multifunctions.py (0.5 KB)
- multiobject.py (0.3 KB)
- self.py (0.2 KB)
- 001 Master all about creating modules.mp4 (15.4 MB)
- 002 playing with codes in modules.mp4 (13.2 MB)
- 003 module alias, rename, and more.mp4 (18.6 MB)
- 004 standard library modules.mp4 (46.0 MB)
- 005 Importing from file consisting of codes.mp4 (13.0 MB) modsandfiles __pycache__
- firstmodule.cpython-38.pyc (0.4 KB)
- alias.py (0.1 KB)
- builtin.py (0.2 KB)
- empty.txt (0.0 KB)
- firstmodule.py (0.2 KB)
- hi.txt (0.0 KB)
- main.py (0.1 KB)
- modules.py (0.2 KB)
- new.txt (0.0 KB)
- read.py (0.2 KB)
- write.py (0.2 KB) 07 Playing with Files
- 001 Files handling L1.mp4 (17.5 MB)
- 002 Files Handling L2.mp4 (20.6 MB)
- 003 Files Handling L3.mp4 (22.8 MB) modsandfiles __pycache__
- firstmodule.cpython-38.pyc (0.4 KB)
- alias.py (0.1 KB)
- builtin.py (0.2 KB)
- empty.txt (0.0 KB)
- firstmodule.py (0.2 KB)
- hi.txt (0.0 KB)
- main.py (0.1 KB)
- modules.py (0.2 KB)
- new.txt (0.0 KB)
- read.py (0.2 KB)
- write.py (0.2 KB) 08 Playing with Exception events and analyzing Errors
- 001 try and except block.mp4 (15.0 MB)
- 002 many exceptions.mp4 (10.6 MB)
- 003 else with exceptions.mp4 (14.3 MB)
- 004 finally with exceptions.mp4 (22.2 MB)
- 005 raising exceptions.mp4 (16.9 MB)
- 006 example of raising type of exceptions.mp4 (20.4 MB) tryexcept
- try1.py (0.1 KB)
- try2.py (0.1 KB)
- try3.py (0.1 KB)
- try4.py (0.1 KB)
- 001 Parse JSON - Convert from JSON to Python.mp4 (19.9 MB)
- 002 Convert from Python to JSON.mp4 (15.1 MB)
- 003 Convert Python objects into JSON strings.mp4 (39.6 MB)
- 004 Python read and display from JSON file.mp4 (10.3 MB)
- 005 Writing and placing JSON to a file.mp4 (16.4 MB)
- 006 Python pretty technique for JSON.mp4 (14.9 MB) jsonfiles
- parse1.py (0.2 KB)
- parse2.py (0.2 KB)
- parse3.py (0.3 KB)
- parse4.py (0.1 KB)
- parse5.py (0.3 KB)
- parse6.py (0.3 KB)
- player.json (0.1 KB)
- player1.txt (0.1 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://fe.dealclub.de:6969/announce
- udp://tracker.leechers-paradise.org:6969/announce
- udp://9.rarbg.to:2710/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.uw0.xyz:6969/announce
- udp://open.stealth.si:80/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://tracker.moeking.me:6969/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://tracker.cyberia.is:6969/announce
- udp://open.demonii.si:1337/announce
- udp://tracker.openbittorrent.com:80/announce
- udp://tracker.coppersurfer.tk:6969/announce