Lynda - Programming Foundations - Beyond The Fundamentals [AhLaN]

Torrent Details


Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]

NAME
Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN].torrent
CATEGORY
Other
INFOHASH
ccdab0f998787dc9cd195547b16390aa57cb7e6c
SIZE
952 MB in 96 files
ADDED
Uploaded on 23-07-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

---------------------------------------------------------------------------------



-----------------------------------------------------------------------------------

                               Proudly Presents

-----------------------------------------------------------------------------------

Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]

     









SUPPLiER.....................................: WWW                                        RELEASE DATE......: 23/07/20

Uploader.....................................: abidmail                                   Collector.........: abidmail











                  ... RELEASE iNFORMATiON ...





GENERAL INFO

Instructor                                         : Sasha Vodnik

Duration                                           : 2h 4m

Released                                           : 3/31/2020







                  ... About This Course ...





Continue your coding journey as you dive deeper into the foundational concepts, practices, and terminology of programming. In this installment of the Programming Foundations series, instructor Sasha Vodnik goes beyond the basics, using Python to tackle a variety of intermediate and advanced concepts and skills you can add to your programming repertoire. Sasha covers creating and working with collections and loops, combining and manipulating strings, and using external code—all of which are critical concepts, regardless of which programming language you end up working with. He goes over several essential processes, such as choosing a code style and debugging. Plus, he digs into a few more advanced concepts, including memory management and multithreading.





Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1 - Introduction/01 - Broadening your knowledge of programming fundamentals.mp423.4 MB
1 - Introduction/02 - What you should know.mp45.6 MB
1 - Introduction/03 - Configuring your environment.mp420.8 MB
10 - 9. Advanced Topics/38 - Advanced topics in programming.mp48.9 MB
10 - 9. Advanced Topics/39 - Memory management across languages.mp428.7 MB
10 - 9. Advanced Topics/40 - Introduction to multithreading.mp414.2 MB
10 - 9. Advanced Topics/41 - Introduction to algorithms.mp431.8 MB
11 - Conclusion/42 - Continuing your programming quest.mp413.1 MB
2 - 1. Collections/04 - Understanding collections.mp413.6 MB
2 - 1. Collections/05 - Creating simple collections.mp414.9 MB
2 - 1. Collections/06 - Creating more complex collections.mp413 MB
2 - 1. Collections/07 - Working with collections.mp418.7 MB
2 - 1. Collections/08 - Collections in other languages.mp49.5 MB
2 - 1. Collections/09 - Challenge - Working with a collection.mp420.9 MB
2 - 1. Collections/10 - Solution - Working with a collection.mp4103.3 MB
3 - 2. Iteration/11 - Introduction to iteration.mp410.4 MB
3 - 2. Iteration/12 - Iterating through collections.mp420.9 MB
3 - 2. Iteration/13 - Iterating to a custom endpoint.mp412.1 MB
3 - 2. Iteration/14 - Challenge - Creating a for loop.mp413.8 MB
3 - 2. Iteration/15 - Solution - Creating a for loop.mp450.4 MB
4 - 3. Using External Code/16 - Comparing types of external code.mp420.4 MB
4 - 3. Using External Code/17 - Working with a module.mp414.6 MB
4 - 3. Using External Code/18 - Understanding libraries and frameworks.mp414.8 MB
5 - 4. Working with Strings/19 - Combining and manipulating strings.mp420.7 MB
5 - 4. Working with Strings/20 - Finding patterns in strings.mp421.9 MB
5 - 4. Working with Strings/21 - Creating regular expressions.mp417.8 MB
5 - 4. Working with Strings/22 - Challenge - Strings.mp416.9 MB
5 - 4. Working with Strings/23 - Solution - Strings.mp468 MB
6 - 5. Planning a Program/24 - Choosing a code style.mp426.8 MB
6 - 5. Planning a Program/25 - Writing pseudocode.mp413.7 MB
7 - 6. Input and Output/26 - Introduction to input and output.mp415.4 MB
7 - 6. Input and Output/27 - Working with file input and output.mp420.3 MB
8 - 7. Debugging/28 - Introduction to debugging.mp418.9 MB
8 - 7. Debugging/29 - Debugging code in an IDE.mp415.2 MB
8 - 7. Debugging/30 - Interpreting error messages.mp414.9 MB
8 - 7. Debugging/31 - Debugging without error messages.mp415.8 MB
8 - 7. Debugging/32 - Creating a test case.mp426.3 MB
8 - 7. Debugging/33 - Challenge - Debugging.mp428.1 MB
8 - 7. Debugging/34 - Solution - Debugging.mp448.9 MB
9 - 8. Object Orientation/35 - Introduction to object-oriented programming.mp422.4 MB
9 - 8. Object Orientation/36 - Using built-in classes.mp414.8 MB
9 - 8. Object Orientation/37 - Creating custom classes and objects.mp427.1 MB
AhLaN.txt175 B
Exercise Files/Ch01/01_02/begin/list.py73 B
Exercise Files/Ch01/01_02/end/list.py176 B
Exercise Files/Ch01/01_03/begin/dictionary.py147 B
Exercise Files/Ch01/01_03/end/dictionary.py301 B
Exercise Files/Ch01/01_04/begin/dictionary.py301 B
Exercise Files/Ch01/01_04/begin/list.py176 B
Exercise Files/Ch01/01_04/end/dictionary.py337 B
Exercise Files/Ch01/01_04/end/list.py193 B
Exercise Files/Ch01/01_06/begin/collections.py309 B
Exercise Files/Ch01/01_07/begin/collections.py309 B
Exercise Files/Ch01/01_07/end/collections.py675 B
Exercise Files/Ch02/02_02/begin/for_loop.py68 B
Exercise Files/Ch02/02_02/end/for_loop.py141 B
Exercise Files/Ch02/02_03/begin/while_loop.py0 B
Exercise Files/Ch02/02_03/end/while_loop.py104 B
Exercise Files/Ch02/02_04/begin/for_loop_challenge.py107 B
Exercise Files/Ch02/02_05/begin/for_loop_challenge.py107 B
Exercise Files/Ch02/02_05/end/for_loop_challenge.py174 B
Exercise Files/Ch03/03_02/begin/app.py0 B
Exercise Files/Ch03/03_02/begin/testmodule.py49 B
Exercise Files/Ch03/03_02/end/app.py41 B
Exercise Files/Ch03/03_02/end/testmodule.py49 B
Exercise Files/Ch03/03_02/end/__pycache__/testmodule.cpython-37.pyc383 B
Exercise Files/Ch04/04_01/begin/app.py47 B
Exercise Files/Ch04/04_01/end/app.py178 B
Exercise Files/Ch04/04_02/begin/app.py80 B
Exercise Files/Ch04/04_02/end/app.py304 B
Exercise Files/Ch04/04_03/begin/app.py96 B
Exercise Files/Ch04/04_03/end/app.py297 B
Exercise Files/Ch04/04_04/begin/app.py89 B
Exercise Files/Ch04/04_05/begin/app.py89 B
Exercise Files/Ch04/04_05/end/app.py206 B
Exercise Files/Ch06/06_02/begin/add-values.py276 B
Exercise Files/Ch06/06_02/begin/values.txt13 B
Exercise Files/Ch06/06_02/end/add-values.py276 B
Exercise Files/Ch06/06_02/end/values-totaled.txt27 B
Exercise Files/Ch06/06_02/end/values.txt13 B
Exercise Files/Ch07/07_02/begin/count.py41 B
Exercise Files/Ch07/07_02/end/count.py59 B
Exercise Files/Ch07/07_03/begin/compare.py57 B
Exercise Files/Ch07/07_03/end/compare.py53 B
Exercise Files/Ch07/07_04/begin/count.py45 B
Exercise Files/Ch07/07_04/end/count.py45 B
Exercise Files/Ch07/07_05/begin/forecast.py201 B
Exercise Files/Ch07/07_05/end/forecast.py246 B
Exercise Files/Ch07/07_06/begin/plant.py256 B
Exercise Files/Ch07/07_07/begin/plant.py256 B
Exercise Files/Ch07/07_07/end/plant.py265 B
Exercise Files/Ch08/08_02/begin/list.py78 B
Exercise Files/Ch08/08_02/end/list.py125 B
Exercise Files/Ch08/08_03/begin/class.py386 B
Exercise Files/Ch08/08_03/end/class.py560 B
Seed Me!!.png42 KB

Alternative Torrents for 'Lynda Programming Foundations Beyond Fundamentals AhLaN'.

There are no alternative torrents found.