BITCQ

Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers

Size: 896.6 MB
Magnet link

Name Size
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0512.Puzzles with Data Structures.mp4 85.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/01.Introduction/0102.Introduction-to-the-Course-Guide.mp4 2.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/01.Introduction/0103.Installing Python 3 and Launch Python Shell.mp4 5.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/01.Introduction/0104.Installing PyCharm.mp4 2.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0201.Hello World in Python.mp4 4.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0202.Hello World in Python - Making Sense.mp4 6.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0203.Importing-Java-Code-into-Eclipse.mp4 5.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0204.Your First Python Method.mp4 9.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0205.Your First Python Method - A Few Tips.mp4 10.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0206.Passing Parameters and Your First Python Loop.mp4 7.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0207.Exercises with Python Methods and For Loop.mp4 8.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0208.Python For Loop – Puzzles.mp4 5.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0209.Writing Java Example in Python - Part 1.mp4 6.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0210.Writing Java Example in Python - Part 2.mp4 7.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0211.Returning values from methods.mp4 5.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0212.Introduction to Basic Data Types in Python.mp4 5.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0213.Python is Strongly Typed and Dynamic Language.mp4 5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0214.Numberic Operators and Functions in Python.mp4 7.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0215.Boolean Operators in Python.mp4 4.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0216.Python Text Data Type – String.mp4 12.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0217.Data Type Conversion – Puzzles.mp4 7.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0218.Strings are immutable.mp4 9.2 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0219.There is no separate Character data type.mp4 4.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0220.String module.mp4 7.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0221.Exercise - is vowel, print lower case and upper case characters.mp4 11.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/02.Getting Started With Python/0222.String - Exercises and Puzzles.mp4 10.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0301.Overview of Conditionals and Loops in Python.mp4 12.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0302.Shortcut If Statement.mp4 2.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0303.If Else and Elif in Python.mp4 6.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0304.If Elif Exercise - Java to Python.mp4 11.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0305.Conditionals - Java vs Python.mp4 8.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0306.For Loop - A Review.mp4 3.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0307.For Loop - A few examples.mp4 10.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0308.While Loop in Python - Introduction and Exercise.mp4 6.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/03.Conditionals and Loops/0309.Implementing Do While with While.mp4 10.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0401.OOPS in Python - An overview.mp4 4.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0402.Your First Python Class - Empty Class and Instances.mp4 9.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0403.Instance Variables and Constructors in Python.mp4 14.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0404.Exercise - Part 1 - Add an attribute.mp4 7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0405.Exercise - Part 2 - Create a new Class.mp4 4.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0406.Constructors in Python - A few tips.mp4 19.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0407.Adding instance methods.mp4 8.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0408.OOPS Under the Hood.mp4 15.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0409.Inheritance in Python.mp4 15.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0410.Multiple Inheritance in Python.mp4 6.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0411.Every class extends object.mp4 6.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0412.Creating an Abstract Class.mp4 19.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0413.Representing an Interface using Abstract Class.mp4 14 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0414.Polymorphism and Duck Typing.mp4 16.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0415.Static Variables at Class Level.mp4 11.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/04.Object Oriented Programming with Python/0416.Static Methods in Python.mp4 7.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0501.Introduction to Data Structures in Python.mp4 3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0502.Operations on List Data Structure.mp4 3.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0503.Puzzles with Strings Lists.mp4 9.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0504.List Slicing.mp4 8.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0505.List Sorting, Looping and Reversing.mp4 9.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0506.List as a Stack and Queue.mp4 4.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0507.List with a custom class - Country and representation.mp4 8.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0508.List with a custom class - Part 2 - sorting, max and min.mp4 10.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0509.List Comprehension.mp4 8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0510.Introduction to Set.mp4 8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0511.Introduction to Dictionary.mp4 6.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/01.Introduction/0101.Introduction-to-the-Course.mp4 4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/05.Python Data Structures/0513.Tuples.mp4 9.2 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/06.Exception Handling in Python/0601.Part 1 - Overview of Exception Handling.mp4 5.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/06.Exception Handling in Python/0602.Part 2 - Exceptions in Python.mp4 7.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/06.Exception Handling in Python/0603.Exception Handling with try except else finally block.mp4 11.2 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/06.Exception Handling in Python/0604.Throwing Custom Exceptions in Python.mp4 17.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0701.Functions are First Class Citizens in Python.mp4 7.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0702.Introduction to Lambdas.mp4 8.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0703.Filtering a list using filter method.mp4 10.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0704.Mapping a List with map method.mp4 9.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0705.Reduce a List to one result value.mp4 7.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0706.Combining map, filter and reduce - Example 1.mp4 6.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/07.Functional Programming/0707.Combining map, filter and reduce - Example 2.mp4 6.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/08.Built-In Python Modules/0801.Tip 1 - Using Predefined Python Modules.mp4 6.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/08.Built-In Python Modules/0802.Tip 2 - Math Module and Decimal Class.mp4 6.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/08.Built-In Python Modules/0803.Tip 3 - Statistics Module - find mean and median.mp4 4.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/08.Built-In Python Modules/0804.Tip 4 - Collections Module - deque for Queue and Stack.mp4 3.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/08.Built-In Python Modules/0805.Tip 5 - Date Module.mp4 9.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0901.Tip 1 - Loop - Getting Index Element.mp4 3.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0902.Tip 2 - Enum in Python.mp4 5.5 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0903.Tip 3 - Methods and Arguments – Basics.mp4 12.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0904.Tip 4 - Methods and Arguments - Keyword Arguments.mp4 11.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0905.Tip 5 - Methods and Arguments - Unpacking Lists and Dictionaries.mp4 8.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0906.Tip 6 - PEP8 - Python Style Guide.mp4 8.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0907.Tip 7 - PEP20 - Zen of Python.mp4 5.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0908.Tip 8 - Creating Custom Modules and Using Them.mp4 11.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0909.Tip 9 – None.mp4 8.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0910.Tip 10 - repr vs str.mp4 4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0911.Tip 11 - No Switch in Python.mp4 4.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0912.Tip 12 - Generating Random Values in Python.mp4 5.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0913.Tip 13 - Returning Multiple Values using Tuples.mp4 1.9 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0914.Tip 14 - Implementing Data Classes with namedtuple.mp4 3.1 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0915.Tip 15 - Getters and Setters is Python Anti Pattern.mp4 9.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0916.Tip 16 - Implementing Property Decorators.mp4 12.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0917.Tip 17 - Operator Overloading - Adding and subtracting amounts.mp4 9.4 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0918.Tip 18 - Operator Overloading - Other Operators.mp4 4.6 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0919.Tip 19 - Comparing equality of objects.mp4 8.8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0920.Tip 20 - Using greater than and less than to compare objects.mp4 7.7 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0921.Tip 21 - Total Ordering - Simplifying object comparison.mp4 8 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/09.Python Tips/0922.Congratulations.mp4 1.3 MB
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers/Exercise Files/exercise_files.zip 1.7 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Java EE 6. Tworzenie aplikacji w NetBeans 7 - David R. Heffelfinger (2014, Helion / Packt).pdf Application 10.5 MB 3
Packt.Deep.Learning.Practical.Neural.Networks.with.Java.B071GC77N9.azw3 20.3 MB 11
[ FreeCourseWeb.com ] Packt - Java Concurrency and Multithreading in Practice.zip Application 354.6 MB 7
Packt.Java.9.Data.Structures.and.Algorithms.1785889346.B01KM5RLGS 10.2 MB 7
[ FreeCourseWeb.com ] PACKT - Java 9 Programming for Complete Beginners in 250 Steps.rar Application 2.4 GB 6
[ FreeCourseWeb.com ] Packt - Modern Java Web Applications with Spring Boot 2.x.zip Application 1.2 GB 6
[FreeCoursesOnline.Me] [Packt] Machine Learning Projects with Java [FCO] Video 630.1 MB 5
[FreeCoursesOnline.Me] [Packt] Java SE 8 Programmer 1 [Integrated Course] [FCO] Video 490 MB 3
Packt.Java.EE.6.Cookbook.for.Securing.Tuning.and.Extending.Enterprise.Applications.Jun.2012.RETAIL.eBook-ELOHiM Application 11 MB 3
[FreeCoursesOnline.Me] [Packt] Hands-On Data Science with Java [FCO] Video 603.4 MB 3
[ FreeCourseWeb.com ] Packt - Design Patterns and SOLID Principles with Java.zip Application 1.3 GB 3
[ FreeCourseWeb.com ] Packt - Beyond the Java Language.zip Application 947.2 MB 3
[FreeCoursesOnline.Me] [Packt] Hands-On Reinforcement Learning with Java [FCO] Video 365.4 MB 2
[FreeCoursesOnline.Me] [Packt] Java 9 Programming for Complete Beginners in 250 Steps [FCO] Video 2.6 GB 1
Packt - RESTful Java Web Services (11-2009) (ATTiCA).pdf Application 2.4 MB 1
Alan Souza, Fábio Soares-Neural Network Programming with Java-Packt Publishing (2016).pdf Application 5.8 MB 1
Packt.Java.EE.Development.with.Eclipse.2nd.Edition.1785285343 51.6 MB 11
[FreeCoursesOnline.Me] [Packt] Hands-On Java Regular Expressions [FCO] Video 582 MB 11
Packt.Java.9.Programming.Blueprints.178646019X.epub Ebook 3.5 MB 9
Packt Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers Video 896.6 MB 5

Loading...