<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ahmed Andaloes</title>
    <description>The latest articles on DEV Community by Ahmed Andaloes (@ahmedandaloes).</description>
    <link>https://dev.to/ahmedandaloes</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F82964%2F2f3160da-fe80-4091-8ebd-27e0c59d0910.jpg</url>
      <title>DEV Community: Ahmed Andaloes</title>
      <link>https://dev.to/ahmedandaloes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmedandaloes"/>
    <language>en</language>
    <item>
      <title>Intro To Python language</title>
      <dc:creator>Ahmed Andaloes</dc:creator>
      <pubDate>Sat, 15 Feb 2020 19:47:55 +0000</pubDate>
      <link>https://dev.to/ahmedandaloes/everything-about-python-language-1l5g</link>
      <guid>https://dev.to/ahmedandaloes/everything-about-python-language-1l5g</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aEsBHKNU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://images.unsplash.com/photo-1526379095098-d400fd0bf935%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1489%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aEsBHKNU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://images.unsplash.com/photo-1526379095098-d400fd0bf935%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1489%26q%3D80" alt="a person holding the sticky note” by Hitesh Choudhary on Unsplash"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Python used a lot at many things in learning and jobs let’s start now&lt;/p&gt;

&lt;h4&gt;
  
  
  1. Web programming
&lt;/h4&gt;

&lt;h4&gt;
  
  
  2. Artificial intelligence programming
&lt;/h4&gt;

&lt;h4&gt;
  
  
  3. Data analysis programming
&lt;/h4&gt;

&lt;h4&gt;
  
  
  4. Programming simple tools CLI ( command line interface )
&lt;/h4&gt;

&lt;h4&gt;
  
  
  5. Programming IoT ( internet of thing )
&lt;/h4&gt;

&lt;h4&gt;
  
  
  6. Programming of Mobile and Desktop
&lt;/h4&gt;

&lt;p&gt;First, you need to learn python fundamental to keep going for the framework&lt;br&gt;
You can learn it from here: &lt;a href="http://bit.ly/2pgBRsh"&gt;http://bit.ly/2pgBRsh&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web programming:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;python used for the backend ( Server-side )&lt;br&gt;
not for design and frontend ( client-side )&lt;br&gt;
and used the framework to be easy and more organized&lt;/p&gt;

&lt;p&gt;1.1 Django Framework: &lt;a href="http://bit.ly/2CYaXPt"&gt;http://bit.ly/2CYaXPt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you can build your project and enterprise project&lt;/p&gt;

&lt;p&gt;1.2 Flask microframework: &lt;a href="http://bit.ly/2NNurum"&gt;http://bit.ly/2NNurum&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Artificial intelligence programming: it’s not hard to let us start&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.1 TensorFlow: &lt;a href="http://bit.ly/2xlcE4n"&gt;http://bit.ly/2xlcE4n&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An open-source machine learning framework for everyone&lt;br&gt;
and support from a big company and working with many language R, C++, Python and working for desktop and mobile app&lt;br&gt;
The important topic you are able to use in&lt;/p&gt;

&lt;p&gt;2.1.1 Translation of Google Translator with word processing&lt;br&gt;
2.1.2 Expected results&lt;br&gt;
2.1.3 Analysis of images of smart cameras&lt;br&gt;
2.1.4 processing of writing only by hand&lt;br&gt;
2.1.5 Working with most APIs and others&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cJ9jsnQY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/1212/1%2AYm0plywhMToQOmS2be-gtw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cJ9jsnQY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/max/1212/1%2AYm0plywhMToQOmS2be-gtw.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.2 PyTorch: &lt;a href="http://bit.ly/2pahXyM"&gt;http://bit.ly/2pahXyM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An open-source deep learning platform that provides a seamless path from research prototyping to production deployment.&lt;br&gt;
In the source of a beautiful source, the most important 8 of them: &lt;a href="http://bit.ly/2MyPXyb"&gt;http://bit.ly/2MyPXyb&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data analysis programming:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analysis of data from the needs of the most important time and in the future more violin and to clarify the importance of explaining more You have very much data stored in so-called big data and of course, we understand the data you need to analyze and divide data After analyzing it with interest to the marketing and decision-makers in the business and decided the production and quantity required based on information rather than the remaining discretion and salvation&lt;br&gt;
Of course, it is your role that you are converting data into intelligible forms called data visualization, of course, as a basic part&lt;/p&gt;

