ADVANCED CODING CONCEPTS AND LANGUAGES - PYTHON
ADVANCED CODING
CONCEPTS AND LANGUAGES
PYTHON PROGRAMMING LANGUAGE
Python is a popular programming language.
Python can be used on a server to create web applications, for
calculations, script writing e.t.c
What can we do with Python?
Python is used for:
·
Web
Development: Frameworks like Django, Flask.
·
Data Science and
Analysis: Libraries like Pandas, NumPy, Matplotlib.
·
Machine Learning and
AI: TensorFlow, PyTorch, Scikit-learn.
·
Automation and
Scripting: Automate repetitive tasks.
·
Game
Development: Libraries like Pygame.
·
Web Scraping: Tools
like BeautifulSoup, Scrapy.
·
Desktop Applications: GUI frameworks like Tkinter, PyQt.
·
Scientific Computing: SciPy, SymPy.
·
Internet of Things
(IoT): MicroPython, Raspberry Pi.
·
DevOps and
Cloud: Automation scripts and APIs.
·
Cybersecurity: Penetration testing and ethical hacking tools
SAVING PYTHON PROGRAMMING
LANGUAGE
· Python
is saved as .py
· For
example myfile.py
MY FIRST PYTHON PROGRAM
print("Hello,
World!")
print (“names of fruits”)
print (“apples, pineapples,oranges)
Comments
Post a Comment