Indian Pythonista
Indian Pythonista
  • 270
  • 4 920 140
Unit Testing in Python with pytest | Advanced Mocking (Part-10)
In this video, we cover some advanced mocking scenarios.
Code: github.com/nikhilkumarsingh/pytest-tut
Playlist: czcams.com/play/PLyb_C2HpOQSBWGekd7PfhHnb9GnqDgrxS.html
------------------------------------------------------------
Explore my tutorials: nikhilkumarsingh.github.io/tutorials/
More awesome topics covered here:
WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5
Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem
Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y8kbn4xu
Curses in Python : tinyurl.com/y8ws3x4l
Discovering Hidden APIs : tinyurl.com/y7sdegoq
RegEx in Python : tinyurl.com/y84cnuns
Python for Data Science : tinyurl.com/yd7x6j5e
Introduction to Pandas : tinyurl.com/ycr4qytt
Introduction to Matplotlib : tinyurl.com/y8caem3r
Introduction to Numpy : tinyurl.com/yc8uhtn9
Functional Programming in Python : tinyurl.com/ybubzum6
Python Package Publishing : tinyurl.com/ya2fn3wb
Multithreading in Python : tinyurl.com/ycnummb8
Multiprocessing in Python : tinyurl.com/y8qkjqtx
Parallel Programming in Python : tinyurl.com/yakl5udt
Concurrent Programming in Python : tinyurl.com/y9ppkkhc
Dataclasses in Python : tinyurl.com/y8zfqleq
Exploring CZcams Data API : tinyurl.com/y7jhs8rm
Just For Fun : tinyurl.com/y9on8gb5
Exploring AWS : tinyurl.com/ydxmhhz9
Jupyter Notebook (Tips, Tricks and Hacks) : tinyurl.com/y8qdhcrp
Decorators in Python : tinyurl.com/y7ghraa9
Inside Python : tinyurl.com/yd8xqbjj
Exploring datetime : tinyurl.com/y96jzylm
Collections in Python : tinyurl.com/ybxltgvk
Networking : tinyurl.com/y97eroql
Computer Vision for noobs : tinyurl.com/y8pxz436
Python for web : tinyurl.com/y829py3g
Awesome Linux Terminal : tinyurl.com/y8no3zso
Intermediate Python : tinyurl.com/yasmecaw
Tips, tricks, hacks and APIs : tinyurl.com/y9xqzzl4
Optical Character Recognition : tinyurl.com/ybt3to6q
Facebook Messenger Bot Tutorial : tinyurl.com/y9wvjc9g
Facebook: IndianPythonista
Github: www.github.com/nikhilkumarsingh
Twitter: nikhilksingh97
------------------------------------------------------------
#python #pytest #tutorial
zhlédnutí: 28 441

Video