&lt;p&gt;A possible dude is taught with the Python fundamentals of coursera:&lt;br&gt;
Python for Everybody: &lt;a href="http://bit.ly/2xjykgg"&gt;http://bit.ly/2xjykgg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is possible for coursera to specialize in data analysis&lt;br&gt;
Applied Data Science with Python Specialization: &lt;a href="http://bit.ly/2xmulzE"&gt;http://bit.ly/2xmulzE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if I want a place from the first salvation A To Z:&lt;br&gt;
&lt;a href="http://bit.ly/2xmv9EG"&gt;http://bit.ly/2xmv9EG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Of course, the most important 15 relay libraries are required in the domain: &lt;a href="http://bit.ly/2NitMkU"&gt;http://bit.ly/2NitMkU&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Needless to say, it is related to data analysis and AI: sci-kit-learn&lt;br&gt;
You can read about it here: &lt;a href="http://bit.ly/2OsHazM"&gt;http://bit.ly/2OsHazM&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Programming simple tools CLI ( command line interface )&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here are my simple tools&lt;br&gt;
It’s CLI means Command-line interface&lt;br&gt;
It does not mean that it is easy for programming.&lt;br&gt;
And we can start with the best need possible help you&lt;/p&gt;

&lt;p&gt;CEMENT FRAMEWORK :&lt;br&gt;
In every possible need, you need from the first thing you read files to limit the protocol and link them to any need and the existence of APIs violin is not possible to integrate with any API second&lt;/p&gt;

&lt;p&gt;The Official Website and Doc are very respectful and tell you every need where: &lt;a href="http://bit.ly/2NMztY1"&gt;http://bit.ly/2NMztY1&lt;/a&gt;&lt;br&gt;
And,&lt;br&gt;
of course, is a very respectable, highly respectable, highly respected Hitchhiker’s:&lt;br&gt;
&lt;a href="http://bit.ly/2QyvYD5"&gt;http://bit.ly/2QyvYD5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I was greeted by a very respectable book&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Programming IoT ( internet of thing )&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Internet of things: one of the most important areas but a great need for a man Sophia artificial intelligence is not used with our aunt is also used in the factories and the robot and anything material or any idea where Hardware&lt;br&gt;
Enter the remaining on the important Python is a difficult language It understands that what is not the device is not only the language is in the compiler or interpreter translates the language meaning that if not all the devices can accept Python, or if you control the System only on the hardware to understand it &lt;/p&gt;

&lt;p&gt;Raspberry Pi: &lt;a href="http://bit.ly/2xpY9v2"&gt;http://bit.ly/2xpY9v2&lt;/a&gt;&lt;br&gt;
It is the best framework possible only helps you&lt;/p&gt;

&lt;p&gt;zerynth: &lt;a href="http://bit.ly/2D9uso2"&gt;http://bit.ly/2D9uso2&lt;/a&gt;&lt;br&gt;
And, of course, projects work step-by-step from here:&lt;br&gt;
&lt;a href="http://bit.ly/2Nlortu"&gt;http://bit.ly/2Nlortu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Concentrate with me and you are working on the project first respond to all the physical requirements and do not forget the wires after having noticed on the plan Connection means after the spirit of the IDE of the USB, but to move the code to the equipment and code Take and make sure the PIN code that each one of the place code Even if you disagree about changing the subject and you and your fiance after a period of concern and if you do not want to modify the need for an increase of your brain as a change of time or distance or speed, even if you work with high volt take off your self because of my sins and took care of safety&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Programming of Mobile and Desktop
The first thing you hear the programming of mobile and Python says strange but sweet words that the company called Nui worked in Python language
Cross-Platform Mobile is a platform for Android, IOS and Windows Phone
Using the Kivy framework: &lt;a href="http://bit.ly/2xnfcOr"&gt;http://bit.ly/2xnfcOr&lt;/a&gt;
Enter the desktop: pyqt or Tkinter is used&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can learn all the countries here: &lt;a href="http://bit.ly/2D3mNHW"&gt;http://bit.ly/2D3mNHW&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am reminded of the game Python because it is very weak and every job in completing the job and not more&lt;/p&gt;

&lt;p&gt;WRITTEN BY&lt;br&gt;
Ahmed Andaloes&lt;br&gt;
Penetration Tester, Software Engineer. Blogger&lt;/p&gt;

&lt;p&gt;Facebook: &lt;a href="http://bit.ly/2lZfZzz"&gt;http://bit.ly/2lZfZzz&lt;/a&gt;&lt;br&gt;
LinkedIn: &lt;a href="http://bit.ly/2s2oVHV"&gt;http://bit.ly/2s2oVHV&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
  </channel>
</rss>
