Other

[ DevCourseWeb com ] Udemy - A Python project with coding framework and unit testing

  • Download Faster
  • Download torrent
  • Direct Download
  • Rate this torrent +  |  -
[ DevCourseWeb com ] Udemy - A Python project with coding framework and unit testing

Download Anonymously! Get Protected Today And Get your 70% discount


Torrent info

Name:[ DevCourseWeb com ] Udemy - A Python project with coding framework and unit testing

Infohash: 235E3548652B7CEB65FF42287884F49538F7E0FA

Total Size: 770.38 MB

Seeds: 0

Leechers: 4

Stream: Watch Full Movie @ Movie4u

Last Updated: 2024-04-26 02:35:29 (Update Now)

Torrent added: 2022-01-17 20:02:02






Torrent Files List


Get Bonus Downloads Here.url (Size: 770.38 MB) (Files: 182)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  1. Introduction

   1. Introduction.mp4

6.29 MB

   1. Introduction.srt

1.99 KB

   2. What is Python.mp4

2.09 MB

   2. What is Python.srt

1.58 KB

   3. Installing Python.mp4

5.01 MB

   3. Installing Python.srt

0.60 KB

   4. Installing PyCharm.mp4

19.30 MB

   4. Installing PyCharm.srt

1.72 KB

   5. Creating a project in the main Python environment.mp4

7.42 MB

   5. Creating a project in the main Python environment.srt

1.73 KB

  2. Python getting started

   1. Python basics.mp4

52.44 MB

   1. Python basics.srt

7.77 KB

   1.1 learn_python.py

1.09 KB

   2. Python dictionary.mp4

29.38 MB

   2. Python dictionary.srt

4.81 KB

   3. Python List and Tuple.mp4

13.87 MB

   3. Python List and Tuple.srt

2.26 KB

   PythonCollections

    idea

     PythonCollections.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.18 KB

     modules.xml

0.29 KB

     workspace.xml

4.01 KB

    main.py

0.49 KB

   learn_python.py

1.09 KB

   main.py

0.70 KB

  3. Organizing code, logging and error handling

   1. Structuring code with classes and functions.mp4

45.54 MB

   1. Structuring code with classes and functions.srt

8.30 KB

   2. Initializing variables with a constructor.mp4

28.70 MB

   2. Initializing variables with a constructor.srt

4.97 KB

   3. Logging using basic config.mp4

27.65 MB

   3. Logging using basic config.srt

4.52 KB

   4. Logging using file config.mp4

28.83 MB

   4. Logging using file config.srt

5.17 KB

   5. Having multiple loggers in an application.mp4

28.79 MB

   5. Having multiple loggers in an application.srt

3.87 KB

   6. Error handling with try and except blocks.mp4

18.43 MB

   6. Error handling with try and except blocks.srt

3.09 KB

   FileProcessor

    __pycache__

     ingest.cpython-39.pyc

0.83 KB

     persist.cpython-39.pyc

0.96 KB

    driver.py

0.79 KB

    idea

     FileProcessor.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.18 KB

     modules.xml

0.28 KB

     workspace.xml

6.32 KB

    ingest.py

0.39 KB

    persist.py

0.51 KB

    resources

     configs

      logging.conf

0.53 KB

  4. Reading configuration and database interaction

   1. Reading properties from a configuration file.mp4

23.31 MB

   1. Reading properties from a configuration file.srt

3.57 KB

   2. Installing PostgreSQL.mp4

23.31 MB

   2. Installing PostgreSQL.srt

3.95 KB

   3. Reading from and writing to Postgres.mp4

70.96 MB

   3. Reading from and writing to Postgres.srt

9.55 KB

   4. Organizing code further.mp4

24.32 MB

   4. Organizing code further.srt

3.31 KB

   5. Handling the unique key constraint error.mp4

13.82 MB

   5. Handling the unique key constraint error.srt

2.19 KB

   FileProcessor

    __pycache__

     ingest.cpython-39.pyc

0.83 KB

     persist.cpython-39.pyc

2.13 KB

    driver.py

0.81 KB

    idea

     FileProcessor.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.18 KB

     modules.xml

0.28 KB

     workspace.xml

6.88 KB

    ingest.py

0.39 KB

    persist.py

2.20 KB

    processor

     __pycache__

      ingest.cpython-39.pyc

0.85 KB

      persist.cpython-39.pyc

2.30 KB

     ingest.py

0.40 KB

     persist.py

2.41 KB

     resources

      configs

       logging.conf

0.53 KB

      fileprocessor.ini

0.06 KB

    resources

     configs

      logging.conf

0.53 KB

     fileprocessor.ini