Unit Testing in Python with pytest | Introduction to mock (Part-9)
zhlédnutí 77KPřed 4 lety
In this video, learn how to mock object in Python for unit testing with Python. Code: github.com/nikhilkumarsingh/pytest-tut Playlist: czcams.com/play/PLyb_C2HpOQSBWGekd7PfhHnb9GnqDgrxS.html Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.c...
Unit Testing in Python with pytest | Parametrizing Unit Tests (Part-4)
zhlédnutí 11KPřed 4 lety
In this video, learn how to parametrize pytest unit tests. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y8...
Unit Testing in Python with pytest | Parametrizing Fixtures (Part-8)
zhlédnutí 7KPřed 4 lety
In this video, learn how to parametrize pytest fixtures. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y8kb...
Unit Testing in Python with pytest | Creating Fixture Factory (Part-7)
zhlédnutí 9KPřed 4 lety
In this video, learn how to create a pytest fixture factory. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/...
Unit Testing in Python with pytest | Creating Custom Fixture (Part-6)
zhlédnutí 9KPřed 4 lety
In this video, learn how to create a custom pytest fixture. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y...
Unit Testing in Python with pytest | Introduction to Fixtures (Part-5)
zhlédnutí 12KPřed 4 lety
This video explains the basics of pytest fixtures. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y8kbn4xu C...
Unit Testing in Python with pytest | Introduction to Markers (Part-3)
zhlédnutí 15KPřed 4 lety
In this video, learn the basics of pytest markers. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongoDB : tinyurl.com/y8kbn4xu C...
Unit Testing in Python with pytest | Asserting Expected Exceptions (Part-2)
zhlédnutí 22KPřed 4 lety
In this video, learn how to assert expected exceptions in a pytest unit test. Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8yg4vem Creating Chat Application using Flask, Socket.IO & mongo...
Unit Testing in Python with pytest | Getting Started (Part-1)
zhlédnutí 42KPřed 4 lety
In this video, learn about: 1. Levels and types of software testing 2. Setting up PyCharm project for testing with pytest 3. Writing unit tests for pytest Code: github.com/nikhilkumarsingh/pytest-tut Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : ...
Plotting Choropleth Maps using Python (Plotly)
zhlédnutí 93KPřed 4 lety
A choropleth map is a type of thematic map in which areas are shaded or patterned in proportion to a statistical variable that represents an aggregate summary of a geographic characteristic within each area, such as population density or per-capita income. Code: github.com/nikhilkumarsingh/choropleth-python-tutorial Reading Wikipedia Tables using Python: czcams.com/video/7NmBCUOIYPk/video.html ...
Reading Wikipedia Tables using Python
zhlédnutí 4,8KPřed 4 lety
In this video, learn how to easily read wikipedia tables using Python. We use pandas library's read_html method. Code: gist.github.com/nikhilkumarsingh/c72944cabb8d571b744d25eff458840e Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Python : tinyurl.com/y9n9ott5 Serverless Rest API using AWS and Python : tinyurl.com/y8y...
Running Shell Commands using Python (Detailed Explanation)
zhlédnutí 90KPřed 4 lety
In this video, learn how to run shell commands using Python. This is useful when your python program has to interact with another program via its CLI. All the concepts have been explained in detail. Code: gist.github.com/nikhilkumarsingh/c23fbd592b4268f225cb895afaa187fe Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Py...
Automatic Card Generation from Template (Image Manipulation using Python)
zhlédnutí 13KPřed 4 lety
In this video, learn how to generate a card from a given template image. This is useful when you have a bunch of records and want to generate a card for each record by pasting information over the given template. Code: github.com/nikhilkumarsingh/tempate-card-generator/ Explore my tutorials: nikhilkumarsingh.github.io/tutorials/ More awesome topics covered here: WhatsApp Bot using Twilio and Py...
Running Cron Jobs on AWS Lambda (w/ Practical Example and SAM Project Setup)
zhlédnutí 11KPřed 4 lety
In this video, learn how to run cron jobs on AWS Lambda using CloudWatch Events. We take a practical example of aggregating twitter trends data over a time range into an S3 Bucket. Code: github.com/nikhilkumarsingh/lambda-schduler-example Intro to AWS Lambda: czcams.com/video/sTr30oviyHc/video.html Project Setup using AWS SAM: czcams.com/video/BiV-kdQbEo0/video.html Cron: czcams.com/video/Q2CNZ...
Exploring Amazon DynamoDB Local w/ Docker and Python
zhlédnutí 4,6KPřed 4 lety
Exploring Amazon DynamoDB Local w/ Docker and Python
Fetching File Timestamps using Python
zhlédnutí 7KPřed 4 lety
Fetching File Timestamps using Python
Displaying Progress Bar for Concurrent Tasks
zhlédnutí 12KPřed 4 lety
Displaying Progress Bar for Concurrent Tasks
secrets in Python (and why random is not so random)
zhlédnutí 7KPřed 4 lety
secrets in Python (and why random is not so random)
Making multiple HTTP requests using Python (synchronous, multiprocessing, multithreading, asyncio)
zhlédnutí 90KPřed 4 lety
Making multiple HTTP requests using Python (synchronous, multiprocessing, multithreading, asyncio)
Introduction to PyPy
zhlédnutí 26KPřed 4 lety
Introduction to PyPy
127.0.0.1 vs 0.0.0.0 (Simple Explanation)
zhlédnutí 38KPřed 4 lety
127.0.0.1 vs 0.0.0.0 (Simple Explanation)
Exploring functools (reduce, partial, wraps, lru_cache, total_ordering, singledispatch, etc)
zhlédnutí 14KPřed 4 lety
Exploring functools (reduce, partial, wraps, lru_cache, total_ordering, singledispatch, etc)
Creating TamperMonkey Userscripts | Augmented Browsing
zhlédnutí 131KPřed 4 lety
Creating TamperMonkey Userscripts | Augmented Browsing
Creating CI/CD Pipeline using GitHub Actions for Python Project (Heroku Deployment Example)
zhlédnutí 78KPřed 4 lety
Creating CI/CD Pipeline using GitHub Actions for Python Project (Heroku Deployment Example)
Working with DynamoDB using Python (Hash Key, Range Key and Indexes Explained)
zhlédnutí 7KPřed 4 lety
Working with DynamoDB using Python (Hash Key, Range Key and Indexes Explained)
Serverless Rest API using AWS and Python | Introduction to DynamoDB (Part-7)
zhlédnutí 7KPřed 4 lety
Serverless Rest API using AWS and Python | Introduction to DynamoDB (Part-7)
Serverless Rest API using AWS and Python | Flask DynamoDB Integration (Part-8)
zhlédnutí 10KPřed 4 lety
Serverless Rest API using AWS and Python | Flask DynamoDB Integration (Part-8)
Serverless Rest API using AWS and Python | Introduction to AWS Lambda (Part-2)
zhlédnutí 20KPřed 4 lety
Serverless Rest API using AWS and Python | Introduction to AWS Lambda (Part-2)
Serverless Rest API using AWS and Python | Introduction to AWS CloudFormation (Part-4)
zhlédnutí 12KPřed 4 lety
Serverless Rest API using AWS and Python | Introduction to AWS CloudFormation (Part-4)

Komentáře

  • @rijuroy7415
    @rijuroy7415 Před 8 dny

    Fantastic!!!!!!

  • @rijuroy7415
    @rijuroy7415 Před 8 dny

    Simply the best.

  • @rijuroy7415
    @rijuroy7415 Před 8 dny

    Excellent work Sir.

  • @josephnewman
    @josephnewman Před 15 dny

    Thank you for this very helpful tutorial!

  • @dizumadhukalya7750
    @dizumadhukalya7750 Před 19 dny

    Python beginner - I want to plot Literacy rates of Indian states as a choropleth map of India. I have the data in a .csv file as I could not find a geojson file. But I am unable to understand how to map it. My assignment is due tomorrow and I have been stuck in this since yesterday. Any help would be appreciated.

  • @stringsam
    @stringsam Před 23 dny

    wonderful tutorial !

  • @NiyitegekaJeanPierre-p6h

    X by niyitegeka jean Pierre

  • @NiyitegekaJeanPierre-p6h

    X by niyitegeka jean Pierre 1:13

  • @NiyitegekaJeanPierre-p6h

    X by niyitegeka jean Pierre

  • @seth9526
    @seth9526 Před 25 dny

    this is amaost exactly the thing im hunting for i decided to make a five nights at freddy's contracts for people to spend 5 bucks to have a prop or just for five 5 more bucks to have it laminated i was gonna do id cards for the fandom too like security guard with a rq or barcodr message any way is there a video like this but for documents can be done in a font? examle the conteact is a position of a job, let's say night security ill have it in a font the employer henry emily and i need the date signed by that employer of current date and this is exactly what i need for id card for fandoms pic and input things and basicly print it out

  • @Jjjnmkkmkkk
    @Jjjnmkkmkkk Před 28 dny

    What about CZcams website hidden APIs

  • @Jjjnmkkmkkk
    @Jjjnmkkmkkk Před 28 dny

    What about the CZcams website hidden API can it work for it too

  • @DevyaniArya08
    @DevyaniArya08 Před měsícem

    broohhhhhh, i just cant expresss that howw much thankful i m. thankyouuu soooo muchhhh. you just made it too easy to understand, once again thankyouuuuuuuuuu

  • @ralphanthony5198
    @ralphanthony5198 Před měsícem

    How can I contact you?

  • @ralphanthony5198
    @ralphanthony5198 Před měsícem

    Hello, Nikhil! Great series!

  • @RAVITEJASILVARY
    @RAVITEJASILVARY Před měsícem

    s.redyy

  • @josephomondi629
    @josephomondi629 Před měsícem

    great video buddy

  • @RAVITEJASILVARY
    @RAVITEJASILVARY Před měsícem

    s.redyy

  • @RAVITEJASILVARY
    @RAVITEJASILVARY Před měsícem

    jai pubg

  • @last-oc3ul
    @last-oc3ul Před měsícem

    jai pubg

  • @RAVITEJASILVARY
    @RAVITEJASILVARY Před měsícem

    s.redyy

  • @last-oc3ul
    @last-oc3ul Před měsícem

    s.redyy

  • @last-oc3ul
    @last-oc3ul Před měsícem

    This is a test comment.

  • @first-us1ou
    @first-us1ou Před měsícem

    cdc dl

  • @first-us1ou
    @first-us1ou Před měsícem

    njcejck

  • @PapoiteFred
    @PapoiteFred Před měsícem

    My script doesn't work as expected, can you help? Please!

  • @farazbabar5068
    @farazbabar5068 Před 2 měsíci

    Great tutorial, made xpath super easy. But one question which operating system are you using, quite sliek.

  • @brizeshhh
    @brizeshhh Před 2 měsíci

    Bro at beginning i dint understood anything when u were reading those plain texts to nnarrate whatt a reg ex is... But once after history section you started teaching regex earlier you were explaining thay changed whole game ... Very nice tutorial video ty. Ill watch complete playlist

  • @thefamousdjx
    @thefamousdjx Před 2 měsíci

    Legend

  • @hafidhrendyanto2690
    @hafidhrendyanto2690 Před 2 měsíci

    Amazing bro!

  • @mrinaalarora507
    @mrinaalarora507 Před 2 měsíci

    Any way to have an automate workflow for this from a github repo??

  • @gayratsaidakhmedov5451
    @gayratsaidakhmedov5451 Před 2 měsíci

    Thank you!

  • @venkateshkandasamy3914
    @venkateshkandasamy3914 Před 2 měsíci

    Simple explanation! I understand now only. I watched lots of videos on this but this video clearly explained async await.

  • @Aisha2254
    @Aisha2254 Před 3 měsíci

    If I create a project using youtube api and in my project I show youtube videos and put ads or subscription on website. Or will some copyright come.What if I don't want copyright issue to appear on my website?

  • @ashishbhopte8149
    @ashishbhopte8149 Před 3 měsíci

    grt man

  • @ashishbhopte8149
    @ashishbhopte8149 Před 3 měsíci

    grt man

  • @NchdyVjdis
    @NchdyVjdis Před 3 měsíci

    1:20

  • @AKASHDPakash
    @AKASHDPakash Před 3 měsíci

    Nice one

  • @TrashEmails-bb3sx
    @TrashEmails-bb3sx Před 3 měsíci

    how can I set global variables where it will read data from an excel sheet to fill out forms on different websites

  • @paulocavalheiro9155
    @paulocavalheiro9155 Před 3 měsíci

    excellent videos, you explained better than an expensive course I bought

  • @user-yc4jk2vk3h
    @user-yc4jk2vk3h Před 3 měsíci

    0:31

  • @AdityaShinde-cr5iv
    @AdityaShinde-cr5iv Před 3 měsíci

    Thank you for this video. Nice explanation.

  • @Sophia-dq7zc
    @Sophia-dq7zc Před 3 měsíci

    Thanks a lot for your effort. This series're really helpful for me.

  • @Sj-xq2nf
    @Sj-xq2nf Před 3 měsíci

    thanks a lot sir for the video i just written script to put timer at title of the website and planning to add some ui buttons to other web apps too

  • @kanhaglobal
    @kanhaglobal Před 4 měsíci

    Very Good presentation of functools 👍👍

  • @AshisRaj
    @AshisRaj Před 4 měsíci

    Your explanation is just a GEM ❤

  • @AshisRaj
    @AshisRaj Před 4 měsíci

    Wonderful explanation❤

  • @InduBala-hv9yn
    @InduBala-hv9yn Před 4 měsíci

    not worked