Pythonology
Pythonology
  • 124
  • 674 024
Set Up Thonny IDE Virtual Environment
In this video you are going to learn how to create a virtual environment for Thonny IDE. Thonny IDE is a great IDE for beginners in Python.
Imagine having multiple projects, each requiring different versions of the same library. Without virtual environments, installing these libraries system-wide could lead to conflicts and unexpected behavior. Virtual environments create isolated spaces for each project, ensuring they have the specific dependencies they need without affecting other projects or the system itself.
zhlédnutí: 215

Video

TinyDB: A Lightweight Python Database For Simple Projects
zhlédnutí 383Před 2 měsíci
TinyDB is a Python library that offers a simple document oriented (any document represented as dict can be stored in TinyDB) approach to storing and managing data. Support Pythonology www.buymeacoffee.com/pythonology - Read More on Pythonology Website- pythonology.eu/tinydb-a-lightweight-python-database-for-simple-projects/ Best Online Resource for Python Datacamp: The best online resource to l...
Python Type Hints: More Readable Code With type Hints in Python
zhlédnutí 229Před 2 měsíci
Type hints are comments/annotations that specify the expected data types for variables, function arguments, and return values. By incorporating type hints, you can significantly enhance the readability, maintainability, and reliability of your Python code. Support Pythonology www.buymeacoffee.com/pythonology Read More on Pythonology Website pythonology.eu/cleaner-more-reliable-python-code-with-...
How to Use Pydoc: A Guide for Generating Python Documentation
zhlédnutí 4,1KPřed 7 měsíci
PyDoc is a module that helps you create documentation for your Python code. In this video, you will learn how to use Pydoc to write docstrings, generate HTML pages, and browse the documentation of any Python module. Whether you are a beginner or an expert, Pydoc can help you document your code better and faster. Watch this video to find out how. Article and Code on Pythonology Website: pythonol...
Text Classification with Python: Build and Compare Three Text Classifiers
zhlédnutí 10KPřed 10 měsíci
Text Classification involves assigning a label to a piece of text based on its content or context. In this tutorial we learn how to classify texts by building three text classifiers: LinearSVC, ComplementNB, and MultinomialNB, We will use Scikit-learn, and Kaggle and the datasets available there. Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (...
Text Analysis with Python: Intro to Textacy
zhlédnutí 2,9KPřed 10 měsíci
Textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance spaCy library. you will learn how extracts N-grams, key terms, key words in context, readability value, number of unique words, lexical diversity,... using Textacy. Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affili...
Text Analysis with Python: Intro to Spacy
zhlédnutí 3,7KPřed 10 měsíci
Learn how to use Spacy to do common NLP tasks such as Tokenization, Part of Speech Tagging, Named Entity Recognition, Dependency Parsing, and Lemmatization! Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link) datacamp.pxf.io/pythonology Check my website for Python projects: pythonology.eu
Text Analysis with Python: What is text analysis?
zhlédnutí 3,2KPřed 10 měsíci
Text analysis (specially computerized text analysis, drawing on NLP : Natural Language Processing) is the process of Transforming Unstructured Textual Data into Meaningful Insights. What does unstructured mean here? What insights are we looking for? Why Python and how can Python help? In this series of videos you will learn to analyze texts as linguists do. Datacamp: The best online resource to...
Reflex: Write Python and Build REACT.JS Apps
zhlédnutí 18KPřed 11 měsíci
Write Python, read React! Use only Python to build React application. Use Reflex, a full stack Python framework to build apps which are compiled to Javascript. It is based on React and Chakra UI for the frontend. The Hosting service I use (Affiliate Link): hostinger.com?REFERRALCODE=1VAHID17 Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affil...
Django course Episode 7 (User Sign Up | User Registration )
zhlédnutí 603Před rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). In this episode we learn how to create forms for users to register and sign up! In the next episode, I explain how users can...
Django course Episode 6 (Search Bar | Complex Search | Order Poems)
zhlédnutí 283Před rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). In this episode we learn how to add a search functionality to our Django project to search both in titles and ion poets. Als...
Django course Episode 5 (Rich Text Editor | SummerNote | Poems Count)
zhlédnutí 572Před rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). In this episode we learn how to use SummerNote as a Rich Text Editor inside your admin dashboard, Datacamp: The best online ...
Django course Episode 4 (Add Static files | CSS | Images)
zhlédnutí 3,6KPřed rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). In this episode we learn how to add CSS and images (static files) to our project. Datacamp: The best online resource to lear...
Django course Episode 3 (Dynamic Title Tag | Media Files | Upload Image)
zhlédnutí 364Před rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). In this episode we learn how to upload images from the Admin dashboard, and how to change the title tag of web pages dynamic...
Django course Episode 2 (Dynamic URLs)
zhlédnutí 459Před rokem
Django is the most popular Python web framework for building fullstack apps. In this series of tutorials, I will make several project using Django framework. The projects will grow bigger with more functionality (user authentication, signup, login, reviews, comments,...). Datacamp: The best online resource to learn Python, Web Scraping, Data analysis, and Data Science (Affiliate link) datacamp....
Django course Episode 1
zhlédnutí 1KPřed rokem
Django course Episode 1
Speech to Text App - Python GUI Project
zhlédnutí 2,4KPřed rokem
Speech to Text App - Python GUI Project
Failed Banks List Data Analysis with Pandas -- Beginner Project
zhlédnutí 1,3KPřed rokem
Failed Banks List Data Analysis with Pandas Beginner Project
10X Faster coding with Amazon CodeWhisperer (Free)
zhlédnutí 536Před rokem
10X Faster coding with Amazon CodeWhisperer (Free)
Python Modules -- Document Modules with Docstrings
zhlédnutí 728Před rokem
Python Modules Document Modules with Docstrings
Glob Module: File Searching in Python
zhlédnutí 1,5KPřed rokem
Glob Module: File Searching in Python
Build a Simple Naive Bayes Text Classifier using TextBlob - NLP
zhlédnutí 3,7KPřed rokem
Build a Simple Naive Bayes Text Classifier using TextBlob - NLP
Text analysis with Stanza - Stanford NLP Python Package
zhlédnutí 4,4KPřed rokem
Text analysis with Stanza - Stanford NLP Python Package
SEO Analysis Web App with Python and Streamlit
zhlédnutí 5KPřed rokem
SEO Analysis Web App with Python and Streamlit
Extract text, links, images, tables from Pdf with Python | PyMuPDF, PyPdf, PdfPlumber tutorial
zhlédnutí 105KPřed rokem
Extract text, links, images, tables from Pdf with Python | PyMuPDF, PyPdf, PdfPlumber tutorial
Build a Website SEO Analyzer using Python | BeautifulSoup Part 2
zhlédnutí 3,3KPřed rokem
Build a Website SEO Analyzer using Python | BeautifulSoup Part 2
SEO Analysis using Python | BeautifulSoup | Part1
zhlédnutí 5KPřed rokem
SEO Analysis using Python | BeautifulSoup | Part1
Cocktail Finder Web Project | Bottle Web Framework
zhlédnutí 1KPřed rokem
Cocktail Finder Web Project | Bottle Web Framework
Python | Bottle Web Framework - Part 3 - Static Files static_file
zhlédnutí 1,4KPřed rokem
Python | Bottle Web Framework - Part 3 - Static Files static_file
Python | Bottle Web Framework - Part 2 - include() , rebase()
zhlédnutí 1,8KPřed rokem
Python | Bottle Web Framework - Part 2 - include() , rebase()

Komentáře

  • @sreehari4833
    @sreehari4833 Před 8 hodinami

    I am getting the following error: Connection aborted.', RemoteDisconnected('Remote end closed connection without response') Kindly let me know what does this mean and how to rectify it.

  • @MdAthar-bv1or
    @MdAthar-bv1or Před 7 dny

    403 is coming

  • @jungjaehyun8625
    @jungjaehyun8625 Před 7 dny

    Multiple pages start at 21:20

  • @sadatul1
    @sadatul1 Před 7 dny

    Thanks for the useful video

  • @benriakchangdar4963
    @benriakchangdar4963 Před 11 dny

    Wow

  • @superfreiheit1
    @superfreiheit1 Před 16 dny

    Even without text processing you get high results, is this normal?

  • @nurtorekelesov4286
    @nurtorekelesov4286 Před 17 dny

    next time could you please also upload a code)

  • @coachvik
    @coachvik Před 19 dny

    Solid tutorial! Thank you. 💯

  • @MohammedAmineBenbakreti

    thank you so much for this amazing explanation, can you please do more tutorials about reflex

  • @jason17493
    @jason17493 Před 25 dny

    Well explained, thanks

  • @mksmurff
    @mksmurff Před 27 dny

    I wish everyone explained it this simply. Thank you

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

    after only 10 months the same code is not running, AttributeError: 'App' object has no attribute 'compile'. Did you mean: '_compile'?

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

      Reflex has changed A LOT since I created this video. Refer to the documentation

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

    Outstanding.

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

    hi, i want to add currency converter in my exisisting web-app , how can i do it

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

    Tried this in pycharm, but am getting the following error when creating "pipeMNB" : ValueError: np.nan is an invalid document, expected byte or unicode string. Anyone know how to fix this?

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

      There are probably empty values in your data column, you need to ignore these cases by applying some filters to your data frame

  • @QasimAli-hd7pd
    @QasimAli-hd7pd Před měsícem

    Well explained

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

    After so much searching I finally get a video that is so easy to grasp on scrapping from multiple pages. Thank you

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

    more reflex please!

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

    Sir i want to add a delete contact button in this- please can you please tell how to do that? It's a request 🙏

  • @user-xs5xw7oh4l
    @user-xs5xw7oh4l Před měsícem

    very helpful video sir. you voice is so calm that i could grab everything.

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

    THANK YOU SO SO MUCH! Many blessings to you! 🙌🙌

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

    Thank you for help. Greetings from the Brazil.💪😀👏

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

    Do u have ? Or make a series playlist like after scrapping and saving file to csv we took that csv for further work like this csv file open in bi or tableu and we perforrm analysis on that.

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

    Great Tutorial can we scrap the secure or can say not allowed scrapping text.

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

    are these pip packages free for commercial use?

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

    I found that by opening a pdf file with Mozilla Firefox and inspecting it with the developer tools you can collect its text (with the help of JavaScript) after the web browser has converted it to HTML and maybe save it for further processing with someone programming language.

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

    Sir you're amazing, you teach the concepts from very basic, the right way of teaching, I'm really grateful to you 💖. Please keep up the good work sir, number of views or subscribers do not determine your potential and amazing teachings . Thank you sir?

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

    just another rubbish way of teaching a module, what if the file that needs to be compressed is in another location and you want to write the compression in another location. what is the read and write paths how they function.

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

      You can simply press the dislike button, unsubscribe, and never watch this channel videos again. Learn to Google and use chatgpt. Don't expect spoonfeeding

  • @ashishverma-mj1kl
    @ashishverma-mj1kl Před měsícem

    loved it!

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

    NO idea why you don't have any comments on this thing, but the video was super helpful. I have struggled to get a working rich text editor in django (most of the instructions/documentation assume expertise) and failed. This video worked great. Note to anyone having this issue, if you keep getting a "styles" error, pip uninstall bleach and install a lower version. Thanks again for the great video!

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

    please Vahid, make more videos about this content! Best quality out there, you are really a great teacher!

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

      I will. thanks for your comment

  • @a.a8720
    @a.a8720 Před měsícem

    HI, im trying to follow the Reflex tutorial, but no matter what I do its not showing up at localhost 3000, all my other projects are there, but not the reflex, when I run it, the terminal says, app running at localhost 3002, but when I go there its just the reflex page telling me to go to the docs, please help

  • @a.a8720
    @a.a8720 Před měsícem

    Hi, will you make more Reflex Tutorials?

  • @ThuyPham-xt7jw
    @ThuyPham-xt7jw Před měsícem

    can i import an array for list of urls?

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

    +

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

    Have a thumb my man, first one of these videos ive found showing how to do it without using imported data sets.

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

    Please provide links to the data in the video description.

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

    thanks alot for the detailed tutorial!!!

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

    Sou brasileiro e precisava entregar um trabalho da faculdade com esse tema. Voce me ajudou muito!! Muito obrigado, ja tinha assistido varios videos mas nenhum explicou como voce.

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

    Will it work for Arabic?

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

    Hello Vahid, I noticed you seem to have an extension for Reflex in your VS Code editor. I can't find anything like that, so I am curious what you are using to get this autocompletion. Compliments for this very clear explanation of the fundamentals of Reflex!

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

      Hi and thanks for your comment. I really cannot remember, i think it might be Amazon Code whisperer? I still use it.

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

    This is one of the most helpful videos I've ever seen! Thank you so much

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

    Thanks for the video. How can we extract text data from multiple pdf files(more than 100)? I want to extract the “abstract “ which is a paragraph, in every pdf file

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

    Extremely informative

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

    Awesome. I am also interested in knowing how to extract text and import into EXCEL file which is my ultimate requirement.

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

    Finally, a video that puts paid courses to shame! Hats off to you for the great tutorial! You just did not explain, the way you went back and forth helped me understand a lot. Kudos! Could not resist the urge to hit the like and subscribe button. Will definitely visit your channel for more guides and tutorials! ♥

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

    will it work for my custom dada? Like I have Classification and sub Classification also. Sentence : I am going to school and play cricket. Classification : school and Sub Classification: Sports

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

      Have you tried to make lowercase all text?

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

    Hi! Thank you very much for the video! Do you have another video to explain what to do if you need to classify something with two or mor variables? For example a message that is "ham" & "Spam" at the same time?

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

    One semester just in one video! thanks!!!

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

    @Pythonology You are the best Explainer I've just discovered today ❤ Question❓ How to Schedule this program to Run on windows? Do I need to leave pycharm left open with the script? Please create a video about how to multiple python scripts to perform scrapping tasks automatically I'll be thankful 😊