0.06 KB

   Postgres-course-catalog.sql

1.06 KB

   data_pipeline.py

3.38 KB

   pipeline

    __pycache__

     ingest.cpython-39.pyc

1.92 KB

     persist.cpython-39.pyc

1.79 KB

     transform.cpython-39.pyc

0.97 KB

    ingest.py

1.52 KB

    persist.py

1.83 KB

    postgresql-42.2.18.jar

981.17 KB

    resources

     configs

      logging.conf

0.63 KB

     pipeline.ini

0.06 KB

    retailstore.csv

0.27 KB

    transform.py

0.61 KB

  5. Reading data from a JSON file and storing it in database

   1. Reading data from a JSON file.mp4

19.46 MB

   1. Reading data from a JSON file.srt

2.72 KB

   2. Writing JSON file data to PostgreSQL.mp4

49.63 MB

   2. Writing JSON file data to PostgreSQL.srt

4.79 KB

   FileProcessor

    course.json

0.17 KB

    driver.py

0.88 KB

    idea

     FileProcessor.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.18 KB

     modules.xml

0.28 KB

     workspace.xml

7.25 KB

    processor

     __pycache__

      ingest.cpython-39.pyc

1.01 KB

      persist.cpython-39.pyc

2.95 KB

     ingest.py

0.57 KB

     persist.py

3.72 KB

     resources

      configs

       logging.conf

0.53 KB

      fileprocessor.ini

0.06 KB

  6. Creating REST APIs

   1. What is REST.mp4

3.44 MB

   1. What is REST.srt

1.47 KB

   2. Understanding how REST will be used in the application.mp4

2.62 MB

   2. Understanding how REST will be used in the application.srt

1.26 KB

   3. Creating a REST API to fetch course list.mp4

53.17 MB

   3. Creating a REST API to fetch course list.srt

7.51 KB

   4. Creating a REST API to store course information.mp4

41.98 MB

   4. Creating a REST API to store course information.srt

5.98 KB

   FileProcessor

    course.json

0.17 KB

    driver.py

1.53 KB

    idea

     FileProcessor.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.29 KB

     modules.xml

0.28 KB

     workspace.xml

7.25 KB

    processor

     __pycache__

      ingest.cpython-39.pyc

1.01 KB

      persist.cpython-39.pyc

2.95 KB

     ingest.py

0.57 KB

     persist.py

3.75 KB

     resources

      configs

       logging.conf

0.53 KB

      fileprocessor.ini

0.06 KB

   RestClient

    idea

     RestClient.iml

0.28 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.18 KB

     modules.xml

0.27 KB

     workspace.xml

4.00 KB

    main.py

0.40 KB

  7. Unit testing

   1. Python unittest package.mp4

23.24 MB

   1. Python unittest package.srt

3.99 KB

   2. Data and error testing.mp4

39.84 MB

   2. Data and error testing.srt

5.59 KB

   3. Unit testing with PyTest.mp4

40.33 MB

   3. Unit testing with PyTest.srt

4.74 KB

   FileProcessor

    course.json

0.17 KB

    driver.py

1.53 KB

    idea

     FileProcessor.iml

0.51 KB

     gitignore

0.05 KB

     inspectionProfiles

      Project_Default.xml

0.42 KB

      profiles_settings.xml

0.17 KB

     misc.xml

0.29 KB

     modules.xml

0.28 KB

     workspace.xml

13.58 KB

    processor

     __pycache__

      ingest.cpython-39.pyc

1.01 KB

      persist.cpython-39.pyc

2.95 KB

     ingest.py

0.57 KB

     persist.py

3.75 KB

     resources

      configs

       logging.conf

0.53 KB

      fileprocessor.ini

0.06 KB

    pytest_cache

     CACHEDIR.TAG

0.19 KB

     README.md

0.30 KB

     gitignore

0.04 KB

     v

      cache

       lastfailed

0.00 KB

       nodeids

0.12 KB

       stepwise

0.00 KB

    test_persist.py

1.33 KB

    test_persist2.py

0.50 KB

  8. Where to go from here

   1. Where to go from here.html

0.79 KB

   2. Preview - ML Model deployment.mp4

11.44 MB

   2. Preview - ML Model deployment.srt

2.56 KB

   2.1 ML_Coupon.txt

0.11 KB

   3. Preview - Data Engineering - Hadoop and Spark.mp4

14.57 MB

   3. Preview - Data Engineering - Hadoop and Spark.srt

3.58 KB

   3.1 Data_Engineering_Coupon.txt

0.09 KB

  Bonus Resources.txt

0.38 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - A Python project with coding framework and unit testing Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu